Click or drag to resize

FloatRandomWeibullDistribution(Single, Single, Single, FloatRandomWeibullDistributionGenerationMethod) 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 FloatRandomWeibullDistribution(
	float shape,
	float displacement,
	float scale,
	FloatRandomWeibullDistributionGenerationMethod method
)

Parameters

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