Nothing
# 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)
}
matern15_scaledim <- function(covparms, locs) {
.Call(`_DSWE_matern15_scaledim`, covparms, locs)
}
d_matern15_scaledim <- function(covparms, locs) {
.Call(`_DSWE_d_matern15_scaledim`, covparms, locs)
}
vecchia_grouped_profbeta_loglik_grad_info <- function(covparms, covfun_name, y, X, locs, NNlist) {
.Call(`_DSWE_vecchia_grouped_profbeta_loglik_grad_info`, covparms, covfun_name, y, X, locs, NNlist)
}
MaxMincpp <- function(locations) {
.Call(`_DSWE_MaxMincpp`, locations)
}
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.