Class RandGenGamma generates random numbers from an gamma distribution.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class RandGenGamma : RandomNumberGenerator |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class RandGenGamma _ Inherits RandomNumberGenerator |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RandGenGamma : public RandomNumberGenerator |
Remarks
A random variable, W, is said to have a gamma distribution of order a and scale b
if it has a probability density function f(x) = (1/(b^a*gamma(a)))*x^(a-1)*exp(-x/b).
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Core..::.RandomNumberGenerator
CenterSpace.NMath.Core..::.RandGenGamma
CenterSpace.NMath.Core..::.RandomNumberGenerator
CenterSpace.NMath.Core..::.RandGenGamma