Gaussian fit

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.

引用格式

Przemyslaw Baranski (2026). Gaussian fit (https://ww2.mathworks.cn/matlabcentral/fileexchange/35122-gaussian-fit), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Linear and Nonlinear Regression 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
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