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