exgfit - Fit ExGaussian distribution to data
[MU,SIGMA,TAU] = exgfit(X,S) fits the ExGaussian distribution to data in
vector X using maximum likelihood and returns the fitted parameters MU,
SIGMA, and TAU. The ExGaussian distribution is formed by the sum of
independent normal and exponential observations. MU and SIGMA denotes
the mean and standard deviation of the normal component and TAU denotes
the mean of the exponential component. S is a three-element vector of
starting values for MU, SIGMA, and TAU when fitting the distribution to
data. SIGMA must be positive and TAU at least zero.
Citar como
Tobias Johansson (2025). exgfit - Fit ExGaussian distribution to data (https://www.mathworks.com/matlabcentral/fileexchange/70225-exgfit-fit-exgaussian-distribution-to-data), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Continuous Distributions > Half-Normal Distribution >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.