powered by
Fits a beta distribution based on quantiles
fitbeta_ml(point, lci, uci)fitbeta(point, lci, uci)
fitbeta(point, lci, uci)
parameters shape1 and shape2 of a beta distribution
Point estimates corresponding to the median
Lower limit (quantile 0.025)
Upper limit (quantile 0.975)
fitbeta_ml(): using ML to estimate parameters
fitbeta_ml()
fitbeta(): preserve the expected value
fitbeta()
John J. Aponte
fitdist
fitbeta_ml(0.45,0.40,0.50) fitbeta(0.45,0.40,0.50)
Run the code above in your browser using DataLab