Click or drag to resize

WeibullDistribution Constructor

Constructs a WeibullDistribution instance with the given scale and shape.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public WeibullDistribution(
	double scale,
	double shape
)

Parameters

scale  Double
The scale parameter for the distribution. Must be positive.
shape  Double
The shape parameter for the distribution. Must be positive.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the scale or shape parameters are less than or equal to zero.
See Also