Uses of Class
org.apache.commons.math.DuplicateSampleAbscissaException
-
Packages that use DuplicateSampleAbscissaException Package Description org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms.org.apache.commons.math.analysis.polynomials Univariate real polynomials implementations, seen as differentiable univariate real functions. -
-
Uses of DuplicateSampleAbscissaException in org.apache.commons.math.analysis.interpolation
Methods in org.apache.commons.math.analysis.interpolation that throw DuplicateSampleAbscissaException Modifier and Type Method Description protected static double[]
DividedDifferenceInterpolator. computeDividedDifference(double[] x, double[] y)
Returns a copy of the divided difference array.PolynomialFunctionNewtonForm
DividedDifferenceInterpolator. interpolate(double[] x, double[] y)
Computes an interpolating function for the data set. -
Uses of DuplicateSampleAbscissaException in org.apache.commons.math.analysis.polynomials
Methods in org.apache.commons.math.analysis.polynomials that throw DuplicateSampleAbscissaException Modifier and Type Method Description static double
PolynomialFunctionLagrangeForm. evaluate(double[] x, double[] y, double z)
Evaluate the Lagrange polynomial using Neville's Algorithm.
-