Logistic(Double, Double) Constructor |
Initializes a new instance of the Logistic class with a particular mean and scale parameter. The
distribution will be initialized with the default random number generator.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Logistic(
double mean,
double scale
)
Parameters
- mean Double
- The mean (μ) of the logistic distribution.
- scale Double
- The scale (s) of the logistic distribution. Range: s > 0.
See Also