R/rweibull3.R

Defines functions rweibull3

Documented in rweibull3

rweibull3 <-
function(n,shape,scale=1,thres=0)
	thres + rweibull(n,shape,scale)

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.