Changeset 576

Show
Ignore:
Timestamp:
08/22/09 12:15:46 (15 years ago)
Author:
smidl
Message:

fix broken mlstudent

Files:
1 modified

Legend:

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

    r569 r576  
    680680                        bdm_assert_debug (R0.rows() == A0.rows(), "mlstudent: A vs. R mismatch"); 
    681681 
    682                         iepdf.set_parameters (mu0, Lambda);  // 
     682                        iepdf.set_parameters (mu0, R0);// was Lambda, why? 
    683683                        A = A0; 
    684684                        mu_const = mu0;