Contains methods for creating multivariate/multidimensional interpolations of functions on a hypercube. If available through fftw3, the DCT-II/FFT is used to compute coefficients for a Chebyshev interpolation. Other interpolation methods for arbitrary Cartesian grids are also provided, a piecewise multilinear, and the Floater-Hormann barycenter method. For scattered data polyharmonic splines with a linear term is provided. The time-critical parts are written in C for speed. All interpolants are parallelized if used to evaluate more than one point.
| Version: | 2.1-2 |
| Imports: | compiler, stats, geometry |
| Suggests: | lattice, knitr, cubature, plot3D |
| Published: | 2019-12-09 |
| Author: | Simen Gaure |
| Maintainer: | Simen Gaure <Simen.Gaure at frisch.uio.no> |
| BugReports: | https://github.com/sgaure/chebpol/issues |
| License: | Artistic-2.0 |
| Copyright: | 2013-2019, Simen Gaure |
| URL: | https://github.com/sgaure/chebpol |
| NeedsCompilation: | yes |
| SystemRequirements: | fftw3 (>= 3.1.2), gsl |
| Classification/ACM: | G.1.2 |
| Classification/MSC: | 41A05, 41A10, 41A50, 41A63, 65D05, 65T40 |
| Materials: | NEWS |
| In views: | NumericalMathematics |
| CRAN checks: | chebpol results |
| Reference manual: | chebpol.pdf |
| Vignettes: |
Details of package chebpol Usage notes for package chebpol Description of the stalker spline |
| Package source: | chebpol_2.1-2.tar.gz |
| Windows binaries: | r-devel: chebpol_2.1-2.zip, r-release: chebpol_2.1-2.zip, r-oldrel: chebpol_2.1-2.zip |
| macOS binaries: | r-release: chebpol_2.1-2.tgz, r-oldrel: chebpol_2.1-2.tgz |
| Old sources: | chebpol archive |
Please use the canonical form https://CRAN.R-project.org/package=chebpol to link to this page.