Click or drag to resize

LogisticDistributionScale Property

Gets and sets the scale of the density.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the scale is less than or equal to zero.
See Also