RayleighDistribution(Double, Generator) Constructor |
Initializes a new instance of the
RayleighDistribution class with the specified scale parameter and generator.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RayleighDistribution(
double sigma,
Generator generator
)
Parameters
- sigma Double
- The scale parameter.
- generator Generator
- A Generator object.
See Also