Click or drag to resize

RandGenWeibullSetParameters Method

Sets the shape an scale parameters for the Weibull distribution. Both must be positive.

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

Parameters

shape  Double
The shape parameter. Must be positive.
scale  Double
The scale parameter. Must be positve.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if either the shape or scale parameters are less than or equal to 0.
See Also