Gets the variance of the distribution.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double Variance { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Variance As Double |
| Visual C++ |
|---|
public: virtual property double Variance { double get () sealed; } |
Implements
IRandomVariableMoments..::.Variance
Remarks
The variance of the distribution is the standard deviation squared.