Standard Deviation¶
Global Algorithm - One-Dimensional Algorithm
Standard Deviation algorithm computes the standard deviation of the input data sequence.
Input Parameters
Parameter | Type | Constraint | Description | Remarks |
---|---|---|---|---|
Y | Y∈RN | N∈N | Input data vector of length N |
Output Parameters
Parameter | Type | Constraint | Description | Remarks |
---|---|---|---|---|
σ | σ∈R | Standard deviation of data values available in Y | The result is sensitive to improper values such as ‘nan’, ‘inf’, ‘null, ‘etc. |
Tool Support