get_chebyshev_coeffs | R Documentation |
Approximate a function by Chebyshev polynomials and find proxy roots
get_chebyshev_coeffs(fun, n, from = 0, to = 1, ...)
find_chebyshev_roots(a, from = 0, to = 1)
eval_chebyshev_poly(a, x, from = 0, to = 1)
fun |
function to evaluate |
n |
degree of Chebyshev polynomial |
from , to |
the interval for the input argument |
... |
other arguments passed to a function |
a |
numeric vector of Chebyshev coefficients |
x |
numeric vector of values X to evaluate approximating polynomials for |
a vector of Chebyshev polynomial coefficients
get_chebyshev_coeffs(qpd::fexp, lambda=0.25, n=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.