Click or drag to resize

GammaDistributionBeta Property

Gets and sets the beta shape parameter.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if set to a non-positive value.
See Also