modeltermen
Modeltermen are the individual components that make up a mathematical or statistical model. Each term represents a specific effect or feature that contributes to the modeled relationship between variables. In a regression model, common terms include the intercept, linear terms (x1, x2, ...), higher-order terms (x1^2, x2^3), and interaction terms (x1 x2), as well as basis-function terms such as splines or one-hot encoded indicators for categorical variables.
Model terms are encoded in a design matrix where each column corresponds to a term. Estimation of
Term selection methods, such as forward or backward selection, regularization techniques (Lasso, Ridge, Elastic Net), and
Beyond statistics, the concept appears in other modeling domains, where individual contributions to a model's output