R/RcppExports.R

Defines functions slash_QTF slash_CDF slash_PDF hyp_QTF hyp_CDF hyp_PDF

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

hyp_PDF <- function(x, mu, sigma, nu, log_p = FALSE) {
    .Call('_bcnsm_hyp_PDF', PACKAGE = 'bcnsm', x, mu, sigma, nu, log_p)
}

hyp_CDF <- function(qtl, mu, sigma, nu) {
    .Call('_bcnsm_hyp_CDF', PACKAGE = 'bcnsm', qtl, mu, sigma, nu)
}

hyp_QTF <- function(p, nu) {
    .Call('_bcnsm_hyp_QTF', PACKAGE = 'bcnsm', p, nu)
}

slash_PDF <- function(x, mu, sigma, nu, log_p = FALSE) {
    .Call('_bcnsm_slash_PDF', PACKAGE = 'bcnsm', x, mu, sigma, nu, log_p)
}

slash_CDF <- function(qtl, mu, sigma, nu) {
    .Call('_bcnsm_slash_CDF', PACKAGE = 'bcnsm', qtl, mu, sigma, nu)
}

slash_QTF <- function(p, nu) {
    .Call('_bcnsm_slash_QTF', PACKAGE = 'bcnsm', p, nu)
}
rdmatheus/BCNSM documentation built on Feb. 8, 2024, 1:28 a.m.