Concept

Parametric Statistical Methods

Parametric Statistical Methods start off with an assumption for the shape of f. As a result, when training the model, parametric methods simplify the process of finding f by reducing the entire problem to just figuring out the parameters of an equation (i.e., β0\beta_0, β1\beta_1, β2\beta_2, etc). Compared to non-parametric approaches, it does not need as many observations, but because it starts off with an assumption, it may not fit the actual f.

1

13

Updated 2020-04-05

Tags

Data Science