Changeset 3242


Ignore:
Timestamp:
May 24, 2014, 4:49:13 PM (9 years ago)
Author:
Peter
Message:

docs typo (and English)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/TukeyBiweightEstimator.h

    r3241 r3242  
    6969       \param cutoff defines how close to the center (estimate) a data
    7070       point needs to be (in terms of MADs) to influence the estimate.
    71        \param sorted if true object pressumes input is a sorted range;
    72        otherwise object works on a copy of the range which will be
    73        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.
    7474     */
    7575    explicit TukeyBiweightEstimator(double cutoff=4.685, bool sorted=false)
Note: See TracChangeset for help on using the changeset viewer.