Show
Ignore:
Timestamp:
09/18/09 00:17:16 (15 years ago)
Author:
smidl
Message:

doc estimation + ARX corrections

Files:
1 modified

Legend:

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

    r625 r631  
    151151        rv    = RV({names_of_dt} )                 // description of output variables 
    152152        rgr   = RV({names_of_regressors}, [-1,-2]} // description of regressor variables 
    153         constant = true;                           // boolean switch if the constant term is modelled or not 
     153        constant = 1;                              // 0/1 switch if the constant term is modelled or not 
    154154 
    155155        --- optional ---