Show
Ignore:
Timestamp:
04/11/10 22:05:11 (14 years ago)
Author:
smidl
Message:

particle bug fixing

Files:
1 modified

Legend:

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

    r896 r900  
    18791879                double evallog (const vec &dt) const {return -inf;} 
    18801880                vec mean () const {return point;} 
    1881                 vec variance () const {return pow(point,2);} 
     1881                vec variance () const {return zeros(point.length());} 
    18821882                void qbounds ( vec &lb, vec &ub, double percentage = 0.95 ) const { lb = point; ub = point;} 
    18831883                //! access