Other packages > Find by keyword >

GpGp  

Fast Gaussian Process Computation Using Vecchia's Approximation
View on CRAN: Click here


Download and install GpGp package within the R console
Install from CRAN:
install.packages("GpGp")

Install from Github:
library("remotes")
install_github("cran/GpGp")

Install by package version:
library("remotes")
install_version("GpGp", "0.5.1")



Attach the package and use:
library("GpGp")
Maintained by
Joseph Guinness
[Scholar Profile | Author Map]
First Published: 2018-02-19
Latest Update: 2024-02-18
Description:
Functions for fitting and doing predictions with Gaussian process models using Vecchia's (1988) approximation. Package also includes functions for reordering input locations, finding ordered nearest neighbors (with help from 'FNN' package), grouping operations, and conditional simulations. Covariance functions for spatial and spatial-temporal data on Euclidean domains and spheres are provided. The original approximation is due to Vecchia (1988) , and the reordering and grouping methods are from Guinness (2018) . Model fitting employs a Fisher scoring algorithm described in Guinness (2019) .
How to cite:
Joseph Guinness (2018). GpGp: Fast Gaussian Process Computation Using Vecchia's Approximation. R package version 0.5.1, https://cran.r-project.org/web/packages/GpGp. Accessed 11 Apr. 2025.
Previous versions and publish date:
0.1.0 (2018-02-19 11:14), 0.1.1 (2019-01-30 10:20), 0.2.0 (2019-06-29 14:40), 0.2.1 (2019-07-09 16:40), 0.2.2 (2020-07-12 07:30), 0.3.0 (2020-10-03 07:10), 0.3.1 (2020-10-17 06:40), 0.3.2 (2021-01-27 22:30), 0.4.0 (2021-06-09 23:40), 0.5.0 (2024-02-19 00:00)
Other packages that cited GpGp R package
View GpGp citation profile
Other R packages that GpGp depends, imports, suggests or enhances
Complete documentation for GpGp
Functions, R codes and Examples using the GpGp R package
Some associated functions: GpGp . L_mult . L_t_mult . Linv_mult . Linv_t_mult . argo2016 . cond_sim . condition_number . expit . exponential_anisotropic2D . exponential_anisotropic3D . exponential_anisotropic3D_alt . exponential_isotropic . exponential_nonstat_var . exponential_scaledim . exponential_spacetime . exponential_sphere . exponential_sphere_warp . exponential_spheretime . exponential_spheretime_warp . fast_Gp_sim . fast_Gp_sim_Linv . find_ordered_nn . find_ordered_nn_brute . fisher_scoring . fit_model . get_linkfun . get_penalty . get_start_parms . group_obs . jason3 . matern15_isotropic . matern15_scaledim . matern25_isotropic . matern25_scaledim . matern35_isotropic . matern35_scaledim . matern45_isotropic . matern45_scaledim . matern_anisotropic2D . matern_anisotropic3D . matern_anisotropic3D_alt . matern_categorical . matern_isotropic . matern_nonstat_var . matern_scaledim . matern_spacetime . matern_spacetime_categorical . matern_spacetime_categorical_local . matern_sphere . matern_sphere_warp . matern_spheretime . matern_spheretime_warp . order_coordinate . order_dist_to_point . order_maxmin . order_middleout . pen_hi . pen_lo . pen_loglo . predictions . sph_grad_xyz . summary.GpGp_fit . test_likelihood_object . vecchia_Linv . vecchia_grouped_meanzero_loglik . vecchia_grouped_profbeta_loglik . vecchia_grouped_profbeta_loglik_grad_info . vecchia_meanzero_loglik . vecchia_profbeta_loglik . vecchia_profbeta_loglik_grad_info . 
Some associated R codes: GpGp.R . RcppExports.R . Rcpp_doc.R . argo2016.R . fisher_scoring.R . fit_model.R . jason3.R . nearest_neighbor_functions.R . ordering_functions.R . penalties.R . predictions.R . simulation_functions.R .  Full GpGp package functions and examples
Downloads during the last 30 days
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/10Downloads for GpGp51015202530TrendBars

Today's Hot Picks in Authors and Packages

multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA