xvariables
XVariables is a term used in statistics and data analysis to denote the collection of independent or predictor variables used in a model. The plural XVariables stands for the matrix X of predictor values, where rows are observations and columns are variables.
In traditional linear or generalized linear modeling, XVariables are contrasted with the dependent variable Y. The
In practice, XVariables may be subject to feature engineering, encoding of categorical variables, scaling, and selection.
In software and data pipelines, XVariables is sometimes used as a namespace or concept describing the set
See also: independent variable, predictor variable, features, design matrix, multicollinearity, feature engineering.