https://github.com/csgillespie/sparseem
https://github.com/csgillespie/sparseem
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csgillespie/sparseem
- Owner: csgillespie
- License: gpl-3.0
- Created: 2015-08-06T09:00:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T20:50:15.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T08:47:08.416Z (4 months ago)
- Language: R
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The SparseEm package
## Overview
This is the associated R package from
> Kaufman, C., Bingham, D., Habib, S., Heitmann, K., and Frieman, J. (2011) “Efficient Emulators of Computer Experiments Using Compactly Supported Correlation Functions, With An Application to Cosmology.” Annals of Applied Statistics, 5: 2470–2492.
The code was originally developed by Dr Cari Kaufman. This is a copy of package, updated for use with R version 3 onwards.
The original example file, `SparseEmExample.R` is a good place to get started.
## Installation
You can install this package via `devtools`
```
library("devtools")
install_github("csgillespie/SparseEm", sub="pkg")
```## Help
Unfortunately the original author can no longer provide assistance and I didn't develop this package, so can only provide limited support.
Contributions are welcome.