Click or drag to resize

RandGenBetaBeta Property

Gest and sets the beta parameter of the beta distribution.

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

Property Value

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