FBD - "Find the Best Distribution" tool

版本 1.2.0.0 (467.1 KB) 作者: Yoav Aminov
With this GUI you can find the best distribution that fits your data.
6.7K 次下载
更新时间 2012/9/12

查看许可证

1. Save the Main_FitDistribution_GUI.fig and Main_FitDistribution_GUI.m files at the same directory.
2. Run the Main_FitDistribution_GUI.m file.
3. Load data using the "Load Data" button. The file should be a text file with 1 column containing the data. The attached file "DataExample.txt" contains data in a legal format.
4. choose whether you want to fit continuous of discrete distributions, and whether you want to display the PDFs of the CDFs (with the pop-down menus). The lists of optional distributions are displayed on the left side of the GUI.
5. Press "FIT!"
6. You will see the 4 best fits on the graph, and detailed parameters of the best 4 distributions under the graph. The parameters are:
- Distribution name.
- NLogL - Negative of the log likelihood.
- BIC - Bayesian information criterion.
- AIC - Akaike information criterion.
- AICc - AIC with a correction for finite sample sizes.
- Parameters names.
- Parameters values.

----------------------
This GUI is based on a code written by
Michael Sheppard from MIT Lincoln Laboratory.

引用格式

Yoav Aminov (2024). FBD - "Find the Best Distribution" tool (https://www.mathworks.com/matlabcentral/fileexchange/36000-fbd-find-the-best-distribution-tool), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Probability Distributions 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Updated to include an App file for R2012b

1.0.0.0