“Lowess”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
(创建页面,内容为“Locally Weighted Scatterplot Smoothing *局域的回归方法 *散点图smooth的方法 参见 [https://sites.stat.washington.edu/courses/stat527/s14/readings/Clevel…”)
 
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
*One of Michele Cappellari Python Programs [https://www-astro.physics.ox.ac.uk/~cappellari/software/#loess]
Locally Weighted Scatterplot Smoothing
*Locally Weighted Scatterplot Smoothing:在局域回归方法基础上重新给数据点分配权重之后再smooth
*局域的回归方法
*参见 [https://sites.stat.washington.edu/courses/stat527/s14/readings/Cleveland_JASA_1979.pdf] [https://people.stat.sc.edu/grego/courses/stat540/ScatterplotSmoothing.pdf]
*散点图smooth的方法
参见 [https://sites.stat.washington.edu/courses/stat527/s14/readings/Cleveland_JASA_1979.pdf]

2022年8月17日 (三) 12:58的最新版本

  • One of Michele Cappellari Python Programs [1]
  • Locally Weighted Scatterplot Smoothing:在局域回归方法基础上重新给数据点分配权重之后再smooth
  • 参见 [2] [3]