Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 522 Bytes

File metadata and controls

13 lines (7 loc) · 522 Bytes

Exponential Screening Estimator Implementation

Files:

  1. norm.csv contains parameters of generated data and errors of theta estimates using various methods

  2. MH.py contains the implementation for the Metropolis Approximation of the Exponential Screening (ES) estimator

  3. RigTy2010_Exp.py contains the Python code for the experiments comparing different estimators against the ES estimator

  4. RigTy2010_paper.pdf is the paper the project is based on

  5. Project_Writeup.docx is the write up of the experiments