R/rtppxg.R

Defines functions rtppxg

Documented in rtppxg

rtppxg <- function(n, alpha = 1, theta = 1) { 
  lam <- rtpxg(n,alpha,theta)
  rpois(n, lam)
}

Try the TPXG package in your browser

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

TPXG documentation built on April 3, 2025, 10:37 p.m.