Changeset 337

Show
Ignore:
Timestamp:
05/05/09 13:57:39 (15 years ago)
Author:
dedecius
Message:

M: dimension of mat L in approximation = dimension of LS estimate + 1 !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/emix.cpp

    r333 r337  
    171171        ldmat aprCinv ( inv(aprC) ); 
    172172        vec D = concat( aprD, aprCinv._D() ); 
    173         mat L = eye(len+1); 
     173        mat L = eye(dimLS+1); 
    174174        L.set_submatrix(1,0, aprCinv._L() * aprEstTheta); 
    175175        L.set_submatrix(1,1, aprCinv._L());