tests/t-weibull.R

require(OneStep)

n <- 1e3
set.seed(1)
theta <- c(0.8,3)
o.sample <- rweibull(n,shape = theta[1], scale = 1/theta[2])

onestep(o.sample, "weibull")

Try the OneStep package in your browser

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

OneStep documentation built on Oct. 17, 2024, 5:06 p.m.