ConwayMaxwellPoissonSample(Double, Double) Method |
Samples a random variable.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int Sample(
double lambda,
double nu
)
Parameters
- lambda Double
- The lambda (λ) parameter. Range: λ > 0.
- nu Double
- The rate of decay (ν) parameter. Range: ν ≥ 0.
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Calc.Distributions.ConwayMaxwellPoisson.Sample(System.Double,System.Double)"]
See Also