# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.