Click or drag to resize

RandGenBetaAlpha Property

Gets and sets the alpha, or shape parameter, of the beta distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Alpha { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if beta is not positive.
See Also