inverse_chi_squared_eg.qbk 1005 B

1234567891011121314151617181920212223242526272829303132
  1. [section:inverse_chi_squared_eg Inverse Chi-Squared Distribution Bayes Example]
  2. [import ../../example/inverse_chi_squared_bayes_eg.cpp]
  3. [inverse_chi_squared_bayes_eg_1]
  4. [inverse_chi_squared_bayes_eg_output_1]
  5. [inverse_chi_squared_bayes_eg_2]
  6. [inverse_chi_squared_bayes_eg_output_2]
  7. [inverse_chi_squared_bayes_eg_3]
  8. [inverse_chi_squared_bayes_eg_output_3]
  9. [inverse_chi_squared_bayes_eg_4]
  10. [inverse_chi_squared_bayes_eg_output_4]
  11. [inverse_chi_squared_bayes_eg_5]
  12. A full sample output is:
  13. [inverse_chi_squared_bayes_eg_output]
  14. (See also the reference documentation for the __inverse_chi_squared_distrib.)
  15. See the full source C++ of this example at
  16. [@../../example/inverse_chi_squared_bayes_eg.cpp]
  17. [endsect] [/section:inverse_chi_squared_eg Inverse Chi-Squared Distribution Bayes Example]
  18. [/
  19. Copyright 2011 Paul A. Bristow and Thomas Mang.
  20. Distributed under the Boost Software License, Version 1.0.
  21. (See accompanying file LICENSE_1_0.txt or copy at
  22. http://www.boost.org/LICENSE_1_0.txt).
  23. ]