Show
Ignore:
Timestamp:
01/12/10 20:26:03 (14 years ago)
Author:
smidl
Message:

robustification of merger

Files:
1 modified

Legend:

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

    r766 r773  
    144144        */ 
    145145        void from_setting ( const Setting &root ); 
     146        void to_setting ( Setting &root ) const ; 
     147         
    146148        void validate() { 
    147149                bdm_assert ( mu.length() == R.rows(), "mu and R parameters do not match" ); 
     
    15351537 
    15361538template<class sq_T> 
     1539void enorm<sq_T>::to_setting ( Setting &set ) const { 
     1540        epdf::to_setting ( set ); //reads rv     
     1541        UI::save ( mu, set, "mu"); 
     1542        UI::save ( R.to_mat(), set, "R"); 
     1543} 
     1544 
     1545template<class sq_T> 
    15371546void enorm<sq_T>::dupdate ( mat &v, double nu ) { 
    15381547        //