Changeset 262 for bdm/estim/arx.h

Show
Ignore:
Timestamp:
02/09/09 23:10:36 (15 years ago)
Author:
smidl
Message:

cleanup of include files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/arx.h

    r254 r262  
    1414#define AR_H 
    1515 
    16 #include <itpp/itbase.h> 
    1716#include "../stat/libFN.h" 
    1817#include "../stat/libEF.h" 
     
    7271                if(evalll){last_lognc=est.lognc();} 
    7372        } 
    74         //! Conditional version of the predictor 
     73        //! Conditioned version of the predictor 
    7574        enorm<ldmat>* predictor(const RV &rv0, const vec &rgr) const;  
    7675        enorm<ldmat>* predictor(const RV &rv0) const {it_assert_debug(rv0.count()==V.rows()-1,"Regressor is not only 1");return predictor(rv0,vec_1(1.0));} 
     76        //! conditional version of the predictor 
    7777        mlnorm<ldmat>* predictor(const RV &rv0, const RV &rvc0) const; 
    7878        mlstudent* predictor_student(const RV &rv0, const RV &rvc0) const;