We perform bayesian linear regression using the following 2 approaches:
- Markov chain monte carlo based inference
- Variational Inference
The error distribution is assumed to be guassian.
To demonstrate these methods, we use data containing 21 daily responses of stack loss, the amount of ammonia escaping, as a function of air flow, temperature, and acid concentration.
- stacks-robust-regression.pdf - Contains detailed explanation of the mathematics behind the inference methods and discusses the results.
- LinearRegVI.py - Implementation of MCMC based Bayesian Linear Regression
- linearReg_Normal.py - Implementation of Variational Inference based Bayesian Linear Regression
Rakshita Nagalla
Krishna Priya