Package org.apache.commons.math.stat.inference
package org.apache.commons.math.stat.inference
Classes providing hypothesis testing and confidence interval
construction.
-
ClassDescriptionAn interface for Chi-Square tests.Implements Chi-Square test statistics defined in the
UnknownDistributionChiSquareTest
interface.An interface for one-way ANOVA (analysis of variance).Implements one-way ANOVA statistics defined in theOneWayAnovaImpl
interface.A collection of static methods to create inference test instances or to perform inference tests.An interface for Student's t-tests.Implements t-test statistics defined in theTTest
interface.An interface for Chi-Square tests for unknown distributions.