knitr::opts_chunk$set(echo = TRUE)
This vignette serves as a tutorial on how to create a new wrapper for a GP package by editing the file \texttt{WrappedGP.R}, turning it into the wrapper for a new GP package. The file is essentially a copy of the file \texttt{WrappedmlegpGP.R}, a wrapper for the \texttt{mlegp} package. We assume that the user has some knowledge of GP implementations in R.
We require the following methods for the new GP package:
First, we describe a minimum version which goes over all necessary changes. Afterwards, we point the user to more advanced implementations which can be found in \texttt{WrappedDiceKrigingGP.R}.
Subsequent features are not necessary for the proper function of the package. Since these aspects are highly dependent on the chosen package, we merely make the user aware of these features and point them to the code sections in \texttt{WrappedDiceKrigingGP.R}.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.