CRAN
GpGp 0.2.0
Fast Gaussian Process Computation Using Vecchia's Approximation
Released Jun 29, 2019 by Joseph Guinness
Dependencies
RcppArmadillo 0.9.500.2.0 FNN 1.1.3 Rcpp
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)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>GpGp</artifactId> <version>0.2.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:GpGp')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- L_mult-examples
- L_t_mult-examples
- Linv_mult-examples
- Linv_t_mult-examples
- fast_Gp_sim-examples
- fast_Gp_sim_Linv-examples
- find_ordered_nn-examples
- fit_model-examples
- group_obs-examples
- order_coordinate-examples
- order_dist_to_point-examples
- order_maxmin-examples
- order_middleout-examples
- testthat
- vecchia_Linv-examples
- vecchia_grouped_meanzero_loglik-examples
- vecchia_grouped_profbeta_loglik-examples
- vecchia_grouped_profbeta_loglik_grad_info-examples
- vecchia_meanzero_loglik-examples
- vecchia_profbeta_loglik-examples
- vecchia_profbeta_loglik_grad_info-examples