R/RcppExports.R

Defines functions MaxMincpp vecchia_grouped_profbeta_loglik_grad_info d_matern15_scaledim matern15_scaledim matchcov computeConfBand_ computeDiffCov_ computeLogLikGradGPZeroMean_ computeLogLikGradGP_ computeLogLikGP_ predictGP computeWeightedY

# 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)
}

Try the DSWE package in your browser

Any scripts or data that you put into this service are public.

DSWE documentation built on May 29, 2024, 2:07 a.m.