R/SarabiaE.R

Defines functions SarabiaE

Documented in SarabiaE

SarabiaE <- function(P, x){
    lambda <- P[1]
    eta    <- P[2]
    a1     <- P[3]
    a2     <- P[4]
    (1-lambda+eta)*x + lambda*x^(a1+1) - eta*(1-(1-x)^(a2+1))
}

Try the biogeom package in your browser

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

biogeom documentation built on May 29, 2024, 8:52 a.m.