Skip to main content
Contents
Search Book
close
Search Results:
No results.
Dark Mode Prev Up Next
\(\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 10.7 Glossary
model
In the context of regression, a model is a mathematical description of the relationship between variables -- such as a straight line -- along with a description of random variation -- such as a normal distribution.
imputation
A process for estimating and filling in missing values in a dataset.
line of best fit
A line (or curve) that best describes a relationship between variables, by some definition of "best".
linear regression
A method for finding a line of best fit.
prediction
A point on a line of best fit -- in the context of regression, it is not necessarily a claim about the future.
residual
The difference between an observed value and a value predicted by a line of best fit.
linear least squares fit
A line that minimizes the sum of squared residuals.
coefficient of determination
A statistic, denoted
\(R^2\) and often pronounced "R squared", that quantifies how well a model fits the data.
bootstrap resampling
A way of resampling by treating the sample as a population and drawing new samples with the same size as the original, with replacement.