Ignore:
Timestamp:
Dec 30, 2004, 11:38:37 PM (18 years ago)
Author:
Peter
Message:

documentation modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/WeightedAverager.h

    r220 r222  
    6868
    6969    ///
    70     /// The standard deviation is calculated as \f$ \frac{\sum w_i^2}{(\sum
    71     /// w_i)^2-\sum w_i^2}\frac{\sum w_i(x_i-m)^2}{\sum w_i} \f$
     70    /// The standard deviation is calculated as \f$ \sqrt{\frac{\sum
     71    /// w_i^2}{(\sum w_i)^2-\sum w_i^2}\frac{\sum w_i(x_i-m)^2}{\sum
     72    /// w_i}} \f$
    7273    ///
    7374    /// @return standard deviation of mean
Note: See TracChangeset for help on using the changeset viewer.