R/pweibull3.R

Defines functions pweibull3

Documented in pweibull3

pweibull3 <-
function(q,shape,scale=1,thres=0,lower.tail=TRUE,log.p=FALSE)
	pweibull(q-thres,shape,scale,lower.tail,log.p)

Try the FAdist package in your browser

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

FAdist documentation built on March 18, 2022, 5:24 p.m.