Show
Ignore:
Timestamp:
11/04/09 22:54:58 (15 years ago)
Author:
smidl
Message:

Making tutorial/userguide example work again (changes of mpdf and bayes)

Files:
1 modified

Legend:

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

    r679 r700  
    22namespace bdm { 
    33 
    4         void ARX::bayes_weighted ( const vec &yt, const vec &cond, const double w ) { 
     4void ARX::bayes_weighted ( const vec &yt, const vec &cond, const double w ) { 
     5                 
     6        bdm_assert_debug(yt.length()>=dimy,"ARX::bayes yt is smaller then dimc");        
     7        bdm_assert_debug(cond.length()>=dimc,"ARX::bayes cond is smaller then dimc");    
    58        double lnc; 
    69        //cache