R/qepois.R

Defines functions qepois

Documented in qepois

qepois <- function(p, beta, lambda) {
  - ( log( ( lambda ** ( - 1 ) ) * log( p * ( 1 - exp( lambda ) ) + exp( lambda ) ) ) ) / beta
}

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.