Click or drag to resize

Logistic Constructor

Overload List
 NameDescription
Public methodLogistic 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.
Public methodLogistic(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.
Public methodLogistic(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.
Public methodLogistic(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.
Top
See Also