Show
Ignore:
Timestamp:
04/09/10 09:31:37 (14 years ago)
Author:
mido
Message:

cleanup of MemDS and its descendants
bdmtoolbox/CMakeLists.txt slightly changed to avoid unnecessary MEX condition
"indeces" replaced by "indices"

Files:
1 modified

Legend:

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

    r878 r896  
    9797        void ml_predictor_update ( mlnorm<sq_T> &pred ) const; 
    9898        mlstudent* predictor_student() const; 
    99         //! Brute force structure estimation.\return indeces of accepted regressors. 
     99        //! Brute force structure estimation.\return indices of accepted regressors. 
    100100        ivec structure_est ( egiw Eg0 ); 
    101         //! Smarter structure estimation by Ludvik Tesar.\return indeces of accepted regressors. 
     101        //! Smarter structure estimation by Ludvik Tesar.\return indices of accepted regressors. 
    102102        ivec structure_est_LT ( egiw Eg0 ); 
    103103        //!@}