Class RayleighSampler
Generate samples from a Rayleigh distribution
Inherited Members
Namespace: Quantellia.WMServer.Simulation
Assembly: WMServer.dll
Syntax
public class RayleighSampler : SampleGenerator
Constructors
RayleighSampler(double)
Create a new instance of a Pareto distribution sampler with the specified shape and scale parameters
Declaration
public RayleighSampler(double sigma)
Parameters
| Type | Name | Description |
|---|---|---|
| double | sigma |
Properties
Sigma
Sigma parameter
Declaration
public double Sigma { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
Sample()
Evaluate a sample from the Rayleigh distribution
Declaration
public override ElementValue Sample()
Returns
| Type | Description |
|---|---|
| ElementValue |