How to fit power law distribution on data set?

22 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by