Gets the standard deviation of the distribution.
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property StandardDeviation As Double |
| C# |
|---|
public override double StandardDeviation { get; } |
| C++ |
|---|
public: virtual double StandardDeviation { double get () override; } |
Value
The variance of the distribution.
Remarks
The standard deviation is the square root of the variance.
The population variance or variance of a distribution is a non-negative number that indicates how widely spread the values of the random variable are around the population mean.