How to fit power law distribution on data set?

16 次查看(过去 30 天)
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

采纳的回答

Torsten
Torsten 2022-5-17
plfit is not an official matlab code.
You can download it here:
  3 个评论
Torsten
Torsten 2022-5-17
编辑:Torsten 2022-5-17
Mark the program text, press Strg C, open the text editor of your computer, press Strg V and save it as "plfit.m".

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sensors and Transducers 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by