Class LogNormalSampler
Generates samples from a Log Normal distribution
Inherited Members
Namespace: Quantellia.WMServer.Simulation
Assembly: WMServer.dll
Syntax
public class LogNormalSampler : SampleGenerator
Constructors
LogNormalSampler(double, double)
Create a new instance of a LogSampler with specified log scale (mu) and standard deviaion (sigma)
Declaration
public LogNormalSampler(double mu, double sigma)
Parameters
| Type | Name | Description |
|---|---|---|
| double | mu | |
| double | sigma |
Methods
Sample()
Generate a sample from the LogNormal distribution
Declaration
public override ElementValue Sample()
Returns
| Type | Description |
|---|---|
| ElementValue |