R/SCSE.R

Defines functions SCSE

Documented in SCSE

SCSE <- function(P, x){
    gamma <- P[1]
    alpha <- P[2]
    beta  <- P[3]
    x^gamma * (1-(1-x)^alpha)^beta
}

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.