Show
Ignore:
Timestamp:
11/26/09 22:46:01 (14 years ago)
Author:
smidl
Message:

Stress tests are passing now. Missing validate calls are filled...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r739 r741  
    518518        void set_parameters ( const vec &beta0 ) { 
    519519                est.set_parameters ( beta0 ); 
     520                est.validate(); 
    520521                if ( evalll ) { 
    521522                        last_lognc = est.lognc();