Searched defs:inference (Results 1 - 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DChiSquareTest.java17 package org.apache.commons.math.stat.inference;
H A DOneWayAnova.java17 package org.apache.commons.math.stat.inference;
28 * the {@link org.apache.commons.math.stat.inference.TTest}.
H A DUnknownDistributionChiSquareTest.java17 package org.apache.commons.math.stat.inference;
H A DOneWayAnovaImpl.java17 package org.apache.commons.math.stat.inference;
H A DChiSquareTestImpl.java17 package org.apache.commons.math.stat.inference;
34 /** Distribution used to compute inference statistics. */
46 * inference statistics.
47 * @param x distribution used to compute inference statistics.
415 * Modify the distribution used to compute inference statistics.
H A DTTest.java17 package org.apache.commons.math.stat.inference;
H A DTTestImpl.java17 package org.apache.commons.math.stat.inference;
38 /** Distribution used to compute inference statistics.
53 * inference statistics.
54 * @param t distribution used to compute inference statistics.
1020 * Modify the distribution used to compute inference statistics.
H A DTestUtils.java17 package org.apache.commons.math.stat.inference;
24 * A collection of static methods to create inference test instances or to
25 * perform inference tests.
156 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticT(double[], double[])
164 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticT(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)
173 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticTTest(double[], double[], double)
182 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticTTest(double[], double[])
190 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticTTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)
199 * @see org.apache.commons.math.stat.inference.TTest#pairedT(double[], double[])
207 * @see org.apache.commons.math.stat.inference
[all...]

Completed in 135 milliseconds