Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedroguarderas/krig

Spatial Statistic with Kriging
https://github.com/pedroguarderas/krig

anova-kernels co-kriging gaussian-processes geostatistics kernels kriging r sensitivity-analysis sobol spatial-statistics

Last synced: about 2 months ago
JSON representation

Spatial Statistic with Kriging

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

#KRIG
Implements different methods for spatial statistics, in particular focused in Kriging based models.
We count with different implemented models, simple, ordinary and universal forms of Kriging,
co-Kriging and regression Kriging models. Includes, multivariate sensitivity analysis under an
approximation designed over Reproducing Kernel Hilbert Spaces and computation of Sobol indexes
under this framework.