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