R/RcppExports.R

Defines functions rcpp_expsmooth rcpp_GridSampleRhoGaussianMix rcpp_GridSampleRho rcpp_GridSamplePhi rcpp_GridSampleTauPhi

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

rcpp_GridSampleTauPhi <- function(T, u, chi2, e, logl, omega2, nu) {
    .Call(`_Rlgt_rcpp_GridSampleTauPhi`, T, u, chi2, e, logl, omega2, nu)
}

rcpp_GridSamplePhi <- function(T, u, chi2, tau, e, logl, nu) {
    .Call(`_Rlgt_rcpp_GridSamplePhi`, T, u, chi2, tau, e, logl, nu)
}

rcpp_GridSampleRho <- function(R, u, ytilde, v2, logl, w1, nu, rhoscale) {
    .Call(`_Rlgt_rcpp_GridSampleRho`, R, u, ytilde, v2, logl, w1, nu, rhoscale)
}

rcpp_GridSampleRhoGaussianMix <- function(R, u, ytilde, v2, logl, w1) {
    .Call(`_Rlgt_rcpp_GridSampleRhoGaussianMix`, R, u, ytilde, v2, logl, w1)
}

rcpp_expsmooth <- function(y, alphaV, betaV, l1, b1) {
    .Call(`_Rlgt_rcpp_expsmooth`, y, alphaV, betaV, l1, b1)
}

Try the Rlgt package in your browser

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

Rlgt documentation built on Sept. 16, 2023, 1:08 a.m.