Show
Ignore:
Timestamp:
09/02/10 14:40:42 (14 years ago)
Author:
smidl
Message:

student epredictor in ARX

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/arx.h

    r1166 r1176  
    9393    //! Conditioned version of the predictor 
    9494    enorm<ldmat>* epredictor ( const vec &rgr ) const; 
    95     //! conditional version of the predictor 
     95        estudent<ldmat>* epredictor_student ( const vec &rgr ) const; 
     96        //! conditional version of the predictor 
    9697    template<class sq_T> 
    9798    shared_ptr<mlnorm<sq_T> > ml_predictor() const; 
     
    99100    template<class sq_T> 
    100101    void ml_predictor_update ( mlnorm<sq_T> &pred ) const; 
    101     mlstudent* predictor_student() const; 
     102    mlstudent* predictor() const; 
    102103    //! Brute force structure estimation.\return indices of accepted regressors. 
    103104    ivec structure_est ( const egiw &Eg0 );