- Timestamp:
- May 16, 2008, 3:58:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/Smoother.h
r1310 r1311 71 71 72 72 /** 73 \brief estimated values 73 74 */ 74 75 const std::vector<double>& density(void) const; 75 76 76 77 /** 78 \brief reset density to zero 77 79 */ 78 80 void reset(void); 79 81 80 82 /** 83 \brief values in which distribution is estimated 81 84 */ 82 85 const std::vector<double>& value(void) const;
Note: See TracChangeset
for help on using the changeset viewer.