Changeset 379 for applications/mpdm/SYSID09
- Timestamp:
- 06/17/09 23:53:11 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/mpdm/SYSID09/merg_2a.cpp
r321 r379 126 126 mepdf eG2 ( P2._e() ); 127 127 Array<mpdf*> A ( 2 ); A ( 0 ) =&eG1;A ( 1 ) =&eG2; 128 merger M ( A ); 129 M.set_parameters ( 2, 100,20 ,0.99); M._Mix().set_method(QB); 128 merger_mix M ( A ); 129 M.set_parameters ( 20 ,0.99); 130 M.set_method(LOGNORMAL, 1.2); 131 M._Mix().set_method(QB); 130 132 //M2.set_parameters ( 100.0, 1000,3 ); //M2._Mix().set_method(QB); 131 133 /* char fnm[100]; 132 134 sprintf(fnm,"m2a_dbg%d.it",t); 133 135 M.debug_file(fnm);*/ 134 M. merge ( proposal);135 136 M.set_support ( *proposal,100 ); 137 M.merge(); 136 138 //proposal = M.proposal(); 137 139 //Likelihood