Changeset 1283 for library

Show
Ignore:
Timestamp:
02/21/11 12:37:06 (13 years ago)
Author:
sindj
Message:

Oprava podminky pri odhadu parametru. JS

Files:
1 modified

Legend:

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

    r1192 r1283  
    160160vec egiw::est_theta() const { 
    161161    if ( dimx == 1 ) { 
    162                 if (dimc<1) return empty_vec; 
     162                if (nPsi<1) return empty_vec; 
    163163                 
    164164        const mat &L = V._L();