Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-09-23 13:30:00


Author: pbristow
Date: 2007-09-23 13:30:00 EDT (Sun, 23 Sep 2007)
New Revision: 39488
URL: http://svn.boost.org/trac/boost/changeset/39488

Log:
Even better text for Ci for obs.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/distributions/chi_squared_examples.qbk | 12 +++++++-----
   1 files changed, 7 insertions(+), 5 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/distributions/chi_squared_examples.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/distributions/chi_squared_examples.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/distributions/chi_squared_examples.qbk 2007-09-23 13:30:00 EDT (Sun, 23 Sep 2007)
@@ -8,8 +8,8 @@
 For this situation the Chi Squared distribution can be used to calculate
 confidence intervals for the standard deviation.
 
-The full example code is in [@../../example/chi_square_std_dev_test.cpp
-chi_square_std_deviation_test.cpp].
+The full example code & sample output is in
+[@../../example/chi_square_std_dev_test.cpp chi_square_std_deviation_test.cpp].
 
 We'll begin by defining the procedure that will calculate and print out the
 confidence intervals:
@@ -110,9 +110,11 @@
 Similarly, we can also list the confidence intervals for the standard deviation
 for the common confidence levels 95%, for increasing numbers of observations.
 
-(The standard deviation is here assumed unity,
-so we can simply multiply a particular standard deviation,
-0.0062789 in the example above, by these values to get the confidence limits).
+The standard deviation used to compute these values is unity,
+so the limits listed are *multipliers* for any particular standard deviation.
+For example, given a standard deviation of 0.0062789 as in the example
+above; for 100 observations the multiplier is 0.8780
+giving the lower confidence limit of 0.8780 * 0.006728 = 0.00551.
 
 [pre'''
 ____________________________________________________


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