Click or drag to resize

FrechetDistribution Constructor (Double)

Initializes a new instance of a Fréchet distribution with the given shape parameter.

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

Parameters

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