Class Logistic
- java.lang.Object
-
- io.virtdata.continuous.int_double.IntToDoubleContinuousCurve
-
- io.virtdata.continuous.int_double.Logistic
-
- All Implemented Interfaces:
java.util.function.IntToDoubleFunction
public class Logistic extends IntToDoubleContinuousCurve
- See Also:
- Wikipedia: Logistic distribution, Commons JavaDoc: LogisticDistribution {@inheritDoc}
-
-
Field Summary
-
Fields inherited from class io.virtdata.continuous.int_double.IntToDoubleContinuousCurve
CLAMP, COMPUTE, HASH, INTERPOLATE, MAP, NOCLAMP
-
-
Constructor Summary
Constructors Constructor Description Logistic(double mu, double scale, java.lang.String... mods)
-
Method Summary
-
Methods inherited from class io.virtdata.continuous.int_double.IntToDoubleContinuousCurve
applyAsDouble
-
-