R/weibull3p.R

Defines functions weibull3p

Documented in weibull3p

weibull3p <-
function(norm_time, gamma, eta, beta) {
  1 - exp(-((norm_time - gamma)/eta)^beta) 
}

Try the phenModel package in your browser

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

phenModel documentation built on Aug. 2, 2019, 5:05 p.m.