cheb_fit: Curve Fitting with Chebyshev Polynomials

Description Usage Arguments Value

Description

cheb_fit fits a Chebyshev polynomial of order n to a arbitrary data or time series using the method of least squares.

Usage

1
cheb_fit(d, x_axis, n)

Arguments

d

Data series to be fitted

x_axis

Arbitrary X-Axis

n

Order of the polynomial

Value

Values of the filtered model


sebaki/ChebyshevMax documentation built on May 29, 2019, 12:07 a.m.