Top "Apache-commons-math" questions

Apache Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Apache Commons Lang.

Java - Computation of Derivations with Apache Commons Mathematic Library

I have a problem in using the apache commons math library. I just want to create functions like f(x) = 4…

java derivative differentiation apache-commons-math automatic-differentiation
how to generate bins for histogram using apache math 3.0 in java?

I have been looking for away to generate bins for specific dataset (by specifying lower band, upper band and number …

java statistics histogram bins apache-commons-math
Interpolate function using Apache Commons Math

I'm trying to implement some Interpolation functions to plot some values where the X value = Date.seconds and the Y …

java interpolation apache-commons-math
Generating random integers within range with a probability distribution

I have a problem where I want to generate a set of random integer values between 1 and 5 inclusive using a …

java random probability poisson apache-commons-math
Calculating Percentile Score for every value in the list

I've been searching for a way to calculate the percentile rank for every value in a given list and I've …

java statistics percentile apache-commons-math
Standard deviation with Apache Commons Math

I am computing the SD of a vector using Apache Commons Math. The problem: I get different values than by …

java math apache-commons apache-commons-math