方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 广义可加模型 (GAM)× | 多元线性回归× | |
|---|---|---|
| 领域≠ | 机器学习 | 统计学 |
| 方法族≠ | Machine learning | Regression model |
| 起源年份≠ | 1986 | 1886 |
| 提出者≠ | Trevor Hastie & Robert Tibshirani | Francis Galton; formalized by Karl Pearson |
| 类型≠ | Semi-parametric additive regression model | Parametric linear model |
| 开创性文献≠ | Hastie, T., & Tibshirani, R. (1986). Generalized additive models. Statistical Science, 1(3), 297–310. DOI ↗ | Galton, F. (1886). Regression towards mediocrity in hereditary stature. Journal of the Anthropological Institute of Great Britain and Ireland, 15, 246–263. DOI ↗ |
| 别名≠ | GAM, additive model, spline-based additive regression, Genelleştirilmiş toplamsal model | MLR, OLS regression, multiple regression, linear regression with multiple predictors |
| 相关≠ | 4 | 8 |
| 摘要≠ | A generalized additive model, introduced by Trevor Hastie and Robert Tibshirani in 1986, extends the generalized linear model by replacing each linear term with a smooth, data-driven function of the predictor. This lets the model capture nonlinear relationships while preserving the additive, term-by-term interpretability of regression: each predictor contributes its own estimated curve, and the curves simply add up (on a link scale) to predict the response. | Multiple linear regression (MLR) is a parametric regression model that expresses a continuous outcome as a weighted linear combination of two or more predictor variables plus a random error term. The unknown weights (regression coefficients) are estimated by ordinary least squares (OLS), which minimises the sum of squared residuals. The method traces to Francis Galton's 1886 work on hereditary stature and was placed on firm mathematical footing by Karl Pearson; Draper and Smith's 1966 textbook established it as the standard framework for applied regression. |
| ScholarGate数据集 ↗ |
|
|