Multi-Parameter Density Estimation
Modelling the statistical relationship between an independent variable X and its dependent variable Y. In density estimation, instead of predicting a specific y for each x, we predicted the conditional probability of y given x: P(y|x).
-
- Generalized Linear Model(GLM).
-
- Neural Network(NN).
-
- Gradient Boosting Machine(GBM).