Gets the standard deviation of the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double StandardDeviation { get; }
Public Overridable ReadOnly Property StandardDeviation As Double
Get
public:
virtual property double StandardDeviation {
double get ();
}
abstract StandardDeviation : float with get
override StandardDeviation : float with get
Property Value
Type:
DoubleThe variance of the distribution.
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.
Reference