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