Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vignette/splines.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
```{r, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, cache=TRUE)
library(fields)
data(WorldBankCO2)
```

While the `fields` package is primarily concerned with methods for fitting spatial data and higher dimensional surfaces, it also includes functions for one dimensional curve fitting as special cases with $d=1$. These functions can be used for interpolating and smoothing data, and allow for statistical inference of uncertainty.
Expand Down