Gaussian fit
The function fits Guassian probability density function into a set of points. Standard deviation and mean are returned.
Zitieren als
Przemyslaw Baranski (2025). Gaussian fit (https://www.mathworks.com/matlabcentral/fileexchange/35122-gaussian-fit), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Quellenangaben
Inspiriert: TeloTool - Terminal Restriction Fragment Analysis
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
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 |