Show
Ignore:
Timestamp:
11/17/09 00:54:28 (15 years ago)
Author:
smidl
Message:

logger now has ability to store settings - used in estimator. New mexfunction epdf_mean

Files:
1 modified

Legend:

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

    r727 r728  
    280280                void to_setting ( Setting& set ) const{ 
    281281                        epdf::to_setting(set); 
     282                        string s("egiw"); 
     283                        UI::save(s,set,"class"); 
    282284                        UI::save(dimx,set,"dimx"); 
    283285                        UI::save(V.to_mat(),set,"V");