File: NAMESPACE

package info (click to toggle)
r-cran-poissonbinomial 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: cpp: 719; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by roxygen2: do not edit by hand

export(dgpbinom)
export(dpbinom)
export(pgpbinom)
export(ppbinom)
export(qgpbinom)
export(qpbinom)
export(rgpbinom)
export(rpbinom)
import(Rcpp)
importFrom(stats,dbinom)
importFrom(stats,pbinom)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,stepfun)
useDynLib(PoissonBinomial, .registration = TRUE)