R/RcppExports.R

Defines functions .sample_y_pred_cpp .sample_nu_cpp .sample_delta_cpp .eta_post_cpp

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

.eta_post_cpp <- function(x, pars) {
    .Call(`_DSSP_eta_post_cpp`, x, pars)
}

.sample_delta_cpp <- function(x, pars) {
    .Call(`_DSSP_sample_delta_cpp`, x, pars)
}

.sample_nu_cpp <- function(x, pars) {
    .Call(`_DSSP_sample_nu_cpp`, x, pars)
}

.sample_y_pred_cpp <- function(pars) {
    .Call(`_DSSP_sample_y_pred_cpp`, pars)
}

Try the DSSP package in your browser

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

DSSP documentation built on July 12, 2022, 5:06 p.m.