java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.int_double.IntToDoubleContinuousCurve
io.nosqlbench.virtdata.library.curves4.continuous.int_double.ChiSquared
All Implemented Interfaces:
java.util.function.IntToDoubleFunction

public class ChiSquared
extends IntToDoubleContinuousCurve
See Also:
Wikipedia: Chi-squared distribution, Commons JavaDoc: ChiSquaredDistribution {@inheritDoc}
  • Constructor Details

    • ChiSquared

      public ChiSquared​(double degreesOfFreedom, java.lang.String... mods)