Changeset 204 for bdm/estim/arx.cpp

Show
Ignore:
Timestamp:
11/10/08 15:40:29 (16 years ago)
Author:
smidl
Message:

merger is now in logarithms + new merge_test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/arx.cpp

    r201 r204  
    1515        nu+=w; 
    1616 
     17        // log(sqrt(2*pi)) = 0.91893853320467 
    1718        if ( evalll ) { 
    1819                lnc = est.lognc(); 
    19                 ll = lnc - last_lognc; 
     20                ll = lnc - last_lognc - 0.91893853320467; 
    2021                last_lognc = lnc; 
    2122        }