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