\(\DeclarePairedDelimiterX{\Set}[2]{\{}{\}}{#1 \nonscript\;\delimsize\vert\nonscript\; #2}\) \( \DeclarePairedDelimiter{\set}{\{}{\}}\) \( \DeclarePairedDelimiter{\parens}{\left(}{\right)}\) \(\DeclarePairedDelimiterX{\innerproduct}[1]{\langle}{\rangle}{#1}\) \(\newcommand{\ip}[1]{\innerproduct{#1}}\) \(\newcommand{\bmat}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\barray}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\mat}[1]{\begin{matrix}#1\end{matrix}}\) \(\newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}}\) \(\newcommand{\mathword}[1]{\mathop{\textup{#1}}}\)
Needs:
Polynomial Regressors
Probabilistic Errors Linear Model
N-Dimensional Line Segments
Needed by:
None.
Links:
Sheet PDF
Graph PDF

Polynomial Fit Models

Why

We can cast various common probabilistic regression models into the probabilistic errors linear model by mentioning the input space and feature maps. This unifies our analysis.

Definition

A line fit model has input space $\R $ and output space $\R $. We use a regression function $\phi : \R \to \R ^2$ defined by $\phi (t) = (1, t)^\top $.

We think of $t \in T \subset \R $ as a “dose level” ($T$ is an interval). Given dose levels $t_1, \dots , t_\ell $ and repetitions $n_1, \dots , n_\ell $ we obtain the design matrix. Here the regression function generates a line segment embedded in the plane $\R ^2$. We call the parameters the intercept parameter and slope parameter.

A parabola fit model has input space $\R $ and output space $\R $. We use a regression function $\phi : \R \to \R ^3$ defined by $\phi (t) = (1, t, t^2)^\top $. Here the regression space is a segment of a parabola embedded in space $\R ^3$ (since $t \in T$ an interval).

These two are instance of polynomial fit models of degree $d \geq 1$, in which the regression function becomes $\phi : \R \to \R ^{d + 1}$ defined by $\phi (t) = (1, t, t^2, \dots , t^d)^\top $. In this case, the regression range $\phi (T)$ is a one-dimensional curve embedded in $\R ^{d+1}$. In cases in which it is clear that the input space is a single real variable $t$, a linear model for a line fit (parabola fit, polynomial fit of degree $d$) is called a first-degree model (second-degree model, $d$th degree model).

$m$-way models

We can generalize to $m$-way $d$th degree polynomial fit models in which the input space is $X \subset \R ^m$ and the regression function $\phi : \R ^m \to \R ^k$ ($k$ is $d+m$ choose $d$) is the vector of all monomials of degree $d$ in $m$ variables.

For example, a two-way third-degree model has a regression function

\[ \phi (t_1, t_2) = \bmat{1 & t_1 & t_2 & t_1^2 & t_1t_2 & t_2^2 & t_1^3 & t_1^2t_2 & t_1t_2^2 & t_2^3}^\top . \]

Or consider a three way second-degree model with regression function

\[ \phi (t_1, t_2, t_3) = \bmat{1 & t_1 & t_2 & t_3 & t_1^2 & t_1t_2 & t_1t_3 & t_2^2 & t_2t_3 & t_3^2}^\top . \]

Both models will result in parameter vectors of size ten. We call these models saturated because they have every possible $d$th degree power or cross product of variables. In generally, a $m$-way $d$th degree model has $d+m$ choose $d$ mean parameters.

In contrast to saturated models we can talk about nonsaturated models. For example, a nonsaturated two-way second-degree model has $\phi : \R ^2 \to \R ^4$ where $\phi (t_1, t_2) = (1 , t_1 , t_2 , t_1^2)^\top $.

Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view