Std

class aixd.sampler.reducers.Std(operator: Arithmetic)[source]

Bases: Reducer

Standard deviation of values of the operator.

Parameters:

operator (Operator) – The operator to perform the aggregation on.

Methods

evaluate

Evaluate the operator with given data.

Inherited Methods

is_differentiable

Check if the operator is differentiable.