| 广义线性模型 | 非线性模型 | |
| 机器学习模型 | 非参数模型 | |
| 线性判别分析模型 | 神经网络模型 | 样条回归模型 |
| (Linear Discriminant Analysis, LDA) | (Neural Networks, NN) | (Spline Regression Models) |
| Probit回归模型 | 支持向量机模型 | 核回归 |
| (Probit Regression) | (Support Vector Machine, SVM) | (Kernel Regression) |
| Logistic回归模型 | 决策树模型 | 局部多项式回归 |
| (Logistic Regression) | (Decision Tree) | (Local Polynomial Regression) |
|
| 随机森林模型 |
|
| (Random Forest) | ||