Class RandGenPareto generates random numbers from a Pareto distribution.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class RandGenPareto : RandomNumberGenerator |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class RandGenPareto _ Inherits RandomNumberGenerator |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RandGenPareto : public RandomNumberGenerator |
Remarks
A random variable is said to have a Pareto distribution if it has a
probability density function f(x) = c * x^(-c-1) for x >= 1,
and 0 otherwise. The shape parameter of a Pareto distribution is
c.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Core..::.RandomNumberGenerator
CenterSpace.NMath.Core..::.RandGenPareto
CenterSpace.NMath.Core..::.RandomNumberGenerator
CenterSpace.NMath.Core..::.RandGenPareto