Show
Ignore:
Timestamp:
05/16/10 23:13:02 (14 years ago)
Author:
smidl
Message:

syntax of epredictor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r942 r943  
    11761176 
    11771177        //!Constructs a predictive density \f$ f(d_{t+1} |d_{t}, \ldots d_{0}) \f$ 
    1178         virtual epdf* epredictor() const NOT_IMPLEMENTED(NULL); 
     1178        virtual epdf* epredictor(const vec &cond=vec()) const NOT_IMPLEMENTED(NULL); 
    11791179 
    11801180        //!Constructs conditional density of 1-step ahead predictor \f$ f(d_{t+1} |d_{t+h-1}, \ldots d_{t}) \f$