Uses of Class
org.apache.commons.math3.fraction.FractionConversionException
Packages that use FractionConversionException
Package
Description
Implementations of common discrete and continuous distributions.
Fraction number type and fraction number formatting.
Classes providing hypothesis testing.
-
Uses of FractionConversionException in org.apache.commons.math3.distribution
Methods in org.apache.commons.math3.distribution that throw FractionConversionExceptionModifier and TypeMethodDescriptionprivate FieldMatrix<BigFraction> KolmogorovSmirnovDistribution.createH(double d) Deprecated.CreatesHof sizem x mas described in [1] (see above). -
Uses of FractionConversionException in org.apache.commons.math3.fraction
Methods in org.apache.commons.math3.fraction that throw FractionConversionExceptionModifier and TypeMethodDescriptionFractionFormat.format(Object obj, StringBuffer toAppendTo, FieldPosition pos) Formats an object and appends the result to a StringBuffer.Constructors in org.apache.commons.math3.fraction that throw FractionConversionExceptionModifierConstructorDescriptionBigFraction(double value, double epsilon, int maxIterations) Create a fraction given the double value and maximum error allowed.privateBigFraction(double value, double epsilon, int maxDenominator, int maxIterations) Create a fraction given the double value and either the maximum error allowed or the maximum number of denominator digits.BigFraction(double value, int maxDenominator) Create a fraction given the double value and maximum denominator.Fraction(double value) Create a fraction given the double value.Fraction(double value, double epsilon, int maxIterations) Create a fraction given the double value and maximum error allowed.privateFraction(double value, double epsilon, int maxDenominator, int maxIterations) Create a fraction given the double value and either the maximum error allowed or the maximum number of denominator digits.Fraction(double value, int maxDenominator) Create a fraction given the double value and maximum denominator. -
Uses of FractionConversionException in org.apache.commons.math3.stat.inference
Methods in org.apache.commons.math3.stat.inference that throw FractionConversionExceptionModifier and TypeMethodDescriptionprivate FieldMatrix<BigFraction> KolmogorovSmirnovTest.createExactH(double d, int n) CreatesHof sizem x mas described in [1] (see above).