Show
Ignore:
Timestamp:
11/13/09 16:11:31 (15 years ago)
Author:
mido
Message:

astyler run over all test sources
general_suite added
cleanup of \test directory finished

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/stresssuite/arx_stress.cpp

    r721 r722  
    2929        ARX Ar; 
    3030        Ar.set_statistics ( 1, V0, nu0 );               // Estimator 
    31         Ar.set_constant(false); 
     31        Ar.set_constant ( false ); 
    3232        Ar.validate(); 
    3333        const epdf& f_thr = Ar.posterior();          // refrence to posterior of the estimator 
     
    5252                Yt ( t ) = th * rgr + sqr * NorRNG(); 
    5353 
    54                 Ar.bayes ( vec_1(Yt(t)), rgr );             // Bayes rule 
     54                Ar.bayes ( vec_1 ( Yt ( t ) ), rgr );       // Bayes rule 
    5555 
    5656                // Build predictor