Learn R Programming

Gaussian Process Models for Scalar and Functional Inputs

Description: funGp is a regression package based on Gaussian process models. It allows inputs to be either scalar, functional (represented as vectors), or a combination of both. A dimension reduction functionality is implemented in order aid keeping the model light while keeping enough information about the inputs for the model to predict well. Moreover, funGp offers a model selection feature which allows to tune different characteristics of the model such as the active scalar and functional inputs, the type of kernel function and the family of basis function used for the projection of the inputs. This is an extension of the work presented in Betancourt et al. (2020).

Main functionalities :small_blue_diamond: Creation of regression models :small_blue_diamond: Output estimation at unobserved input points :small_blue_diamond: Random sampling from a Gaussian process model :small_blue_diamond: Heuristic optimization of model structure

Note: funGp was first developed in the frame of the RISCOPE research project, funded by the French Agence Nationale de la Recherche (ANR) for the period 2017-2021 (ANR project No. 16CE04-0011, RISCOPE.fr), and certified by SAFE Cluster.

This project is licensed under the GPL-3 License.

Installation

# Install release version from CRAN
install.packages("funGp")

# Install release version from GitHub
# way 1
library(devtools)
install_github("djbetancourt-gh/funGp", dependencies = TRUE)

# way 2
library(githubinstall)
githubinstall("funGp", dependencies = TRUE)


# Install development version from GitHub
# way 1
library(devtools)
install_github("djbetancourt-gh/funGp@develop", dependencies = TRUE)

# way 2
library(githubinstall)
githubinstall("funGp@develop", dependencies = TRUE)

Manual :book: Gaussian Process Regression for Scalar and Functional Inputs with funGp - The in-depth tour

Authors: José Betancourt :wrench: (IMT, ENAC), François Bachoc (IMT), Thierry Klein (IMT, ENAC) and Jérémy Rohmer (BRGM).

Contributors: Yves Deville (Alpestat) and Déborah Idier (BRGM).

:wrench: maintainer - fungp.rpack@gmail.com

Acknowledgments: we are grateful to Yves Deville from Alpestat for his advice on the documentation of R packages and to Juliette Garcia from ENAC for her assistance on the stabilization of the Ant Colony algorithm for structural parameter optimization.

References

Betancourt, J., Bachoc, F., Klein, T., Idier, D., Rohmer, J., and Deville, Y. (2024), "funGp: An R Package for Gaussian Process Regression with Scalar and Functional Inputs". Journal of Statistical Software, 109, 5, 1--51. [JSS]

Betancourt, J., Bachoc, F., Klein, T., Idier, D., Pedreros, R., and Rohmer, J. (2020), "Gaussian process metamodeling of functional-input code for coastal flood hazard assessment". Reliability Engineering & System Safety, 198, 106870. [RESS] - [HAL]

Betancourt, J., Bachoc, F., Klein, T., and Gamboa, F. (2020), Technical Report: "Ant Colony Based Model Selection for Functional-Input Gaussian Process Regression. Ref. D3.b (WP3.2)". RISCOPE project. [HAL]

Betancourt, J., Bachoc, F., and Klein, T. (2020), R Package Manual: "Gaussian Process Regression for Scalar and Functional Inputs with funGp - The in-depth tour". RISCOPE project. [HAL]

Copy Link

Version

Install

install.packages('funGp')

Monthly Downloads

352

Version

1.0.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Jose Betancourt

Last Published

May 10th, 2024

Functions in funGp (1.0.0)

antsLog-class

S4 class for log of models explored by ant colony in funGp
funGp-package

Gaussian Process Models for Scalar and Functional Inputs
Xfgpm-class

S4 class for funGp model selection data structures
fgpm_factory

Structural optimization of Gaussian process models
fgpm-class

S4 class for funGp Gaussian process models
black-boxes

Analytic models for the exploration of the funGp package
factoryCall-class

S4 class for fgpm_factory function calls
decay

Decay functions for ant colony optimization in funGp
decay2probs

Probability functions for ant colony optimization in funGp
fgpm

Gaussian process models for scalar and functional inputs
matern32_cor

Matern 3/2 correlation function
plot.predict.fgpm

Plot method for the predictions of a fgpm model
plot,fgpm-method

Plot method for the class "fgpm"
fgpKern-class

S4 class for structures linked to the kernel of a fgpm model
get_active_in

Extraction of active inputs in a given model structure
modelCall-class

S4 class for calls to the fgpm function in funGp
gaussian_cor

Gaussian correlation function
matern52_cor

Matern 5/2 correlation function
modelDef

Retrieve a fgpm from within a Xfgpm object
plot,Xfgpm-method

Plot method for the class "Xfgpm"
update,fgpm-method

Easy update of fgpm models
summary,Xfgpm-method

Summary method for Xfgpm objects
which_on

Indices of active inputs in a given model structure
simulate,fgpm-method

Random sampling from a fgpm model
[[,Xfgpm-method

Refit a fgpm model in a Xfgpm object
summary,fgpm-method

Summary method for fgpm objects
precalculated_Xfgpm_objects

Precalculated Xfgpm objects
plot.simulate.fgpm

Plot method for the simulations of a fgpm model
predict,fgpm-method

Prediction from a fgpm Gaussian process model
fgpProj-class

S4 class for structures linked to projections in a fgpm model