Gets the variance of the distribution.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference