Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-06-30 17:53:01


Author: eric_niebler
Date: 2008-06-30 17:53:01 EDT (Mon, 30 Jun 2008)
New Revision: 46933
URL: http://svn.boost.org/trac/boost/changeset/46933

Log:
Merged revisions 46929 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r46929 | eric_niebler | 2008-06-30 12:38:33 -0700 (Mon, 30 Jun 2008) | 1 line
  
  fix bad LaTeX formula in Doxygen comment
........

Properties modified:
   branches/release/ (props changed)
Text files modified:
   branches/release/boost/accumulators/statistics/weighted_variance.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/accumulators/statistics/weighted_variance.hpp
==============================================================================
--- branches/release/boost/accumulators/statistics/weighted_variance.hpp (original)
+++ branches/release/boost/accumulators/statistics/weighted_variance.hpp 2008-06-30 17:53:01 EDT (Mon, 30 Jun 2008)
@@ -30,7 +30,7 @@
     /*!
         The default implementation of the variance of weighted samples is based on the second moment
         \f$\widehat{m}_n^{(2)}\f$ (weighted_moment<2>) and the mean\f$ \hat{\mu}_n\f$ (weighted_mean):
- \f{
+ \f[
             \hat{\sigma}_n^2 = \widehat{m}_n^{(2)}-\hat{\mu}_n^2,
         \f]
         where \f$n\f$ is the number of samples.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk