LOESS regression smoothing

LOESS performs a locally weighted regression fit to noisy data

您现在正在关注此提交

Function fLOESS performs LOESS (locally weighted non-parametric regression fitting using a 2nd order polynomial) smoothing to one dimensional data, without the Matlab Curve Fitting Toolbox. This might be considered a marginally better approach to LOWESS, which produces a locally weighted regression using a linear fit.

引用格式

Gabriel Marsh (2026). LOESS regression smoothing (https://ww2.mathworks.cn/matlabcentral/fileexchange/55407-loess-regression-smoothing), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
2.1.0.0

Bug fixes

2.0.0.0

Modified to account for non-uniformly spaced x-data

1.0.0.0