Changeset 583 for library/bdm/stat

Show
Ignore:
Timestamp:
08/27/09 15:39:31 (15 years ago)
Author:
smidl
Message:

redesign of Kalman to use BM, new object StateSpace? created

Files:
1 modified

Legend:

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

    r576 r583  
    170170 
    171171                vec& _mu() {return mu;} 
     172                const vec& _mu() const {return mu;} 
    172173                void set_mu (const vec mu0) { mu = mu0;} 
    173174                sq_T& _R() {return R;}