While polynomials are also basic PDFs, they convey mathematically a more special class of functions.
|
Linear combination of Bernstein polynomials of order len(coeffs) - 1, the coeffs are overall scaling factors. |
|
Linear combination of Chebyshev (first kind) polynomials of order len(coeffs), coeffs are scaling factors. |
|
Linear combination of Legendre polynomials of order len(coeffs), the coeffs are overall scaling factors. |
|
Linear combination of Chebyshev (second kind) polynomials of order len(coeffs), coeffs are scaling factors. |
|
Linear combination of Hermite polynomials (for physics) of order len(coeffs), with coeffs as scaling factors. |
|
Linear combination of Laguerre polynomials of order len(coeffs), the coeffs are overall scaling factors. |
|
1D polynomial generated via three-term recurrence. |