R/p_rsize_Weibull.R

Defines functions p_rsize_Weibull

Documented in p_rsize_Weibull

p_rsize_Weibull <- function(q,TRpar,r){
  shape <- TRpar[1]
  scale <- TRpar[2]
  1 - gammainc((q/scale)**shape,(r + shape)/shape)[2]/gamma((r + shape)/shape)
}

Try the RSizeBiased package in your browser

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

RSizeBiased documentation built on March 29, 2021, 9:11 a.m.