#' BJX Data
#'
#' A dataset containing the training data and test data from
#' the BJX function \deqn{y(x) = sin\left(30\left( x - 0.9\right)^4 \right)
#' cos\left(2\left( x - 0.9\right)\right) + \frac{x - 0.9}{2}, \;\;\;\;
#' x \in [0, 1]} used in the paper
#'
#' @format A list with elements \code{x, y, xTest, yTest}
#' \describe{
#' \item{x}{training data locations}
#' \item{y}{training data values}
#' \item{xTest}{test data locations}
#' \item{yTest}{test data values}
#' }
#' @source TODO: add source
"BJX"
# #' @source \url{http://www.diamondse.info/}
#' Heat Exchange Data
#'
#' A dataset containing the training data and test data from
#' the heat exchange example used in the paper
#'
#' @format A list with elements \code{x, y, xTest, yTest}
#' \describe{
#' \item{x}{training data locations}
#' \item{y}{training data values}
#' \item{xTest}{test data locations}
#' \item{yTest}{test data values}
#' }
#' @source TODO: add source
"HE"
# #' @source \url{http://www.diamondse.info/}
#' Wing Weight Data
#'
#' A dataset containing the training data and test data from
#' the wing weight example used in the paper
#'
#' @format A list with elements \code{x, y, xTest, yTest}
#' \describe{
#' \item{x}{training data locations}
#' \item{y}{training data values}
#' \item{xTest}{test data locations}
#' \item{yTest}{test data values}
#' }
#' @source TODO: add source
"WW"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.