Skip to content
/ GpGp Public

❗ This is a read-only mirror of the CRAN R package repository. GpGp — Fast Gaussian Process Computation Using Vecchia's Approximation

License

Notifications You must be signed in to change notification settings

cran/GpGp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GpGp

GpGp is an R package for fast approximate Gaussian process computation. The package includes implementations of the Vecchia's (1988) original approximation, as well as several updates to it, including the reordered and grouped versions of the approximation outlined in Guinness (2018).

Installing

The package can be installed from CRAN with the usual R command

install.packages("GpGp")

or directly from Github for the latest version

devtools::install_github("joeguinness/GpGp")

Basic Use

The main function for fitting models is called 'fit_model', and the main function for doing predictions is called 'predictions'.

See this youtube video for a tutorial: https://www.youtube.com/watch?v=phyB4n0CDWg&t=4s

About

❗ This is a read-only mirror of the CRAN R package repository. GpGp — Fast Gaussian Process Computation Using Vecchia's Approximation

Resources

License

Stars

Watchers

Forks

Packages

No packages published