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