fitmethis

버전 1.6.1 (6.21 KB) 작성자: Francisco de Castro
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

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