R/pepois.R

Defines functions pepois

Documented in pepois

pepois <- function(x, beta, lambda) {
  ( exp( lambda * exp( - beta * x ) ) - exp( lambda ) ) / ( 1 - exp( lambda ) )
}

Try the geppe package in your browser

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

geppe documentation built on June 24, 2024, 5:08 p.m.