How to fit power law distribution on data set?

22 ビュー (過去 30 日間)
Neda
Neda 2022 年 5 月 17 日
コメント済み: Neda 2022 年 5 月 20 日
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".
Neda
Neda 2022 年 5 月 20 日
Many thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSensors and Transducers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by