Show
Ignore:
Timestamp:
10/23/09 00:05:25 (15 years ago)
Author:
smidl
Message:

Major changes in BM -- OK is only test suite and tests/tutorial -- the rest is broken!!!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/arx_elem_test.cpp

    r536 r679  
    99        ARX Ar; 
    1010        Ar.set_statistics ( 1, V0, -1.0 ); 
     11        Ar.set_constant(true); 
     12        Ar.validate(); 
    1113 
    1214        mat mu ( 1, 1 ); 
     
    3638 
    3739        mlstudent* Ap = Ar.predictor_student(); 
    38         vec Ap_x = Ap->evallogcond_m ( X, vec_1 ( 1.0 ) ); 
     40        vec Ap_x = Ap->evallogcond_m ( X, empty_vec ); 
    3941        vec ll_x = Ar.logpred_m ( X2 ); 
    4042