
SDS 291
September 8, 2025
Simplified description of a system or process, built with a specific purpose in mind


Our Goal in SDS 291
Build mathematical descriptions that help us understand our data and the process that generated it

\[y = mx + b\]

\[y = \frac{e^x}{1 + e^{x}}\]

\[y = a + bx + cx^2\]
Note
Deterministic \(\implies\) the same input always produces the same output!


Data is a function of a mathematical model plus random error \[ \underbrace{y}_{\text{response}} = \underbrace{f}_{\text{model}}( \underbrace{x}_{\text{explanatory}}) + \underbrace{\epsilon}_{\text{error}} \]
\(y\): outcome, response variable, dependent variable
\(x\): explanatory variable, predictor, independent variable, covariate
\(\epsilon\): random error (noise)
\[y_i = \beta_0 + \epsilon_i\]
\[y_i = \beta_0 + \beta_1 x_i + \epsilon_i\]
\[y_i = \beta_0 + \beta_1 x_i + \epsilon_i\]
Think back to the same example you selected earlier.

SDS 291