R/RcppExports.R

Defines functions dcblp qcbinomC pcbinomC

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

pcbinomC <- function(q, sz, prob, logp) {
    .Call(`_cbinom_pcbinomC`, q, sz, prob, logp)
}

qcbinomC <- function(p, m, g, rcb = FALSE) {
    .Call(`_cbinom_qcbinomC`, p, m, g, rcb)
}

dcblp <- function(x, m, g) {
    .Call(`_cbinom_dcblp`, x, m, g)
}

Try the cbinom package in your browser

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

cbinom documentation built on April 28, 2021, 5:09 p.m.