# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
dpoibin1 <- function(x, size, prob, log) {
.Call(`_account_dpoibin1`, x, size, prob, log)
}
rpoibin1 <- function(size, prob) {
.Call(`_account_rpoibin1`, size, prob)
}
rpoistr1 <- function(lambda, lower) {
.Call(`_account_rpoistr1`, lambda, lower)
}
rpoistr <- function(n, lambda, lower) {
.Call(`_account_rpoistr`, n, lambda, lower)
}
pskel1 <- function(q, mu1, mu2, lower_tail, log_p) {
.Call(`_account_pskel1`, q, mu1, mu2, lower_tail, log_p)
}
qskel1 <- function(p, mu1, mu2) {
.Call(`_account_qskel1`, p, mu1, mu2)
}
rskeltr1 <- function(mu1, mu2, lower) {
.Call(`_account_rskeltr1`, mu1, mu2, lower)
}
rskeltr <- function(n, mu1, mu2, lower) {
.Call(`_account_rskeltr`, n, mu1, mu2, lower)
}
dskel1 <- function(x, mu1, mu2, log) {
.Call(`_account_dskel1`, x, mu1, mu2, log)
}
dskeltr1 <- function(x, mu1, mu2, lower, log) {
.Call(`_account_dskeltr1`, x, mu1, mu2, lower, log)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.