Distribution.StandardDeviation Property

Gets the standard deviation of the distribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual double StandardDeviation { get; }

Property Value

Double
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.

See Also