Gets the standard deviation of the variable.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public double StandardDeviation { get; }
Public ReadOnly Property StandardDeviation As Double
Get
public:
property double StandardDeviation {
double get ();
}
member StandardDeviation : float with get
Property Value
Type:
DoubleThe unbiased estimate of the standard deviation of the variable's population.
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.
Numerical Libraries
Supported in: 5.x, 4.x
Reference