fitmethis

FITMETHIS finds best-fitting distribution to data vector, including non-parametric.
ダウンロード: 4.4K
更新 2021/10/15

ライセンスの表示

F= fitmethis(X) finds the distribution that best fits data in vector X among all distributions available in MATLAB's function MLE. Either continuous or discrete distributions are used based on user input or the type of data supplied (see below). A non-parametric (kernel) fitting is added for "difficult" data.
The function returns a structure array with fields:
name: name of the distribution (see HELP MLE for a list)
par: vector of parameter estimates (1, 2 or 3 values)
ci: matrix of confidence limits, one column per parameter
LL: Log-Likelihood of the data
aic: Akaike Information Criterion
Optional arguments can be specified as name/value pairs (see help).

引用

Francisco de Castro (2024). fitmethis (https://www.mathworks.com/matlabcentral/fileexchange/40167-fitmethis), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを与えたファイル: Automated unpaired 2 sample statsitical test

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.6.1

Wrong file in the zip.

1.6

Make non-parametric fit optional to avoid memory problems for large data sets.

1.5.2

Comment out some lines in help

1.5.1

New figure.

1.5

Added non-parametric (kernel) distribution.

1.4.0.3

Added stable distribution by request

1.4.0.2

Improved some plotting details and help in plotfitdist.

1.4.0.1

Update figure.

1.4.0.0

Plots the N best distributions, instead of only the best.

1.3.0.0

Better handling of preferred distribution in FITMETHIS. Better plot of discrete distributions in PLOTFITDIST
Correct wrong figure

1.2.0.0

Better handling of preferred distribution

1.1.0.0

Modify helper function plotfitdist.m

1.0.0.0