Changeset 3242
- Timestamp:
- May 24, 2014, 4:49:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/TukeyBiweightEstimator.h
r3241 r3242 69 69 \param cutoff defines how close to the center (estimate) a data 70 70 point needs to be (in terms of MADs) to influence the estimate. 71 \param sorted if true object pres sumes input is a sorted range;72 otherwise object works on a copy of the range which will be73 sorted.71 \param sorted if true object presumes input is a sorted range; 72 otherwise object creates a sorted copy of the range and base 73 the computation on that. 74 74 */ 75 75 explicit TukeyBiweightEstimator(double cutoff=4.685, bool sorted=false)
Note: See TracChangeset
for help on using the changeset viewer.