| fgpKern-class | R Documentation |
fgpm modelThis is the formal representation for data structures linked to the kernel of a Gaussian process model within the funGp package.
kerTypeObject of class "character". Kernel type. To be set from {"gauss", "matern5_2",
"matern3_2"}.
f_disTypeObject of class "character". Distance type. To be set from {"L2_bygroup",
"L2_index"}.
varHypObject of class "numeric". Estimated variance parameter.
s_lsHypsObject of class "numeric". Estimated length-scale parameters for scalar inputs.
f_lsHypsObject of class "numeric". Estimated length-scale parameters for functional
inputs.
f_lsOwnersObject of class "character". Index of functional input variable linked to each
element in f_lsHyps
José Betancourt, François Bachoc, Thierry Klein and Jérémy Rohmer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.