[]
Computes the variance of a sequence of values.
public static object Var(List<IExpression> source)
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | A sequence of values to calculate the variance of. |
| Type | Description |
|---|---|
| object | The variance of the sequence of values. |