R/ppe.R

Defines functions ppe

Documented in ppe

ppe <- function(x, theta, lambda) {
  ( exp (- theta * exp( - lambda * x ) ) - exp(- theta) ) / ( 1 - exp( - theta ) )
}

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.