Uses of Class
org.apache.commons.math.DuplicateSampleAbscissaException
Packages that use DuplicateSampleAbscissaException
Package
Description
Univariate real functions interpolation algorithms.
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 DuplicateSampleAbscissaExceptionModifier and TypeMethodDescriptionprotected static double[]
DividedDifferenceInterpolator.computeDividedDifference
(double[] x, double[] y) Returns a copy of the divided difference array.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 DuplicateSampleAbscissaExceptionModifier and TypeMethodDescriptionstatic double
PolynomialFunctionLagrangeForm.evaluate
(double[] x, double[] y, double z) Evaluate the Lagrange polynomial using Neville's Algorithm.