| Name | Description |
---|
| Logistic |
Initializes a new instance of the Logistic class. This is a logistic distribution with mean 0.0
and scale 1.0. The distribution will be initialized with the default
random number generator.
|
| Logistic(Random) |
Initializes a new instance of the Logistic class. This is a logistic distribution with mean 0.0
and scale 1.0. The distribution will be initialized with the default
random number generator.
|
| Logistic(Double, Double) |
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.
|
| Logistic(Double, Double, Random) |
Initializes a new instance of the Logistic class with a particular mean and standard deviation. The distribution will
be initialized with the default random number generator.
|