Click or drag to resize

RandGenWeibullShape Property

Gets and sets the shape parameter for the Weibull distribution.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if set to a number less than or equal to 0.
See Also