Click or drag to resize

WeibullDistribution Constructor

Initializes a new Weibull distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public WeibullDistribution(
	double scale,
	double shape
)

Parameters

scale
Type: SystemDouble
The scale parameter, which must be positive.
shape
Type: SystemDouble
The shape parameter, which must be positive.
See Also