Member Login
Username:Password:
or Sign up here
Discover

BAYESIAN LINEAR REGRESSION

In statistics, 'Bayesian linear regression' is a Bayesian alternative to the more well-known ordinary least-squares linear regression.
Consider standard linear regression problem, where we specify the conditional density of ''y'' given ''x'' predictor variables:
:y_{i} = eta x_{i} + epsilon_{i},,
where the noise epsilon is i.i.d. and normally distributed
:epsilon_{i} sim N(0, sigma^2).,
A common, linear least squares solution, is to estimate the slope hat{eta} using the Moore-Penrose pseudoinverse:
: hat{eta} = (X^{T}X)^{-1}X^{T}y.
where X is the vector of x_{i} (of length n).
This is a frequentist's view, and assumes we have enough measurements of x_i to say something meaningful about y. In the empirical Bayes approach, we will assume we have only a small sample of x_{i} for our individual measurement, and we seek to correct our estimate by "borrowing" information from a larger set of similar observations.
Let us write our conditional likelihood as
:
ho(y|X,eta,sigma^{2}) propto (sigma^{2})^{-n/2} exp(- rac{1}{2{sigma}^{2}}(y-eta X)^{T}(y-eta X)),,
We seek a natural conjugate prior--a joint density
ho(eta,sigma^{2}) which is of the same functional form as the likelihood. Since the likelihood is quadratic in eta, we re-write the likelihood so it is normal in (eta-hat{eta}). Write
:(y-eta X)^{T}(y-eta X) = (y-hat{eta} X)^{T}(y-hat{eta} X) + (eta - hat{eta})^{T}(X^{T}X)(eta - hat{eta})
Now re-write the likelihood as
:
ho(y|X,eta,sigma^{2}) propto (sigma^2)^{-v/2} exp(- rac{vs^{2}}{2{sigma}^{2}})(sigma^2)^{-(n-v)/2} exp(- rac{1}{2{sigma}^{2}}(eta - hat{eta})^{T}(X^{T}X)(eta - hat{eta})),,
where
:vs^{2} =(y-hat{eta} X)^{T}(y-hat{eta} X) , v = n-k
This suggests a form for the priors:
:
ho(eta,sigma^{2}) =
ho(sigma^{2})
ho(eta|sigma^{2}),,
where
ho(sigma^{2}) is an inverse-gamma distribution
:
ho(sigma^{2}) propto (sigma^2)^{-v_{0}/2+1} exp(- rac{v_{0}s_{0}^{2}}{2{sigma}^{2}}),,
and
ho(eta|sigma^{2}) is a normal distribution
:
ho(eta|sigma^{2}) propto (sigma^2)^{-k} exp(- rac{1}{2{sigma}^{2}}(eta - ar{eta})^{T}(A)(eta - ar{eta})),,
With the prior now specified, we can express the posterior distribution as
:
ho(eta,sigma^{2}|y,X) propto
ho(y|X,eta,sigma^{2})
ho(eta|sigma^{2})
ho(sigma^{2})
:: propto (sigma^{2})^{-n/2} exp(- rac{1}{2{sigma}^{2}}(y-eta X)^{T}(y-eta X))
::: imes (sigma^{2})^{-k} exp(- rac{1}{2{sigma}^{2}}(eta - ar{eta})^{T}(A)(eta - ar{eta})).
::: imes (sigma^2)^{-v_{0}/2+1} exp(- rac{v_{0}s_{0}^{2}}{2{sigma}^{2}})
With some re-arrangement, we can re-write the posterior so that the posterior mean ilde{eta} is weighted average of the least squares estimator and the prior mean:
: ilde{eta} = (X^{T}X+A)^{-1}(X^{T}Xhat{eta}+Aar{eta})
where U comes from the LU decomposition of A (which is a positive-definite matrix by design)
: A = U^{T}U. ,
This is the key result of the Empirical Bayes approach; it allows us to estimate the slope eta for our original linear regression problem by combining estimates using the least squares estimate hat{eta} for a single set of measurements with the empirical prior estimate ar{eta} from a large collection of similar measurements. (Notice that the weighted average also depends on the empirical estimate of the prior covariance matrix A.)
To justify this, collect the quadratic terms in the exponential and now express this as a quadratic form in eta- ilde{eta}:
: (y-eta X)^{T}(y-eta X)) + (eta - ar{eta})^{T}(A)(eta - ar{eta}) = (v-Weta)^{T}(v-Weta)
:: = ns^{2} + (eta - ar{eta})^{T}W^{T}W(eta - ar{eta})
where
:: ns^{2} = (v - W ilde{eta})^{T}(v - W ilde{eta}), v = [y, Uar{B}], W = [X, U]
The posterior can now be expressed as a Normal distribution N( ilde{eta},sigma^{2}(X^{T}X+A)^{-1}
times an inverse-gamma distribution:
:
ho(eta,sigma^{2}|y,X) propto (sigma^{2})^{-k/2} exp(- rac{1}{2{sigma}^{2}}(eta - ar{eta})^{T}(X^{T}X+A)(eta - ar{eta})) imes (sigma^2)^{-(n+v_{0})/2+1} exp(- rac{(v_{0}s_{0}^{2}+ns^{2})}{2{sigma}^{2}})
A similar analysis can be performed for general case of multi-variate regression for a Bayesian Estimation of covariance matrices.
'Example:'
Suppose the weights of a large population of 35-year-old men are normally distributed with expected value μ and standard deviation σ. A crude measuring instrument measures a man's weight with a measurement error that is normally distributed with expected value 0 and standard deviation τ. The man's true weight is not observable; his weight measured with error is observed. The conditional probability distribution of a randomly chosen man's true weight, given his weight-measured-with-error, can be found by using Bayes' theorem, and then the conditional expected value can be used as an estimate of his true weight, 'provided' that the values of μ, σ, and τ are ''known''. But they are not. One may use the data to estimate the standard deviation of the measurement errors by measuring each man multiple times. One may similarly estimate the population average weight and the population standard deviation of weights by weighing multiple men. These estimates of parameters based on the data are the occasion for the use of the word ''empirical''. Finally, one may then estimate the aforementioned conditional expected true weight by using Bayes' theorem.

Contents
References
External links

References



★ Bradley P. Carlin and Thomas A. Louis, ''Bayes and Empirical Bayes Methods for Data Analysis'', Chapman & Hall/CRC, Second edition 2000,

★ Peter E. Rossi, Greg M. Allenby, and Robert McCulloch, ''Bayesian Statistics and Marketing'', John Wiley & Sons, Ltd, 2006

External links



This article provided by Wikipedia. To edit the contents of this article, click here for original source.