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