How to fit power law distribution on data set?

25 views (last 30 days)
I want to fit power law distribution on data set including one variable( one column). I use plfit command :
plfit(x,'finite');
but get this error:
Unrecognized function or variable 'plfit'.
first 10 observatio of data is:
97 106 107 154 250 292 315 336438 2211.07 484

Accepted Answer

Torsten
Torsten on 17 May 2022
plfit is not an official matlab code.
You can download it here:
  3 Comments
Torsten
Torsten on 17 May 2022
Edited: Torsten on 17 May 2022
Mark the program text, press Strg C, open the text editor of your computer, press Strg V and save it as "plfit.m".

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!