find_location_and_scale.qbk 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. [section:find_eg Find Location and Scale Examples]
  2. [section:find_location_eg Find Location (Mean) Example]
  3. [import ../../example/find_location_example.cpp]
  4. [find_location1]
  5. [find_location2]
  6. See [@../../example/find_location_example.cpp find_location_example.cpp]
  7. for full source code: the program output looks like this:
  8. [find_location_example_output]
  9. [endsect] [/section:find_location_eg Find Location (Mean) Example]
  10. [section:find_scale_eg Find Scale (Standard Deviation) Example]
  11. [import ../../example/find_scale_example.cpp]
  12. [find_scale1]
  13. [find_scale2]
  14. See [@../../example/find_scale_example.cpp find_scale_example.cpp]
  15. for full source code: the program output looks like this:
  16. [find_scale_example_output]
  17. [endsect] [/section:find_scale_eg Scale (Standard Deviation) Example]
  18. [section:find_mean_and_sd_eg Find mean and standard deviation example]
  19. [import ../../example/find_mean_and_sd_normal.cpp]
  20. [normal_std]
  21. [normal_find_location_and_scale_eg]
  22. See [@../../example/find_mean_and_sd_normal.cpp find_mean_and_sd_normal.cpp]
  23. for full source code & appended program output.
  24. [endsect] [/find_mean_and_sd_eg Find mean and standard deviation example]
  25. [endsect] [/section:find_eg Find Location and Scale Examples]
  26. [/
  27. Copyright 2006 John Maddock and Paul A. Bristow.
  28. Distributed under the Boost Software License, Version 1.0.
  29. (See accompanying file LICENSE_1_0.txt or copy at
  30. http://www.boost.org/LICENSE_1_0.txt).
  31. ]