Description Usage Arguments Details
View source: R/legendreseries.R
Given the series coefficients, evaluate the Legendre series at the specified points.
1 | lserieseval(x, lc, interval)
|
x |
The values at which to evaluate the series |
lc |
The coefficients of the Legendre polynomials in the series, starting with P_0 and counting upward. Any omitted coefficients are filled in with zeros. |
interval |
Boundaries of the x interval (see details) |
The Legendre polynomials are defined on the interval [-1,1]. A function defined
on a different (finite) interval can be rescaled to work with the Legendre polynomials
using the interval
parameter. If the interval is omitted, it is assumed to
be [-1,1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.