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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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