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