Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.curvefit.interpolation.univariate Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
CubicHermiteCubic Hermite spline interpolation is a piecewise spline interpolation, in which each polynomial is in Hermite form which consists of two control points and two control tangents.Classcom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu
CubicHermite .TangentThe method for computing the control tangent at a given index.Interfacecom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu
CubicHermite .TangentsCatmull-Rom splines are a special case of Cardinal splines and are defined as: (frac{partial y}{partial x})_k = frac{y_{k+1} - y_{k-1}}{x_{k+1} - x_{k-1}}.Classcom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu
CubicSplineThe (natural) cubic spline interpolation fits a cubic polynomial between each pair of adjacent points such that adjacent cubics are continuous in their first and second derivative.Classcom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu
DividedDifferencesDivided differences is recursive division process for calculating the coefficients in the interpolation polynomial in the Newton form.Classcom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu
InterpolationInterpolation is a method of constructing new data points within the range of a discrete set of known data points.Interfacecom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu
LinearInterpolation(Piecewise-)Linear interpolation fits a curve by interpolating linearly between two adjacent data-points.Classcom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu
NewtonPolynomialNewton polynomial is the interpolation polynomial for a given set of data points in the Newton form.Classcom.numericalmethod.suanshu.analysis.curvefit.interpolation.univariateSuanShu