Tag: Approximation
-
Interpolates a given set of points using Akima spline fitting.
-
Evaluate Del(a) + Del(b) - Del(a+b).
-
Evaluates the Chebyshev polynomial series
-
Interpolates a given set of points using cubic spline fitting.
-
Approximates a discrete function using least squares polynomial fitting.
-
Approximates an arbitrary function using Forsythe orthogonal polynomials.
-
Interpolates a given set of points using the Lagrange polynomial.
-
Linearly interpolates a given set of points.
-
Calculates the linear regression parameters and evaluates the regression line at arbitrary abscissas
-
Evaluates the logistic regression curve built from a given set of points.
-
Multivariate interpolation, nearest-neighbor, bilinear, multilinear, bicubic, multicubic
-
Approximates an arbitrary function using orthogonal polynomials.
-
Approximates an arbitrary function using parabolic least squares fitting.
-
Evaluates a polynomial of degree N.
-
Approximates a given function using the Stiefel-Remes method.
-
Univeriate curve-fitting, interpolation, polynomial, spline, Akima
-
univariate regression, polynomial regression, orthogonal polynomials, nonlinear