LogisticWithMeanScale Method |
Constructs a logistic distribution from a mean and scale parameter.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Logistic WithMeanScale(
double mean,
double scale,
Random randomSource = null
)
Parameters
- mean Double
- The mean (μ) of the logistic distribution.
- scale Double
- The scale (s) of the logistic distribution. Range: s > 0.
- randomSource Random (Optional)
- The random number generator which is used to draw random samples. Optional, can be null.
Return Value
Logistica logistic distribution.
See Also