Click or drag to resize

RandGenPareto(Double) Constructor

Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with the specified shape paremeter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenPareto(
	double c
)

Parameters

c  Double
The shape parameter.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if passed a negative or zero shape parameter.
See Also