independent variable

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but currently has many typos and misspellings.

In linear regression and other foms of modelling an independent variable is a value that you can control or is an input to the model. In contrast to a dependent variable, which is one of the model's outputs. That is the model is effectively of the form:
      dependent variables   =   model( parameters, independent variables )
where one then tries to fit the parameters.

Used in Chap. 7: page 89