/*! \file \brief Robust Bayesian auto-regression model \author Jan Sindelar. */ #ifndef EXAMPLE_LIB_H #define EXAMPLE_LIB_H #include using namespace bdm; using namespace std; class my_pdf: public egamma { public: my_pdf():egamma(){cout << "hello world"<