funGp-package {funGp} | R Documentation |
Gaussian Process Models for Scalar and Functional Inputs
Description
Construction and smart selection of Gaussian process models for analysis of computer experiments with emphasis on treatment of functional inputs that are regularly sampled. Smart selection is based on Ant Colony Optimization ACO algorithm.
Base functionalities
Main methods
fgpm: creation of funGp regression models
predict,fgpm-method: output estimation at new input points based on a funGp model
simulate,fgpm-method: random sampling from a funGp Gaussian process model
update,fgpm-method: modification of data and hyperparameters of a funGp modelPlotters
plot,fgpm-method: validation plot for afgpm
model
plot.predict.fgpm: plot of predictions based on afgpm
model
plot.simulate.fgpm: plot of simulations based on afgpm
model
Model selection
Main method
fgpm_factory: structural parameter optimizationFunctions for pre-optimization
decay: regularized initial pheromones
decay2probs: normalized initial pheromonesPlotters post-optimization
plot,Xfgpm-method: plot of the evolution of the algorithm withwhich = "evolution"
or of the absolute and relative quality of the optimized model withwhich = "diag"
Correction post-optimization of input data structures
which_on: indices of active inputs in a model structure delivered by fgpm_factory
get_active_in: extraction of active input data based on a model structure delivered by fgpm_factory
Useful material
Manual: funGp: An R Package for Gaussian Process Regression with Scalar and Functional Inputs (doi:10.18637/jss.v109.i05)
Paper: - Gaussian process metamodeling of functional-input code for coastal flood hazard assessment (doi:10.1016/j.ress.2020.106870)
Tech. report: Ant Colony Based Model Selection for Functional-Input Gaussian Process Regression (https://hal.science/hal-02532713)
Authors
José Betancourt, François Bachoc and Thierry Klein
Contributors
Déborah Idier and Jérémy Rohmer
Note
This package 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.
Author(s)
Maintainer: Jose Betancourt fungp.rpack@gmail.com
Authors:
François Bachoc francois.bachoc@math.univ-toulouse.fr
Thierry Klein thierry.klein@math.univ-toulouse.fr
Jeremy Rohmer J.Rohmer@brgm.fr
Other contributors:
Yves Deville deville.yves@alpestat.com [contributor]
Deborah Idier D.Idier@brgm.fr [contributor]
See Also
Useful links:
Report bugs at https://github.com/djbetancourt-gh/funGp/issues