Gets and sets the mean of the distribution.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double Mean { get; set; }
Visual Basic (Declaration)
Public Property Mean As Double
Visual C++
public:
virtual property double Mean {
	double get () sealed;
	void set (double value) sealed;
}

Implements

IRandomVariableMoments..::.Mean

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if the mean is less than or equal to zero.

See Also