R/RcppExports.R

Defines functions pavaCorrect isoCdf_sequential idrHazardCpp

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

idrHazardCpp <- function(w, W, Y, posY, y) {
    .Call(`_isodistrreg_idrHazardCpp`, w, W, Y, posY, y)
}

isoCdf_sequential <- function(w, W, Y, posY, y) {
    .Call(`_isodistrreg_isoCdf_sequential`, w, W, Y, posY, y)
}

pavaCorrect <- function(y) {
    .Call(`_isodistrreg_pavaCorrect`, y)
}
AlexanderHenzi/isodistrreg documentation built on Nov. 14, 2023, 12:08 a.m.