Gaussian fit
Versione 1.5.0.0 (2,15 KB) da
Przemyslaw Baranski
Fits Gaussian curve into points. The curve is understood as a probability density function, pdf.
The function fits Guassian probability density function into a set of points. Standard deviation and mean are returned.
Cita come
Przemyslaw Baranski (2024). Gaussian fit (https://www.mathworks.com/matlabcentral/fileexchange/35122-gaussian-fit), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Linear and Nonlinear Regression in Help Center e MATLAB Answers
Tag
Riconoscimenti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.5.0.0 | Checking if the input points (x,y) are sorted. If not sort them. Improved checking if p.d.f sums up to 1 |
||
1.4.0.0 | Normalization of data. Added some infos to the helpd section |
||
1.1.0.0 | More description, so that it can perhaps be easier found |
||
1.0.0.0 |