R/weibull.R

weibull <-
function(x, a=0.14, b=0.46){
  exp(-a*(x-1)^b)
}
fzwaeustc/pcrfn documentation built on May 16, 2019, 4:06 p.m.