Show
Ignore:
Timestamp:
05/02/11 19:27:53 (13 years ago)
Author:
pierre2
Message:

trading models, upravene pomocou C-Make, pridany robust

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/trading_models/trading_models_lib.h

    r1260 r1347  
    55*/ 
    66 
    7 #ifndef EXAMPLE_LIB_H 
    8 #define EXAMPLE_LIB_H 
     7#ifndef trading_models_LIB_H 
     8#define trading_models_LIB_H 
    99 
    1010#include <stat/exp_family.h> 
     
    1212using namespace bdm; 
    1313using namespace std; 
     14using namespace itpp; 
    1415 
    1516class my_pdf: public egamma { 
     
    1819}; 
    1920 
    20  
     21  
    2122//! Robust Bayesian AR model for Multicriteria-Laplace-Inverse-Gamma density 
    2223class my_BM : public BM{