How can I perform Maximum Likelihood Estimation for power law and custom distributions?
Show older comments
How can I perform Maximum Likelihood Estimation for power law and custom distributions?
I am doing a study of power laws, and have a brainwaves data set which has a downward slope and ends with an exponential cut off. I know my data is noisy and would deviate from the power law, however, I want use MATLAB in the best way possible to explain the deviations
How can I find the maximum likelihood estimates (MLE) for the power law distribution?
Also, how can I perform MLE on the data set using the following functional form of the custom distribution?
y = a*x^(b) * e^(lambda*x)
Accepted Answer
More Answers (0)
Categories
Find more on Univariate Discrete Distributions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!