LogNormalRandomNumber Constructor
Transforms a Uniform(0,1) into a LogNormal(mean,variance)
Namespace: Gemstone.Numeric.Random.LogNormalAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.175 -- Release Build+b8bec8d0c1919b6e6504d9b47fa65ea968640577
Gemstone.Numeric.Random.LogNormal.LogNormalRandomNumber = function(uniform, power, mean, variance);
Parameters
- uniform UniformRandomNumber
- UniformRandomNumberUniform(0,1)
- power Double (Optional)
- Power of the Log Normal distribution
- mean Double (Optional)
- Mean of the Normal distribution
- variance Double (Optional)
- Variance of the Normal distribution