matlab - Parameter estimation (MLE) of a truncated Pareto distribution -


i'm new here , super desperate hope of can me.... have sample of random data x_1....x_n , want fit truncated pareto distribution data.... fit generalized pareto distribution super easy , have done that. calculated shape , scale parameters matlab routine. truncated pareto distribution can't seem find routine calculate parameters need... have idea how it?

thanks in advance!

you can use markov-chain-monte-carlo simulations bayesian inference parameters of generalized pareto distribution given data. or stay maximum likelihood method. problem can solved in many ways. if want apply mle need search maximum. fminsearch() http://de.mathworks.com/help/optim/ug/fminsearch.html

for need define function in separate m-file computes likelihood or log-likehood given set of parameters of truncated pareto distribution. fminsearch returns optimal parameters according likelihood. kind of routine looking for?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -