Gest and sets the beta parameter of the beta distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if beta is not positive.

See Also