Show
Ignore:
Timestamp:
10/27/09 16:52:32 (15 years ago)
Author:
mido
Message:

bayesB renamed to bayes_batch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/tutorial/arx_simple.cpp

    r679 r682  
    1313        // forgetting is default: 1.0 
    1414        mat Data = concat_vertical ( randn ( 1, 100 ), ones ( 1, 100 ) ); 
    15         Ar.bayesB ( Data ); 
     15        Ar.bayes_batch ( Data ); 
    1616 
    1717        cout << "Expected value of Theta is: " << Ar.posterior().mean() << endl;