# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
computeWeightedY <- function(X, y, params) {
.Call(`_DSWE_computeWeightedY`, X, y, params)
}
predictGP <- function(X, weightedY, Xnew, params) {
.Call(`_DSWE_predictGP`, X, weightedY, Xnew, params)
}
computeLogLikGP_ <- function(X, y, params) {
.Call(`_DSWE_computeLogLikGP_`, X, y, params)
}
computeLogLikGradGP_ <- function(X, y, params) {
.Call(`_DSWE_computeLogLikGradGP_`, X, y, params)
}
computeLogLikGradGPZeroMean_ <- function(X, y, params) {
.Call(`_DSWE_computeLogLikGradGPZeroMean_`, X, y, params)
}
computeDiffCov_ <- function(X1, y1, X2, y2, XT, theta, sigma_f, sigma_n, beta) {
.Call(`_DSWE_computeDiffCov_`, X1, y1, X2, y2, XT, theta, sigma_f, sigma_n, beta)
}
computeConfBand_ <- function(diffCovMat, confLevel) {
.Call(`_DSWE_computeConfBand_`, diffCovMat, confLevel)
}
matchcov <- function(ref, obj, thres, circ_pos, flag) {
.Call(`_DSWE_matchcov`, ref, obj, thres, circ_pos, flag)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.