## compute parameters from L-moments
parburr <- parBurrXII.approx(L1=2, tau=0.45, tau3=0.51)
parburr
## Not run:
# ## plot the validity domain in the tau-tau3 space
# tau = seq(0, 1, by=0.02)
# plot(tau, tau3BurrXII.WeibullBound(tau), type="l", lwd=2, ylim=c(-.2, 1))
# lines(tau, tau3BurrXII.ParetoBound(tau), lwd=2)
# ## End(Not run)
Run the code above in your browser using DataLab