\(\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:
Probability Measures
Feature Maps
Data Matrix
Real Matrix Inverses
Covariance
Probabilistic Predictors
Random Variable Moments
Needed by:
Multiway Classification Models
Normal Errors Linear Model
Polynomial Fit Models
Probabilistic Linear Model
Links:
Sheet PDF
Graph PDF

Probabilistic Errors Linear Model

Why

We model a real-valued output as corrupted by small random errors. Thus, we can talk about a dataset which is “close” to being consistent with a linear predictor.

Definition

Let $(\Omega , \mathcal{A} , \mathbfsf{P} )$ be a probability space. Let $x \in \R ^d$ and $e: \Omega \to \R ^n$. For $A \in \R ^{n \times d}$, define $y: \Omega \to \R ^n$ by $y = Ax + e$. We call $(x, A, e)$ a probabilistic errors linear model. We call $y$ the response vector, $A$ the model matrix and $e$ the error vector.

Moment assumptions

The most basic distributional assumption for a probabilistic errors linear model pertain to the expectation and variance. Since $\E (y) = Ax + \E (e)$ and $\var(y) = \var(e)$, these assumptions can be given for $e$ or for $y$.

If $\E (x) = 0$ and $\var(y) = \sigma ^2I$ then we call $(x, A, e)$ a classical linear model with moment assumptions. Notice that the components of $e$ are assumed uncorrelated. We have $d + 1$ unknowns (the $d \times 1$ entires of $\theta $ and scalar parameter $\sigma ^2$.

In this case $\E (y_i) = \transpose{a^i}\theta $ and so $\theta $ is called the mean parameter vector and $\sigma ^2$ is called the model variance. The model variance indicates the variability inherent in the observations. Neither the mean nor variance of the error depends on the regression vector $x$ nor on the parameter vector $\theta $.

Examples

Consider the two-sample problem in which we have two populations with (unknown) mean responses $\alpha _1, \alpha _2 \in \R $. We observe these responses with (perhaps unknown) common variance $\sigma ^2$, and assume that errors are uncorrelated.

We define $y^1 = \alpha _1\mathbf{1} + e^1$ and $y^2 = \alpha _2\mathbf{1} + e^2$ so that we can stack these and obtain

\[ y = \bmat{y^1 \\ y^2} = \bmat{\alpha _1\mathbf{1} \\ \alpha _2\mathbf{1} } + \bmat{e^1 \\ e^2}. \]

To cast this in our standard form we define

\[ A = \transpose{ \bmat{\bmat{1\\0} & \cdots &\bmat{1\\0} & \bmat{0 \\ 1} &\cdots & \bmat{0 \\ 1} } }, \quad x = \bmat{\alpha _1 \\ \alpha _2}. \]

with regression vectors $a_1 = (1, 0)$ and $x_2 = (0, 1)$ repeated $n_1$ and $n_2$ times, respectively.
An input design for this model involves specifying a sequence of these two vectors, which (with the uncorrelated assumption) reduces to dictating how many responses should be collected from each population. The inputs here is really the set $\mathcal{X} = \set{1, 2}$. The feature function is $\phi : \mathcal{X} \to \R ^2$ defined by $\phi (1) = (1, 0)$ and $\phi (2) = (0, 1)$. And so the regression range is $\set{(1, 0), (0, 1)}$.

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