Gaussian fit

Fits Gaussian curve into points. The curve is understood as a probability density function, pdf.
8.0K 次下载
更新时间 2012/2/23

查看许可证

The function fits Guassian probability density function into a set of points. Standard deviation and mean are returned.

引用格式

Przemyslaw Baranski (2024). Gaussian fit (https://www.mathworks.com/matlabcentral/fileexchange/35122-gaussian-fit), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear and Nonlinear Regression 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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