Uses of Class
io.bhagat.math.Interval
-
Packages that use Interval Package Description io.bhagat.math.calculus A package for calculusio.bhagat.math.statistics A package for storing statistics related math -
-
Uses of Interval in io.bhagat.math.calculus
Methods in io.bhagat.math.calculus that return types with arguments of type Interval Modifier and Type Method Description static Function<Interval,java.lang.Double>Calculus. integralWithInterval(Function<java.lang.Double,java.lang.Double> function)takes the integral on a functionstatic Function<Interval,java.lang.Double>Calculus. integralWithInterval(Function<java.lang.Double,java.lang.Double> function, int n)takes the integral on a functionMethods in io.bhagat.math.calculus with parameters of type Interval Modifier and Type Method Description static doubleCalculus. averageValue(Function<java.lang.Double,java.lang.Double> function, Interval interval)finds the average value of a function in an interval using the mean value theorem for integrals -
Uses of Interval in io.bhagat.math.statistics
Methods in io.bhagat.math.statistics with parameters of type Interval Modifier and Type Method Description doubleNormalDistribution. experimentalProbability(Interval interval, int iterations)finds the probability of the value to be in an interval using repeated simulationsdoubleQuantitativeDataList. inInterval(Interval interval)gives the proportion of values in the list in an intervaldoubleNormalDistribution. probability(Interval interval)finds the probability of the value to be in an interval using calculus
-