Show
Ignore:
Timestamp:
05/23/10 11:39:58 (14 years ago)
Author:
smidl
Message:

Student + arx corrections

Files:
1 modified

Legend:

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

    r804 r970  
    5555        \code 
    5656        class = 'ARXg'; 
    57         rv    = RV({names_of_dt} )                 // description of output variables 
     57        yrv   = RV({names_of_dt} )                 // description of output variables 
    5858        rgr   = RV({names_of_regressors}, [-1,-2]} // description of regressor variables 
    5959        constant = 1;                              // 0/1 switch if the constant term is modelled or not 
     
    6464        alternative = {class='egiw',...};          // Alternative density in stabilized estimation, when not given prior is used 
    6565 
    66         frg = 1.0;                                 // forgetting, default frg=1.0 
     66        frg   = 1.0;                               // forgetting, default frg=1.0 
    6767 
    68         rv_param   = RV({names_of_parameters}}     // description of parametetr names 
    69                                                                                            // default: ["theta_i" and "r_i"] 
     68        rv    = RV({names_of_parameters}}          // description of parametetr names 
    7069        \endcode 
    7170        */