Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 831 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 831 Bytes

Bayesian Linear regression using MCMC and Variational Inference

We perform bayesian linear regression using the following 2 approaches:

  1. Markov chain monte carlo based inference
  2. 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.

Files and their functions

  • 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

Authors

Rakshita Nagalla

Krishna Priya