normal_example.qbk 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [section:normal_example Normal Distribution Examples]
  2. (See also the reference documentation for the __normal_distrib.)
  3. [section:normal_misc Some Miscellaneous Examples of the Normal (Gaussian) Distribution]
  4. The sample program [@../../example/normal_misc_examples.cpp
  5. normal_misc_examples.cpp] illustrates their use.
  6. [import ../../example/normal_misc_examples.cpp]
  7. [h4 Traditional Tables]
  8. [normal_basic1]
  9. [h4 Standard deviations either side of the Mean]
  10. [normal_basic2]
  11. [h4 Some simple examples]
  12. [h4 Life of light bulbs]
  13. [normal_bulbs_example1]
  14. [h4 How many onions?]
  15. [normal_bulbs_example3]
  16. [h4 Packing beef]
  17. [normal_bulbs_example4]
  18. [h4 Length of bolts]
  19. [normal_bulbs_example5]
  20. [endsect] [/section:normal_misc Some Miscellaneous Examples of the Normal Distribution]
  21. [endsect] [/section:normal_example Normal Distribution Examples]
  22. [/
  23. Copyright 2006 John Maddock and Paul A. Bristow.
  24. Distributed under the Boost Software License, Version 1.0.
  25. (See accompanying file LICENSE_1_0.txt or copy at
  26. http://www.boost.org/LICENSE_1_0.txt).
  27. ]