Click or drag to resize

ParetoDistribution Constructor

Initializes a new Pareto distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ParetoDistribution(
	double mu,
	double alpha
)

Parameters

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