Click or drag to resize

DoubleRandomWeibullDistribution(Double, Double, Double, DoubleRandomWeibullDistributionGenerationMethod) Constructor

Constructs a random number generator for a Weibull distribution using the specified distribution parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleRandomWeibullDistribution(
	double shape,
	double displacement,
	double scale,
	DoubleRandomWeibullDistributionGenerationMethod method
)

Parameters

shape  Double
Shape.
displacement  Double
Displacement.
scale  Double
Scale factor.
method  DoubleRandomWeibullDistributionGenerationMethod
The generation method to use.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if shape or scale factor is not greater than 0.
See Also