Fitting a truncated normal (Gaussian) distribution

バージョン 1.2.0.0 (2.2 KB) 作成者: Alex Ryabov
How to fit a truncated distribution
ダウンロード: 668
更新 2018/2/8

ライセンスの表示

Matlab does not allow to say that a distribution which we fit to a dataset is truncated.
In case of a Gaussian distribution, Matlab just calculates the mean and sigma and uses them as the paramters of a pdf, but this does not work if the distribution is cutted from one side, e.g. when you don't have measurements less than some detection limit. Then fitted distribution will be shifted.
Here I give an small example how to perform fitting in this case.

引用

Alex Ryabov (2024). Fitting a truncated normal (Gaussian) distribution (https://www.mathworks.com/matlabcentral/fileexchange/64040-fitting-a-truncated-normal-gaussian-distribution), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

Now the function can fit distributions truncated either on the left or on the right or both sides
updated the figure

1.1.0.0

I converted script to a function
Script was converted to a function

1.0.0.0

--