Package DistLib
Class logistic
java.lang.Object
DistLib.logistic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublecumulative(double x, double location, double scale) static doubledensity(double x, double location, double scale) static doublequantile(double x, double location, double scale) static double
-
Constructor Details
-
logistic
public logistic()
-
-
Method Details
-
density
public static double density(double x, double location, double scale) -
cumulative
public static double cumulative(double x, double location, double scale) -
quantile
public static double quantile(double x, double location, double scale) -
random
-