Searched defs:commons (Results 226 - 250 of 515) sorted by relevance

1234567891011>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DWeightedEvaluation.java17 package org.apache.commons.math.stat.descriptive;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DChiSquareTest.java17 package org.apache.commons.math.stat.inference;
19 import org.apache.commons.math.MathException;
H A DOneWayAnova.java17 package org.apache.commons.math.stat.inference;
19 import org.apache.commons.math.MathException;
28 * the {@link org.apache.commons.math.stat.inference.TTest}.
H A DUnknownDistributionChiSquareTest.java17 package org.apache.commons.math.stat.inference;
19 import org.apache.commons.math.MathException;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
H A DNaNStrategy.java18 package org.apache.commons.math.stat.ranking;
H A DTiesStrategy.java18 package org.apache.commons.math.stat.ranking;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
H A DMultipleLinearRegression.java17 package org.apache.commons.math.stat.regression;
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
H A DFastCosineTransformer.java17 package org.apache.commons.math.transform;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.analysis.UnivariateRealFunction;
22 import org.apache.commons.math.complex.Complex;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.util.FastMath;
H A DFastHadamardTransformer.java17 package org.apache.commons.math.transform;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.analysis.UnivariateRealFunction;
22 import org.apache.commons.math.exception.util.LocalizedFormats;
H A DFastSineTransformer.java17 package org.apache.commons.math.transform;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.analysis.UnivariateRealFunction;
22 import org.apache.commons.math.complex.Complex;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.util.FastMath;
H A DRealTransformer.java17 package org.apache.commons.math.transform;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.analysis.UnivariateRealFunction;
28 * interface since it produces {@link org.apache.commons.math.complex.Complex complex}
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DBigRealField.java18 package org.apache.commons.math.util;
22 import org.apache.commons.math.Field;
H A DContinuedFraction.java17 package org.apache.commons.math.util;
19 import org.apache.commons.math.ConvergenceException;
20 import org.apache.commons.math.MathException;
21 import org.apache.commons.math.MaxIterationsExceededException;
22 import org.apache.commons.math.exception.util.LocalizedFormats;
H A DDefaultTransformer.java18 package org.apache.commons.math.util;
22 import org.apache.commons.math.MathException;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
42 * @see <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/Transformer.html">Commons Collections Transformer</a>
H A DDoubleArray.java17 package org.apache.commons.math.util;
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundexUtils.java17 package org.apache.commons.codec.language;
19 import org.apache.commons.codec.EncoderException;
20 import org.apache.commons.codec.StringEncoder;
/external/apache-http/src/org/apache/commons/codec/net/
H A DBCodec.java17 package org.apache.commons.codec.net;
20 import org.apache.commons.codec.DecoderException;
21 import org.apache.commons.codec.EncoderException;
22 import org.apache.commons.codec.StringDecoder;
23 import org.apache.commons.codec.StringEncoder;
24 import org.apache.commons.codec.binary.Base64;
H A DRFC1522Codec.java17 package org.apache.commons.codec.net;
21 import org.apache.commons.codec.DecoderException;
22 import org.apache.commons.codec.EncoderException;
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/
H A DSerializationTest.java25 package org.apache.commons.logging.impl;
35 import org.apache.commons.logging.Log;
36 import org.apache.commons.logging.LogFactory;
/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DConvergingAlgorithm.java17 package org.apache.commons.math;
31 * currently is also contained in {@link org.apache.commons.math.optimization.SimpleRealPointChecker}
106 * like {@link org.apache.commons.math.util.MathUtils#SAFE_MIN MathUtils.SAFE_MIN}.</p>
H A DMathException.java17 package org.apache.commons.math;
24 import org.apache.commons.math.exception.MathThrowable;
25 import org.apache.commons.math.exception.util.DummyLocalizable;
26 import org.apache.commons.math.exception.util.Localizable;
27 import org.apache.commons.math.exception.util.LocalizedFormats;
31 * Base class for commons-math checked exceptions.
35 * Adapted from <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/FunctorException.html"/>.</p>
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DBinaryFunction.java18 package org.apache.commons.math.analysis;
20 import org.apache.commons.math.FunctionEvaluationException;
21 import org.apache.commons.math.util.FastMath;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DMicrosphereInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
19 import org.apache.commons.math.MathException;
20 import org.apache.commons.math.analysis.MultivariateRealFunction;
21 import org.apache.commons.math.exception.NotPositiveException;
22 import org.apache.commons.math.exception.NotStrictlyPositiveException;
23 import org.apache.commons.math.random.UnitSphereRandomVectorGenerator;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
H A DPolynomialFunctionLagrangeForm.java17 package org.apache.commons.math.analysis.polynomials;
19 import org.apache.commons.math.DuplicateSampleAbscissaException;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.analysis.UnivariateRealFunction;
22 import org.apache.commons.math.FunctionEvaluationException;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.util.FastMath;
H A DPolynomialFunctionNewtonForm.java17 package org.apache.commons.math.analysis.polynomials;
19 import org.apache.commons.math.MathRuntimeException;
20 import org.apache.commons.math.analysis.UnivariateRealFunction;
21 import org.apache.commons.math.FunctionEvaluationException;
22 import org.apache.commons.math.exception.util.LocalizedFormats;
205 * @see org.apache.commons.math.analysis.interpolation.DividedDifferenceInterpolator#computeDividedDifference(double[],

Completed in 283 milliseconds

1234567891011>>