Click or drag to resize

WeibullDistributionSetParameters Method

Sets the scale and shape parameter for this distribution.

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

Parameters

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