An NDoc Documented Class Library

LogisticDistribution Constructor (Double, Double)

Create a distribution with the given location and scale.

public LogisticDistribution(
   double m,
   double s
);

Parameters

m
The location parameter.
s
The scale parameter.

See Also

LogisticDistribution Class | numerics4net.statistics.distribution Namespace | LogisticDistribution Constructor Overload List