Click or drag to resize

LogisticDistribution Constructor (Double, Double)

Initializes a new logistic distribution with the given mean and width parameters.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public LogisticDistribution(
	double m,
	double s
)

Parameters

m
Type: SystemDouble
The mean.
s
Type: SystemDouble
The scale parameter.
See Also