Variance

library operator
ID: 7d2857e5-e3b5-4a7b-a5f7-9eea0bbe8004
Emits variance of a stream of numbers.

Implementation

The implementation of Variance makes use of the following 5 operators.

2
Evaluates an expression.
1
Subtracts number B from number A and emits the resulting difference.
2
Emits the average of a stream of numbers.

Used in

The Variance operator is used by 1 operators.

Emits standard deviation of a stream of numbers.