R/qpe.R

Defines functions qpe

Documented in qpe

qpe <- function(p, theta, lambda) {
  ( log( theta ) - log( - log( p - exp( - theta ) *( p - 1 ) ) ) ) / 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.