Gets the standard deviation of the variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property StandardDeviation As Double |
| C# |
|---|
public double StandardDeviation { get; } |
| C++ |
|---|
public: double StandardDeviation { double get (); } |
Value
The unbiased estimate of the standard deviation of the variable's population.
Remarks
This property returns the sample standard deviation. When the variable represents the values for an entire population, the PopulationStandardDeviation property can be used to obtain the population standard deviation.