Click or drag to resize

GammaDistributionAlpha Property

Gets and sets the alpha shape parameter.

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

Property Value

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