HomeSort by relevance Sort by last modified time
    Searched defs:inference (Results 1 - 8 of 8) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 17 package org.apache.commons.math.stat.inference;
OneWayAnova.java 17 package org.apache.commons.math.stat.inference;
28 * the {@link org.apache.commons.math.stat.inference.TTest}.
UnknownDistributionChiSquareTest.java 17 package org.apache.commons.math.stat.inference;
TTest.java 17 package org.apache.commons.math.stat.inference;
    [all...]
TTestImpl.java 17 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.
    [all...]
ChiSquareTestImpl.java 17 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.
OneWayAnovaImpl.java 17 package org.apache.commons.math.stat.inference;
TestUtils.java 17 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.TTest#pairedTTest(double[], double[], double
    [all...]

Completed in 153 milliseconds