Fitting a truncated normal (Gaussian) distribution

How to fit a truncated distribution
669 download
Aggiornato 8 feb 2018

Visualizza la licenza

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.

Cita come

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. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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

--