vegas 6.2__tar.gz → 6.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of vegas might be problematic. Click here for more details.

Files changed (339) hide show
  1. {vegas-6.2 → vegas-6.2.1}/CHANGES.txt +10 -0
  2. {vegas-6.2 → vegas-6.2.1}/PKG-INFO +2 -2
  3. {vegas-6.2 → vegas-6.2.1}/doc/html/.buildinfo +1 -1
  4. {vegas-6.2 → vegas-6.2.1}/doc/html/.doctrees/compiled_integrands.doctree +0 -0
  5. vegas-6.2.1/doc/html/.doctrees/environment.pickle +0 -0
  6. {vegas-6.2 → vegas-6.2.1}/doc/html/.doctrees/tutorial.doctree +0 -0
  7. {vegas-6.2 → vegas-6.2.1}/doc/html/_sources/compiled_integrands.rst.txt +4 -3
  8. {vegas-6.2 → vegas-6.2.1}/doc/html/_sources/tutorial.rst.txt +22 -12
  9. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/documentation_options.js +1 -1
  10. {vegas-6.2 → vegas-6.2.1}/doc/html/background.html +4 -4
  11. {vegas-6.2 → vegas-6.2.1}/doc/html/compiled_integrands.html +8 -7
  12. {vegas-6.2 → vegas-6.2.1}/doc/html/genindex.html +4 -4
  13. {vegas-6.2 → vegas-6.2.1}/doc/html/index.html +4 -4
  14. vegas-6.2.1/doc/html/objects.inv +0 -0
  15. {vegas-6.2 → vegas-6.2.1}/doc/html/outliers.html +4 -4
  16. {vegas-6.2 → vegas-6.2.1}/doc/html/py-modindex.html +4 -4
  17. {vegas-6.2 → vegas-6.2.1}/doc/html/search.html +4 -4
  18. vegas-6.2.1/doc/html/searchindex.js +1 -0
  19. {vegas-6.2 → vegas-6.2.1}/doc/html/tutorial.html +26 -16
  20. {vegas-6.2 → vegas-6.2.1}/doc/html/vegas.html +4 -4
  21. {vegas-6.2 → vegas-6.2.1}/pyproject.toml +1 -1
  22. {vegas-6.2 → vegas-6.2.1}/setup.cfg +2 -2
  23. {vegas-6.2 → vegas-6.2.1}/setup.py +1 -1
  24. {vegas-6.2 → vegas-6.2.1}/src/vegas/__init__.py +16 -16
  25. {vegas-6.2 → vegas-6.2.1}/src/vegas/_vegas.c +30581 -32759
  26. {vegas-6.2 → vegas-6.2.1}/src/vegas/_vegas.pxd +18 -23
  27. {vegas-6.2 → vegas-6.2.1}/src/vegas/_vegas.pyx +201 -180
  28. vegas-6.2.1/src/vegas/_version.py +1 -0
  29. {vegas-6.2 → vegas-6.2.1}/src/vegas.egg-info/PKG-INFO +2 -2
  30. vegas-6.2.1/src/vegas.egg-info/requires.txt +2 -0
  31. vegas-6.2/doc/html/.doctrees/environment.pickle +0 -0
  32. vegas-6.2/doc/html/objects.inv +0 -0
  33. vegas-6.2/doc/html/searchindex.js +0 -1
  34. vegas-6.2/src/vegas/_version.py +0 -1
  35. vegas-6.2/src/vegas.egg-info/requires.txt +0 -2
  36. {vegas-6.2 → vegas-6.2.1}/INSTALLATION.txt +0 -0
  37. {vegas-6.2 → vegas-6.2.1}/LICENSE.txt +0 -0
  38. {vegas-6.2 → vegas-6.2.1}/MANIFEST.in +0 -0
  39. {vegas-6.2 → vegas-6.2.1}/README.rst +0 -0
  40. {vegas-6.2 → vegas-6.2.1}/doc/html/.doctrees/background.doctree +0 -0
  41. {vegas-6.2 → vegas-6.2.1}/doc/html/.doctrees/c_fortran.doctree +0 -0
  42. {vegas-6.2 → vegas-6.2.1}/doc/html/.doctrees/index.doctree +0 -0
  43. {vegas-6.2 → vegas-6.2.1}/doc/html/.doctrees/outliers.doctree +0 -0
  44. {vegas-6.2 → vegas-6.2.1}/doc/html/.doctrees/vegas.doctree +0 -0
  45. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/bimodal.png +0 -0
  46. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/eg1a-plt1.png +0 -0
  47. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/eg1a-plt2.png +0 -0
  48. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/eg1h-plt1.png +0 -0
  49. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/eg7b-plt.png +0 -0
  50. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/006b36fee2c0a1a6acb8072858ed7201aabc9b1a.svg +0 -0
  51. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/02712a7422fc88f7ebdf7dbc24f54681cd02a849.svg +0 -0
  52. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/02c4a20bde8b055bb7b6f51cceaac435da16ff4a.svg +0 -0
  53. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/04b342312f58c505ec51a76534b1e03f4f733c39.svg +0 -0
  54. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/06eea0dc8173cd4493476dd4f8d93479a04b7f6c.svg +0 -0
  55. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/090edb6e16048bc0fcff8ef72d8e0972a6e0e613.svg +0 -0
  56. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/09dda2e4fbdcea440c01cfc09f793c1390416f1f.svg +0 -0
  57. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/0af64a192b713a3fe3a4bc37570bb6b8d835e7aa.svg +0 -0
  58. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/0b7d38e075070ef753add582d1ca8c184ab85dba.svg +0 -0
  59. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/0c0d1ed9170a223387ee25d79f0630047e95c4fb.svg +0 -0
  60. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/0ebc3bed016de125ac98c1326eeeabe8da41df8e.svg +0 -0
  61. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/10f15d585cec02bd9848ecd8a7a12b7ce6a0c0b5.svg +0 -0
  62. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/114017b7ca9787a241a654b2e85845ef4db6908c.svg +0 -0
  63. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/129d5e5e3591bf98b702018df32d92f8a4d30303.svg +0 -0
  64. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/13ab1dbd219b25aa56fbe6da00a6a29d7ca123a8.svg +0 -0
  65. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/146e265b4ff0a009f454279f6fd9f9386bc296dd.svg +0 -0
  66. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/151b627f9882486cab5b4ef93471e40dc1063160.svg +0 -0
  67. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/161ae0c0e037e364e4977f1ba6b3d21982c1e997.svg +0 -0
  68. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/178d28bb6305699c4cbe781a28ffb610dd5a2156.svg +0 -0
  69. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/18d5a0cdc61eefff2ceb835e168b3e5e2883637d.svg +0 -0
  70. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/190e2638deb7a40413118dd3225bbb297d3ffffe.svg +0 -0
  71. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/1a570870b3eca321272b1fb845873a1b095b6b04.svg +0 -0
  72. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/1ad1f2a16147f5fee5b6ccdbe551bc9512841c6f.svg +0 -0
  73. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/1c34b6124d07c15929fbbf3629514586fa449780.svg +0 -0
  74. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/1d3281cebb8754e7e73548ba20ee6e76df713b24.svg +0 -0
  75. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/1de84d848233a3579b11f49f5374847fcac94175.svg +0 -0
  76. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/1fbbe564e56da85c11a2d80262c332937b5a0a40.svg +0 -0
  77. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/202d65934be52f25b7eb7d0eb77b6116951a6f5c.svg +0 -0
  78. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/2042c108a638219d4268724b3fca8329ee46b0e4.svg +0 -0
  79. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/212712c54959852f9475bf600ab722a654434b96.svg +0 -0
  80. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/213a324818dbcf826fbb5023f20a16db17e640e4.svg +0 -0
  81. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/2364a1b4da9be013cbc21d70565f4d4f2bb8d36a.svg +0 -0
  82. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/247dc3ca7489f1ac988aa3d3bc5d0279b6908062.svg +0 -0
  83. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/2532a3bc9b33ed7fde093e3ea4d28642c176b208.svg +0 -0
  84. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/271cf2288236b608b35028228f2d4d897d477529.svg +0 -0
  85. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/27b8605e1aeb84c0c27829a98a6a447a632b8445.svg +0 -0
  86. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/29ed2a4c5dd9d0edb5d067ed3b1eda44fb7ed123.svg +0 -0
  87. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/2a8befcd5c95df0b044dfc9da68bf6437812912b.svg +0 -0
  88. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/2b01024bf11fcc819bfbd2bfda455169af2b8cba.svg +0 -0
  89. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/2c56203254af12df1dd4b2c61082bfbed14028f7.svg +0 -0
  90. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/2c9fe6cf9e901014ea0306e3f0b93cba33220b35.svg +0 -0
  91. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3049b41e4ab6ebe9380f9b54ed1d16b7fda6d45a.svg +0 -0
  92. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3059a5070f2a7275d5bf02141d6ffcffa5480509.svg +0 -0
  93. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/30de301357e262b8ff6d3bf776c593bfa424976c.svg +0 -0
  94. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3454d807ce969cbcc21b7df83c286b4782adff5f.svg +0 -0
  95. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3492d77fb5139b407b90cbbe088959538244a99c.svg +0 -0
  96. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/34934efedf7cb6cf31f0333b486c4ab43e90855d.svg +0 -0
  97. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/34d1ab9b9fa6e6a13feac39116e27a5a49d06d59.svg +0 -0
  98. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/34eaf7fd9e361d7d2fba3b44fa786f7ea4061ba7.svg +0 -0
  99. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/36b3f204d51362bc96ef4a37d1fe1a68ed88b49e.svg +0 -0
  100. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/37d329e244c9cc941241cf13f2af6e674ce4490f.svg +0 -0
  101. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3889054504efe42e12038ffe759d4f6594167b9d.svg +0 -0
  102. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3890847c19e053620c346df97a4f497f57370dd7.svg +0 -0
  103. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3b4ea90c6ed6abf0b29b4bd86f347100d614479b.svg +0 -0
  104. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3e7c8bf10db39edb6ea695d7a489d65f99e6f0a6.svg +0 -0
  105. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/3f1723da9fbbc5e425e9ffa9f2a44478adaa4a68.svg +0 -0
  106. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4011b7a530d6ec1b95ffad04de4ed07502a3f8b0.svg +0 -0
  107. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/401ddd43c03de98cb5c1d7c2380d47d8fb4a6a66.svg +0 -0
  108. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/40291e918008cb4573efa616e8cc3922869d6545.svg +0 -0
  109. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/403f64983bfd8de5ea4f011b3e405c2fb857c867.svg +0 -0
  110. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/40ed4aeb446063f687f3a3ad7231a95504f7aa10.svg +0 -0
  111. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4106b88d732927357e6da91b3153720979f97316.svg +0 -0
  112. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/422f6e2d47c3b7254150f37154637d482563750d.svg +0 -0
  113. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/436283fc02d996c1684161f306e95df05c278572.svg +0 -0
  114. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/43b71c97d41ce6b26dd55bb3f1538e17839a09e3.svg +0 -0
  115. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/45e534f4c8cc4dfca149091d4d45cd53eb58ebdf.svg +0 -0
  116. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/46d6d6c574dd6eb0fec02c32d61a984a06878317.svg +0 -0
  117. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/48b596c06bc26cab8c6cac1a33ba7ba110c9fbc5.svg +0 -0
  118. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/48eb852541f4f71434b6607c0bb076bb4580fb64.svg +0 -0
  119. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4ab87bac1cabadedb6adf39caeebef3b48e76c61.svg +0 -0
  120. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4c86252f32d131a8f44f26758116800882fcdd96.svg +0 -0
  121. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4ca09f14d848c3052861843362b550070f0d45e1.svg +0 -0
  122. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4cbd656a936928ee266d7fbb4c91f4d930093a64.svg +0 -0
  123. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4e30f7431f41efc76f1133bad2ef0afa99ae1594.svg +0 -0
  124. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/4f252a7f4470b972a280445b0d1634e45d1db20f.svg +0 -0
  125. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/5101b23d84df9f1b1909aa85562c13859f2381ce.svg +0 -0
  126. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/530e5cb1976f764189866fce2e85424d78e6d201.svg +0 -0
  127. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/538662068c1c6ce17698491009df76e8530cd2d2.svg +0 -0
  128. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/53d306b3c2ac13819b3709a962858ecc743801c2.svg +0 -0
  129. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/541256ca21ce44accc931671c333e351d880f8c9.svg +0 -0
  130. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/541ec0b3e8c34fb06a019a0c31afa46d205fb6b0.svg +0 -0
  131. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/567c8fdd5c3ac156592bd5e758b5ca3ee1051d5a.svg +0 -0
  132. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/576f10392256aaa6c7913c21937740c670bdac43.svg +0 -0
  133. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/5ae6a1ac19ddf50143e7ca54148fc9c0576e3c2b.svg +0 -0
  134. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/5af8a3ee2729271982a439fe302eb384645d0e64.svg +0 -0
  135. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/5c748eaf55aeab8c3bb477849eee65a3318e53ce.svg +0 -0
  136. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/5cf70d30bed668864d41ac882237465737e7f20f.svg +0 -0
  137. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/5f3942dd8bf9ff56e4aeb2f698c5db1adb475065.svg +0 -0
  138. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/6185c0af24e2ae17517b049055c993b8b77a8a30.svg +0 -0
  139. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/62750d6d8dd5c70d59680f422635963f97a74109.svg +0 -0
  140. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/6327303e0b977605c226a00644a35fd4cdcec237.svg +0 -0
  141. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/63f3ea5f62558e304f951e3b315c4b49f2a236b5.svg +0 -0
  142. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/65fea8e571ace792b2e110a57d40328feefba947.svg +0 -0
  143. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/668acb2e80076bb787ff0580763ba263ee2d5f9e.svg +0 -0
  144. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/6736bd811ad81fdfee6a140d5d89a2e1bc375628.svg +0 -0
  145. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/6b7383edd5b38c8fc7f48d0f20e1742a3aedc8cb.svg +0 -0
  146. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/6c945ee6c066a259234aaf8e12ded43517ae7785.svg +0 -0
  147. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/6ceb0dc78c1893847595d3be7fdca125133b57cc.svg +0 -0
  148. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/6d97dcfef681fb16bb81fffcccfaf9f4dee9f7b1.svg +0 -0
  149. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/71ad8370b0b8e9dafe0121a2623e940d29f4cae5.svg +0 -0
  150. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/721b44b77eb2a14f226faefe482bb91362cc29b3.svg +0 -0
  151. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/7321a4e74c1565fae8df6410c912914eb8e26628.svg +0 -0
  152. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/73d8c1ea5fd68b2fb5ced2dcbe4d7fa7560543c8.svg +0 -0
  153. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/76b3e7e49a237eba20ecc53b88ab647d7333530d.svg +0 -0
  154. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/77d7a0fb0bf211ded83f0a8942792a6e8b80e04c.svg +0 -0
  155. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/78ed43ba63d7b2f418dd3751f57fce5fa7a64ac4.svg +0 -0
  156. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/7bae7296ff6f9c7d0fc3919dd85ca3fe71a01635.svg +0 -0
  157. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/831bc05a54de33469ce4363991b80e6c60b8fe78.svg +0 -0
  158. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/84072168b5bd3b9bc072876ef2bcfcdae05d3f1a.svg +0 -0
  159. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/84b0b3aa943af247b98624a6577fdc585bf2ae5d.svg +0 -0
  160. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/84b2eb1fcb99afba0bb57bf5e59fd86a51e913f8.svg +0 -0
  161. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/870b49e4c0f492ceb54b077b1dce6d609980a228.svg +0 -0
  162. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/87ead0ea7ef0bac8e338b69e5552f06654bc4c48.svg +0 -0
  163. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/8a2f87c47c9a6ee77d7e8f816eada511053bee65.svg +0 -0
  164. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/8bd0e26564055bae659b56ce9eae9f73089dc653.svg +0 -0
  165. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/8dcae82222e8dbdf72edfe09ddd01d9ca8625406.svg +0 -0
  166. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/8f5df12fe008cced6f0e0334930b3325c88cc885.svg +0 -0
  167. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/8fef71ba07e5ea61c67b56cb21222510782953e8.svg +0 -0
  168. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/90057b4db4589ddd94bcb6ef4e237cbaf129d964.svg +0 -0
  169. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/91cf73bd9d7d2a99728aa904fff31852dca0cffa.svg +0 -0
  170. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/931bea88f3909b4bf85497758345b3ef3dde868b.svg +0 -0
  171. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/93b37f0a1c695b1525d5dfef58ebe2c75d4fb1bb.svg +0 -0
  172. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/9497613bf54f0eb13b02eb1eccbf9426ae2dbec6.svg +0 -0
  173. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/95b4660b047eddb402847ed0869a876b963988ba.svg +0 -0
  174. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/95d67f13b060563af0291450013fc9d17e3a429f.svg +0 -0
  175. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/98fcdc1b35364ed3186baa9bb47e013e8f703680.svg +0 -0
  176. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/9a5394e0df1f463c51e712d0115022a007e92b9e.svg +0 -0
  177. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/9be1b594a582b717e0f1023fc848342229e02050.svg +0 -0
  178. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/9c53b32b43830c23832364c9b45965380e5ed069.svg +0 -0
  179. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/9ca1dcb390dffed72231b1615c2b2d797c313556.svg +0 -0
  180. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/9e4782f57f533cd2e93bff0c232872e0da274915.svg +0 -0
  181. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/9fdd0d3d71423ef06e15bbeed9a2920890db9082.svg +0 -0
  182. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/a3019882ef6a001b2780d06cd439ed558f084631.svg +0 -0
  183. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/a5edf0b2302db13bc83f0cec6d411c70f1a4334e.svg +0 -0
  184. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/ab7f1721dbcf7398485913e30d2b94b3632ff40c.svg +0 -0
  185. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/abd35952da9e1b03a3b5b1e27fd81674a259239f.svg +0 -0
  186. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/acaba53ce1f542f34ef3a27524d4d2718fa9a220.svg +0 -0
  187. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/ad726d1a24f34c1eb646ca707887e53e2b96627d.svg +0 -0
  188. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/ad9237e5266db3b68290fb53b678017e9bc184b8.svg +0 -0
  189. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/aecd6cba1132b855db75f14a3b885b7338d451c8.svg +0 -0
  190. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b0beda9b652b1ca46a8b6c5c22446ded776ef23c.svg +0 -0
  191. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b39c8a1091721593433ecb77fd97cb4649579207.svg +0 -0
  192. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b543363ec2b79d432aba848d80a0ad4a5eba2445.svg +0 -0
  193. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b5c70cb059c32aa9a0cb45800b7fe1913c8653c5.svg +0 -0
  194. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b5d0b9c16509b4f0b46195f2dbe7886c2ce2f098.svg +0 -0
  195. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b785fc9691be3f36efb57cce04fb51a9dfec3f31.svg +0 -0
  196. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b93914075d7c609f74feb2a3a36eb0642dd5e9ec.svg +0 -0
  197. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/b9c10bf8553a5f7831788fa7fd65ac6e54d7eab6.svg +0 -0
  198. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/bcab076307ff41e86010879301646afde5dd2f53.svg +0 -0
  199. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/bfe4150d3df18eeab5a2055d358adde6de699103.svg +0 -0
  200. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/c150b60b5edc3a5c09fabddc71d7a09d7c52291e.svg +0 -0
  201. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/c23804d04a86b92acee6aec7bdd3c5ad91d08bf2.svg +0 -0
  202. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/c87d3cd1891f23def551e51b851b676255c3bda3.svg +0 -0
  203. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/cb6500d7b30569927bea2aa68fc88d9e51ec68a7.svg +0 -0
  204. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/cd41a74f29ff542365c351ffdfd922124c5f411f.svg +0 -0
  205. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/cdb04439720001c8df035b65f5c33b6fccab9e06.svg +0 -0
  206. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/cdbf6c81e37501bc7ccd7750891e0c2526a6d95b.svg +0 -0
  207. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/cec8ff97cf952cac694ce186d6790db63693466f.svg +0 -0
  208. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/cedacf3e2b5e3647040e2088bd52ca1f59dc7829.svg +0 -0
  209. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/cf669b5c367d259a73b5121e5fc467a1a76fd85f.svg +0 -0
  210. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d0072f79f0054e5602204317caf20f893d513d8d.svg +0 -0
  211. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d0270c264a170737153cccd5c2a81d2acf368eb5.svg +0 -0
  212. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d25d10db2f48c689f2f1828bd46bd83bb2cb39fc.svg +0 -0
  213. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d38b691eb76c66990ebacc3a812e763ec4ea50fc.svg +0 -0
  214. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d4f7a60234de384939a7339f7dcf857e7e70574e.svg +0 -0
  215. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d5488347740d19138b8a1594844357d45b7e33b9.svg +0 -0
  216. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d6dec0b0f5bdca44e26ec83c2a8000c8fa25c502.svg +0 -0
  217. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d8b94a9767baec34910969270fb1b59f15bc82ae.svg +0 -0
  218. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/d90be46e29b6ed78394732e5a28423444e6c3522.svg +0 -0
  219. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/da0757e67a0ca0064256b1eba7527e9a66ec3c75.svg +0 -0
  220. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/db8016dca168419f437051533904d562b8ad6a7c.svg +0 -0
  221. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/dda86e9e64f520a61e58012f9e1638c0a93fa1a6.svg +0 -0
  222. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e0353bd02fb4e9dcd6c4f36aa2851e457854f72a.svg +0 -0
  223. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e5e8ace873852c2f0a8ea0785cc39db97a7b5b18.svg +0 -0
  224. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e6416205c29be213cd4cc575de9ddb0c992ad0ca.svg +0 -0
  225. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e65ce044b5b0ca6f70b35493e4a0da05e5aea432.svg +0 -0
  226. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e797e95faec2f60bcc2d604fc4b6383d75edd688.svg +0 -0
  227. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e828632d3d36fd8481d975ebee83abab18a12fa6.svg +0 -0
  228. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e8a691cab137e12d70b20fb77688cfda7fa15d0c.svg +0 -0
  229. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/e99e99b3b0f14d4c04b4dd581128cc441155e4bb.svg +0 -0
  230. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/ee2481120b689ebecdf833b153b1e44372af448e.svg +0 -0
  231. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/ee4102d80c08c2b31f7d170eac98d357945bddc7.svg +0 -0
  232. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/ee718fc520b66aefddfcd5bd6e3058e65ed0e553.svg +0 -0
  233. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/eee0c581e3899b4942c271cc92121d38cc88bcb5.svg +0 -0
  234. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/ef71232ef8abcbad0c1e24f4d7ac340655616ae9.svg +0 -0
  235. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/f10031a1388c224cfedd052b692cf2a55fc7de51.svg +0 -0
  236. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/f17001eeaaf629b968df3d9e25ad477c78f2ce2a.svg +0 -0
  237. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/f1929d906e21bdd8fa0dd0ac206d9271290ed80a.svg +0 -0
  238. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/f4e608d4477f3eb4a923e89583c57a83912af22a.svg +0 -0
  239. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/f606987c7e9ceb513a97df8072fed44ceedd7548.svg +0 -0
  240. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/f9f9752ccd7f184cdb486e2ca6c03ff1ef69bc0b.svg +0 -0
  241. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/fa353b8267fd50c5aabbc0ad8314d3207d81f102.svg +0 -0
  242. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/fb07bef831b1dee26b9d1d806630c4c0872f9a91.svg +0 -0
  243. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/fb62ba1e89ca6200f224a445c3f4a567fc451fe1.svg +0 -0
  244. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/fc258b17231930ecb79503bae4537defbe8cd5cb.svg +0 -0
  245. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/fc7340add9e2606de2c3e9805e45724d44e61b00.svg +0 -0
  246. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/fd08d489b27848595e2576724ca3e5fbc7442e3e.svg +0 -0
  247. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/math/fdedcfaa76dd6907a61c87518d65e3f97e3569cf.svg +0 -0
  248. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/outliers1.png +0 -0
  249. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/outliers2.png +0 -0
  250. {vegas-6.2 → vegas-6.2.1}/doc/html/_images/outliers3.png +0 -0
  251. {vegas-6.2 → vegas-6.2.1}/doc/html/_sources/background.rst.txt +0 -0
  252. {vegas-6.2 → vegas-6.2.1}/doc/html/_sources/c_fortran.rst.txt +0 -0
  253. {vegas-6.2 → vegas-6.2.1}/doc/html/_sources/index.rst.txt +0 -0
  254. {vegas-6.2 → vegas-6.2.1}/doc/html/_sources/outliers.rst.txt +0 -0
  255. {vegas-6.2 → vegas-6.2.1}/doc/html/_sources/vegas.rst.txt +0 -0
  256. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  257. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/basic.css +0 -0
  258. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/dialog-note.png +0 -0
  259. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/dialog-seealso.png +0 -0
  260. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/dialog-todo.png +0 -0
  261. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/dialog-topic.png +0 -0
  262. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/dialog-warning.png +0 -0
  263. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/doctools.js +0 -0
  264. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/epub.css +0 -0
  265. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/file.png +0 -0
  266. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/footerbg.png +0 -0
  267. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/headerbg.png +0 -0
  268. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/ie6.css +0 -0
  269. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/jquery-3.6.0.js +0 -0
  270. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/jquery.js +0 -0
  271. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/language_data.js +0 -0
  272. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/middlebg.png +0 -0
  273. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/minus.png +0 -0
  274. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/plus.png +0 -0
  275. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/pygments.css +0 -0
  276. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/pyramid.css +0 -0
  277. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/searchtools.js +0 -0
  278. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/sphinx_highlight.js +0 -0
  279. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/transparent.gif +0 -0
  280. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/underscore-1.13.1.js +0 -0
  281. {vegas-6.2 → vegas-6.2.1}/doc/html/_static/underscore.js +0 -0
  282. {vegas-6.2 → vegas-6.2.1}/examples/README +0 -0
  283. {vegas-6.2 → vegas-6.2.1}/examples/__pycache__/cfcn_cython.cpython-311.pyc +0 -0
  284. {vegas-6.2 → vegas-6.2.1}/examples/__pycache__/cfcn_cython.cpython-312.pyc +0 -0
  285. {vegas-6.2 → vegas-6.2.1}/examples/bayes.out +0 -0
  286. {vegas-6.2 → vegas-6.2.1}/examples/bayes.py +0 -0
  287. {vegas-6.2 → vegas-6.2.1}/examples/cfcn-cffi.py +0 -0
  288. {vegas-6.2 → vegas-6.2.1}/examples/cfcn-ctypes.py +0 -0
  289. {vegas-6.2 → vegas-6.2.1}/examples/cfcn-cython.py +0 -0
  290. {vegas-6.2 → vegas-6.2.1}/examples/cfcn-f2py.py +0 -0
  291. {vegas-6.2 → vegas-6.2.1}/examples/cfcn.c +0 -0
  292. {vegas-6.2 → vegas-6.2.1}/examples/cfcn.o +0 -0
  293. {vegas-6.2 → vegas-6.2.1}/examples/cfcn.out +0 -0
  294. {vegas-6.2 → vegas-6.2.1}/examples/cfcn_cffi-build.py +0 -0
  295. {vegas-6.2 → vegas-6.2.1}/examples/cfcn_cffi.c +0 -0
  296. {vegas-6.2 → vegas-6.2.1}/examples/cfcn_cffi.o +0 -0
  297. {vegas-6.2 → vegas-6.2.1}/examples/cfcn_cython.pyx +0 -0
  298. {vegas-6.2 → vegas-6.2.1}/examples/cfcn_cython.pyxbld +0 -0
  299. {vegas-6.2 → vegas-6.2.1}/examples/distribution.out +0 -0
  300. {vegas-6.2 → vegas-6.2.1}/examples/distribution.py +0 -0
  301. {vegas-6.2 → vegas-6.2.1}/examples/f2py-problem.pdf +0 -0
  302. {vegas-6.2 → vegas-6.2.1}/examples/faster.out +0 -0
  303. {vegas-6.2 → vegas-6.2.1}/examples/faster.py +0 -0
  304. {vegas-6.2 → vegas-6.2.1}/examples/fastest.out +0 -0
  305. {vegas-6.2 → vegas-6.2.1}/examples/fastest.py +0 -0
  306. {vegas-6.2 → vegas-6.2.1}/examples/fastest_integrand.c +0 -0
  307. {vegas-6.2 → vegas-6.2.1}/examples/fastest_integrand.pyx +0 -0
  308. {vegas-6.2 → vegas-6.2.1}/examples/ffcn-cffi.py +0 -0
  309. {vegas-6.2 → vegas-6.2.1}/examples/ffcn-f2py.py +0 -0
  310. {vegas-6.2 → vegas-6.2.1}/examples/ffcn.f +0 -0
  311. {vegas-6.2 → vegas-6.2.1}/examples/ffcn.o +0 -0
  312. {vegas-6.2 → vegas-6.2.1}/examples/ffcn_cffi-build.py +0 -0
  313. {vegas-6.2 → vegas-6.2.1}/examples/ffcn_cffi.c +0 -0
  314. {vegas-6.2 → vegas-6.2.1}/examples/ffcn_cffi.o +0 -0
  315. {vegas-6.2 → vegas-6.2.1}/examples/makefile +0 -0
  316. {vegas-6.2 → vegas-6.2.1}/examples/parallel-pools.out +0 -0
  317. {vegas-6.2 → vegas-6.2.1}/examples/parallel-pools.py +0 -0
  318. {vegas-6.2 → vegas-6.2.1}/examples/path-integral.out +0 -0
  319. {vegas-6.2 → vegas-6.2.1}/examples/path-integral.py +0 -0
  320. {vegas-6.2 → vegas-6.2.1}/examples/path_integrand.c +0 -0
  321. {vegas-6.2 → vegas-6.2.1}/examples/path_integrand.pyx +0 -0
  322. {vegas-6.2 → vegas-6.2.1}/examples/ridge.out +0 -0
  323. {vegas-6.2 → vegas-6.2.1}/examples/ridge.py +0 -0
  324. {vegas-6.2 → vegas-6.2.1}/examples/ridge.tmp.0 +0 -0
  325. {vegas-6.2 → vegas-6.2.1}/examples/ridge.tmp.1 +0 -0
  326. {vegas-6.2 → vegas-6.2.1}/examples/simple.out +0 -0
  327. {vegas-6.2 → vegas-6.2.1}/examples/simple.py +0 -0
  328. {vegas-6.2 → vegas-6.2.1}/examples/slow.out +0 -0
  329. {vegas-6.2 → vegas-6.2.1}/examples/slow.py +0 -0
  330. {vegas-6.2 → vegas-6.2.1}/examples/xxxx +0 -0
  331. {vegas-6.2 → vegas-6.2.1}/make_version.py +0 -0
  332. {vegas-6.2 → vegas-6.2.1}/makefile +0 -0
  333. {vegas-6.2 → vegas-6.2.1}/src/vegas/__init__.pxd +0 -0
  334. {vegas-6.2 → vegas-6.2.1}/src/vegas.egg-info/SOURCES.txt +0 -0
  335. {vegas-6.2 → vegas-6.2.1}/src/vegas.egg-info/dependency_links.txt +0 -0
  336. {vegas-6.2 → vegas-6.2.1}/src/vegas.egg-info/not-zip-safe +0 -0
  337. {vegas-6.2 → vegas-6.2.1}/src/vegas.egg-info/top_level.txt +0 -0
  338. {vegas-6.2 → vegas-6.2.1}/tests/__init__.py +0 -0
  339. {vegas-6.2 → vegas-6.2.1}/tests/test_vegas.py +0 -0
@@ -1,3 +1,13 @@
1
+ Version 6.2.1 ?????
2
+ ======================
3
+ - Integrator.random_batch() no longer exposes internal work buffers to users (it
4
+ now makes copies).
5
+
6
+ - Inconsistent behavior between adapt=False with minimize_mem=True
7
+ or with minimize_mem=False is now fixed.
8
+
9
+ - Cleaned up Cython.
10
+
1
11
  Version 6.2 2024-12-07
2
12
  ======================
3
13
  Modified so Integrator works with integrands that return 32-bit floats
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vegas
3
- Version: 6.2
3
+ Version: 6.2.1
4
4
  Summary: Tools for adaptive multidimensional Monte Carlo integration.
5
5
  Home-page: https://github.com/gplepage/vegas
6
6
  Author: G. Peter Lepage
@@ -9,7 +9,7 @@ License: GPLv3
9
9
  Requires-Python: >=3.9
10
10
  License-File: LICENSE.txt
11
11
  Requires-Dist: numpy>=1.24
12
- Requires-Dist: gvar>=13.0.1
12
+ Requires-Dist: gvar>=13.1.5
13
13
 
14
14
  vegas
15
15
  -----
@@ -1,4 +1,4 @@
1
1
  # Sphinx build info version 1
2
2
  # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3
- config: 400f818b4e250f87ae492a023cdea619
3
+ config: d594eb7888315015f026ef5ac4c4151a
4
4
  tags: 645f666f9bcd5a90fca523b33c5a78b7
@@ -128,7 +128,7 @@ The main code is then::
128
128
 
129
129
  import vegas
130
130
 
131
- from cython_ridge import ridge
131
+ from pythran_ridge import ridge
132
132
  ridge = vegas.lbatchintegrand(ridge)
133
133
 
134
134
  integ = vegas.Integrator(4 * [[0, 1]])
@@ -182,8 +182,9 @@ Code for the :mod:`mlx` module is almost identical::
182
182
  def ridge(x):
183
183
  return _mridge(mx.array(x))
184
184
 
185
- These integrands run 20 times faster than the original (vectorized) batch
186
- integrand (1 sec versus 20 sec using the built-in GPU on a 2024 laptop).
185
+ These integrands run 20 times faster than the
186
+ :ref:`original (vectorized) batch integrand<faster_integrands>`
187
+ (1 sec versus 20 sec using the built-in GPU on a 2024 laptop).
187
188
  The speedup is substantial because this integrand is quite
188
189
  costly to evaluate; the original batch integrand is just as fast as the GPU
189
190
  versions when ``N=1`` (instead of ``N=1000``).
@@ -1029,23 +1029,33 @@ Adding a decorator to the integrand function ``ridge(x)`` ::
1029
1029
  reduces the run time to 20 sec, which is more than 170 times faster.
1030
1030
 
1031
1031
  The decorator instructs |vegas| to present integration points to
1032
- the integrand in batches of 50,000 points
1032
+ the integrand in batches of approximately 50,000 points
1033
1033
  (|vegas| parameter ``min_neval_batch``)
1034
1034
  rather than offering them one at a time.
1035
1035
  Here, for example, function ``ridge(x)`` with the decorator
1036
1036
  takes as its argument an array of integration
1037
1037
  points --- ``x[d, i]`` where ``d=0...`` labels the direction and
1038
1038
  ``i=0...`` the integration point --- and returns an array of integrand
1039
- values ``ans[i] * norm`` corresponding to those points. Typically one
1040
- must modify the integrand code to deal with the extra index ``i``,
1041
- but that is not necessary in ``ridge`` because the extra index is handled
1042
- implicitly: ``x[d]`` represents an array ``x[d, :]`` of values when
1043
- using the decorator.
1044
- The batch integrand is faster because the arrays are :mod:`numpy`
1045
- arrays, and therefore arithmetic operators act on the entire arrays using
1046
- highly optimized (compiled) :mod:`numpy` code.
1047
- The integrand is evaluated for all integration points in a batch at
1048
- the same time.
1039
+ values ``ans[i] * norm`` corresponding to those points. As a result
1040
+ the code uses :mod:`numpy` vectorization to evaluate the integrand
1041
+ for all 50,000 integration points in the batch at the same time, which is
1042
+ much faster than handling the points separately.
1043
+ The loop in the integrand could have been rewritten ::
1044
+
1045
+ for x0 in np.linspace(0.25, 0.75, N):
1046
+ dx2 = (x[0, :] - x0) ** 2
1047
+ for d in range(1, dim):
1048
+ dx2[:] += (x[d, :] - x0) ** 2
1049
+ ans[:] += np.exp(-100. * dx2[:])
1050
+
1051
+ to make the batch index explicit (``:``); here ``x[d]``,
1052
+ ``dx2``, and ``ans`` are all :mod:`numpy` arrays with
1053
+ 50,000 values, one for each integration point. Typically
1054
+ one must modify the integrand
1055
+ code to deal with the extra index ``i``
1056
+ when adding a batch decorator, but that wasn't
1057
+ necessary in ``ridge`` because trailing indices can be
1058
+ left implicit in :mod:`numpy` arrays.
1049
1059
 
1050
1060
  The advantage gained from using |vegas|'s batch mode
1051
1061
  (with :mod:`numpy` vectorization)
@@ -1181,7 +1191,7 @@ Here the decorator ``@numba.njit`` causes the ``ridge`` function to be
1181
1191
  compiled into efficient machine code the first time it is called, and
1182
1192
  the machine code is used in place of the Python function for that
1183
1193
  and all subsequent calls. :mod:`numba` is particularly effective when
1184
- used with low-level code such as this, where standard numerical
1194
+ compiling low-level code such as this, where standard numerical
1185
1195
  datatypes (integers, floats) are manipulated directly (rather than
1186
1196
  relying on :mod:`numpy` array operations). This code is somewhat
1187
1197
  faster than the batch integrands above that use :mod:`numpy` array
@@ -1,5 +1,5 @@
1
1
  const DOCUMENTATION_OPTIONS = {
2
- VERSION: '6.2',
2
+ VERSION: '6.2.1',
3
3
  LANGUAGE: 'en',
4
4
  COLLAPSE_INDEX: false,
5
5
  BUILDER: 'html',
@@ -5,10 +5,10 @@
5
5
  <meta charset="utf-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
7
7
 
8
- <title>How vegas Works &#8212; vegas 6.2 documentation</title>
8
+ <title>How vegas Works &#8212; vegas 6.2.1 documentation</title>
9
9
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
10
10
  <link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
11
- <script src="_static/documentation_options.js?v=ef7fcc1c"></script>
11
+ <script src="_static/documentation_options.js?v=55479182"></script>
12
12
  <script src="_static/doctools.js?v=9a2dae69"></script>
13
13
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
14
14
  <link rel="index" title="Index" href="genindex.html" />
@@ -38,7 +38,7 @@
38
38
  <li class="right" >
39
39
  <a href="compiled_integrands.html" title="Compiled Integrands for Speed; GPUs"
40
40
  accesskey="P">previous</a> |</li>
41
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
41
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
42
42
  <li class="nav-item nav-item-this"><a href="">How <code class="xref py py-mod docutils literal notranslate"><span class="pre">vegas</span></code> Works</a></li>
43
43
  </ul>
44
44
  </div>
@@ -376,7 +376,7 @@ integrals.</p>
376
376
  <li class="right" >
377
377
  <a href="compiled_integrands.html" title="Compiled Integrands for Speed; GPUs"
378
378
  >previous</a> |</li>
379
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
379
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
380
380
  <li class="nav-item nav-item-this"><a href="">How <code class="xref py py-mod docutils literal notranslate"><span class="pre">vegas</span></code> Works</a></li>
381
381
  </ul>
382
382
  </div>
@@ -5,10 +5,10 @@
5
5
  <meta charset="utf-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
7
7
 
8
- <title>Compiled Integrands for Speed; GPUs &#8212; vegas 6.2 documentation</title>
8
+ <title>Compiled Integrands for Speed; GPUs &#8212; vegas 6.2.1 documentation</title>
9
9
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
10
10
  <link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
11
- <script src="_static/documentation_options.js?v=ef7fcc1c"></script>
11
+ <script src="_static/documentation_options.js?v=55479182"></script>
12
12
  <script src="_static/doctools.js?v=9a2dae69"></script>
13
13
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
14
14
  <link rel="index" title="Index" href="genindex.html" />
@@ -38,7 +38,7 @@
38
38
  <li class="right" >
39
39
  <a href="tutorial.html" title="Tutorial"
40
40
  accesskey="P">previous</a> |</li>
41
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
41
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
42
42
  <li class="nav-item nav-item-this"><a href="">Compiled Integrands for Speed; GPUs</a></li>
43
43
  </ul>
44
44
  </div>
@@ -162,7 +162,7 @@ an optimized Python module <code class="xref py py-mod docutils literal notransl
162
162
  <p>The main code is then:</p>
163
163
  <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">vegas</span>
164
164
 
165
- <span class="kn">from</span> <span class="nn">cython_ridge</span> <span class="kn">import</span> <span class="n">ridge</span>
165
+ <span class="kn">from</span> <span class="nn">pythran_ridge</span> <span class="kn">import</span> <span class="n">ridge</span>
166
166
  <span class="n">ridge</span> <span class="o">=</span> <span class="n">vegas</span><span class="o">.</span><span class="n">lbatchintegrand</span><span class="p">(</span><span class="n">ridge</span><span class="p">)</span>
167
167
 
168
168
  <span class="n">integ</span> <span class="o">=</span> <span class="n">vegas</span><span class="o">.</span><span class="n">Integrator</span><span class="p">(</span><span class="mi">4</span> <span class="o">*</span> <span class="p">[[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">]])</span>
@@ -217,8 +217,9 @@ integrand (from the previous sections) on a GPU:</p>
217
217
  <span class="k">return</span> <span class="n">_mridge</span><span class="p">(</span><span class="n">mx</span><span class="o">.</span><span class="n">array</span><span class="p">(</span><span class="n">x</span><span class="p">))</span>
218
218
  </pre></div>
219
219
  </div>
220
- <p>These integrands run 20 times faster than the original (vectorized) batch
221
- integrand (1 sec versus 20 sec using the built-in GPU on a 2024 laptop).
220
+ <p>These integrands run 20 times faster than the
221
+ <a class="reference internal" href="tutorial.html#faster-integrands"><span class="std std-ref">original (vectorized) batch integrand</span></a>
222
+ (1 sec versus 20 sec using the built-in GPU on a 2024 laptop).
222
223
  The speedup is substantial because this integrand is quite
223
224
  costly to evaluate; the original batch integrand is just as fast as the GPU
224
225
  versions when <code class="docutils literal notranslate"><span class="pre">N=1</span></code> (instead of <code class="docutils literal notranslate"><span class="pre">N=1000</span></code>).</p>
@@ -691,7 +692,7 @@ speed as the batch versions of the C code, above.</p>
691
692
  <li class="right" >
692
693
  <a href="tutorial.html" title="Tutorial"
693
694
  >previous</a> |</li>
694
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
695
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
695
696
  <li class="nav-item nav-item-this"><a href="">Compiled Integrands for Speed; GPUs</a></li>
696
697
  </ul>
697
698
  </div>
@@ -4,10 +4,10 @@
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Index &#8212; vegas 6.2 documentation</title>
7
+ <title>Index &#8212; vegas 6.2.1 documentation</title>
8
8
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
9
9
  <link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
10
- <script src="_static/documentation_options.js?v=ef7fcc1c"></script>
10
+ <script src="_static/documentation_options.js?v=55479182"></script>
11
11
  <script src="_static/doctools.js?v=9a2dae69"></script>
12
12
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
13
13
  <link rel="index" title="Index" href="#" />
@@ -29,7 +29,7 @@
29
29
  <li class="right" >
30
30
  <a href="py-modindex.html" title="Python Module Index"
31
31
  >modules</a> |</li>
32
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
32
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
33
33
  <li class="nav-item nav-item-this"><a href="">Index</a></li>
34
34
  </ul>
35
35
  </div>
@@ -422,7 +422,7 @@
422
422
  <li class="right" >
423
423
  <a href="py-modindex.html" title="Python Module Index"
424
424
  >modules</a> |</li>
425
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
425
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
426
426
  <li class="nav-item nav-item-this"><a href="">Index</a></li>
427
427
  </ul>
428
428
  </div>
@@ -5,10 +5,10 @@
5
5
  <meta charset="utf-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
7
7
 
8
- <title>vegas Documentation &#8212; vegas 6.2 documentation</title>
8
+ <title>vegas Documentation &#8212; vegas 6.2.1 documentation</title>
9
9
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
10
10
  <link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
11
- <script src="_static/documentation_options.js?v=ef7fcc1c"></script>
11
+ <script src="_static/documentation_options.js?v=55479182"></script>
12
12
  <script src="_static/doctools.js?v=9a2dae69"></script>
13
13
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
14
14
  <link rel="index" title="Index" href="genindex.html" />
@@ -34,7 +34,7 @@
34
34
  <li class="right" >
35
35
  <a href="tutorial.html" title="Tutorial"
36
36
  accesskey="N">next</a> |</li>
37
- <li class="nav-item nav-item-0"><a href="#">vegas 6.2 documentation</a> &#187;</li>
37
+ <li class="nav-item nav-item-0"><a href="#">vegas 6.2.1 documentation</a> &#187;</li>
38
38
  <li class="nav-item nav-item-this"><a href="">vegas Documentation</a></li>
39
39
  </ul>
40
40
  </div>
@@ -159,7 +159,7 @@
159
159
  <li class="right" >
160
160
  <a href="tutorial.html" title="Tutorial"
161
161
  >next</a> |</li>
162
- <li class="nav-item nav-item-0"><a href="#">vegas 6.2 documentation</a> &#187;</li>
162
+ <li class="nav-item nav-item-0"><a href="#">vegas 6.2.1 documentation</a> &#187;</li>
163
163
  <li class="nav-item nav-item-this"><a href="">vegas Documentation</a></li>
164
164
  </ul>
165
165
  </div>
Binary file
@@ -5,10 +5,10 @@
5
5
  <meta charset="utf-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
7
7
 
8
- <title>Case Study: Bayesian Curve Fitting &#8212; vegas 6.2 documentation</title>
8
+ <title>Case Study: Bayesian Curve Fitting &#8212; vegas 6.2.1 documentation</title>
9
9
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
10
10
  <link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
11
- <script src="_static/documentation_options.js?v=ef7fcc1c"></script>
11
+ <script src="_static/documentation_options.js?v=55479182"></script>
12
12
  <script src="_static/doctools.js?v=9a2dae69"></script>
13
13
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
14
14
  <link rel="index" title="Index" href="genindex.html" />
@@ -38,7 +38,7 @@
38
38
  <li class="right" >
39
39
  <a href="background.html" title="How vegas Works"
40
40
  accesskey="P">previous</a> |</li>
41
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
41
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
42
42
  <li class="nav-item nav-item-this"><a href="">Case Study: Bayesian Curve Fitting</a></li>
43
43
  </ul>
44
44
  </div>
@@ -472,7 +472,7 @@ example, the intercept would be 0.35(17).</p>
472
472
  <li class="right" >
473
473
  <a href="background.html" title="How vegas Works"
474
474
  >previous</a> |</li>
475
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
475
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
476
476
  <li class="nav-item nav-item-this"><a href="">Case Study: Bayesian Curve Fitting</a></li>
477
477
  </ul>
478
478
  </div>
@@ -4,10 +4,10 @@
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Python Module Index &#8212; vegas 6.2 documentation</title>
7
+ <title>Python Module Index &#8212; vegas 6.2.1 documentation</title>
8
8
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
9
9
  <link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
10
- <script src="_static/documentation_options.js?v=ef7fcc1c"></script>
10
+ <script src="_static/documentation_options.js?v=55479182"></script>
11
11
  <script src="_static/doctools.js?v=9a2dae69"></script>
12
12
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
13
13
  <link rel="index" title="Index" href="genindex.html" />
@@ -36,7 +36,7 @@
36
36
  <li class="right" >
37
37
  <a href="#" title="Python Module Index"
38
38
  >modules</a> |</li>
39
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
39
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
40
40
  <li class="nav-item nav-item-this"><a href="">Python Module Index</a></li>
41
41
  </ul>
42
42
  </div>
@@ -94,7 +94,7 @@
94
94
  <li class="right" >
95
95
  <a href="#" title="Python Module Index"
96
96
  >modules</a> |</li>
97
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
97
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
98
98
  <li class="nav-item nav-item-this"><a href="">Python Module Index</a></li>
99
99
  </ul>
100
100
  </div>
@@ -4,11 +4,11 @@
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Search &#8212; vegas 6.2 documentation</title>
7
+ <title>Search &#8212; vegas 6.2.1 documentation</title>
8
8
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
9
9
  <link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
10
10
 
11
- <script src="_static/documentation_options.js?v=ef7fcc1c"></script>
11
+ <script src="_static/documentation_options.js?v=55479182"></script>
12
12
  <script src="_static/doctools.js?v=9a2dae69"></script>
13
13
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
14
14
  <script src="_static/searchtools.js"></script>
@@ -36,7 +36,7 @@
36
36
  <li class="right" >
37
37
  <a href="py-modindex.html" title="Python Module Index"
38
38
  >modules</a> |</li>
39
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
39
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
40
40
  <li class="nav-item nav-item-this"><a href="">Search</a></li>
41
41
  </ul>
42
42
  </div>
@@ -93,7 +93,7 @@
93
93
  <li class="right" >
94
94
  <a href="py-modindex.html" title="Python Module Index"
95
95
  >modules</a> |</li>
96
- <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2 documentation</a> &#187;</li>
96
+ <li class="nav-item nav-item-0"><a href="index.html">vegas 6.2.1 documentation</a> &#187;</li>
97
97
  <li class="nav-item nav-item-this"><a href="">Search</a></li>
98
98
  </ul>
99
99
  </div>
@@ -0,0 +1 @@
1
+ Search.setIndex({"alltitles": {"A Solution": [[3, "a-solution"]], "A Variation": [[3, "a-variation"]], "Adaptive Stratified Sampling": [[0, "adaptive-stratified-sampling"]], "AdaptiveMap Objects": [[5, "adaptivemap-objects"]], "Basic Integrals": [[4, "basic-integrals"]], "C and Fortran": [[1, "c-and-fortran"]], "Calculating Distributions": [[4, "calculating-distributions"]], "Case Study: Bayesian Curve Fitting": [[3, "case-study-bayesian-curve-fitting"]], "Compiled Integrands for Speed; GPUs": [[1, "compiled-integrands-for-speed-gpus"]], "Cython and Pythran": [[1, "cython-and-pythran"]], "Cython for C (or C++ or Fortran)": [[1, "cython-for-c-or-c-or-fortran"]], "Dictionaries": [[4, "dictionaries"]], "Faster Integrands": [[4, "faster-integrands"]], "GPUs": [[1, "gpus"]], "How vegas Works": [[0, "how-vegas-works"]], "Implementation Notes": [[4, "implementation-notes"]], "Importance Sampling": [[0, "importance-sampling"]], "Indices and tables": [[2, "indices-and-tables"]], "Integrator Objects": [[5, "integrator-objects"]], "Introduction": [[4, "introduction"], [5, "introduction"]], "Multiple Integrands Simultaneously": [[4, "multiple-integrands-simultaneously"]], "Multiple Processors": [[4, "multiple-processors"]], "Other Objects and Functions": [[5, "other-objects-and-functions"]], "PDF Integrals": [[4, "pdf-integrals"]], "PDFIntegrator Objects": [[5, "pdfintegrator-objects"]], "Saving Results Automatically": [[4, "saving-results-automatically"]], "Sums with vegas": [[4, "sums-with-vegas"]], "The Problem": [[3, "the-problem"]], "The vegas Map": [[0, "the-vegas-map"]], "Tutorial": [[4, "tutorial"]], "cffi for C": [[1, "cffi-for-c"]], "cffi for Fortran": [[1, "cffi-for-fortran"]], "f2py for Fortran": [[1, "f2py-for-fortran"]], "vegas Documentation": [[2, "vegas-documentation"]], "vegas Jacobian": [[4, "vegas-jacobian"]], "vegas Maps and Preconditioning vegas": [[4, "vegas-maps-and-preconditioning-vegas"]], "vegas Module": [[5, "vegas-module"]], "vegas Stratifications": [[4, "vegas-stratifications"]], "vegas as a Random Number Generator": [[4, "vegas-as-a-random-number-generator"]]}, "docnames": ["background", "compiled_integrands", "index", "outliers", "tutorial", "vegas"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["background.rst", "compiled_integrands.rst", "index.rst", "outliers.rst", "tutorial.rst", "vegas.rst"], "indexentries": {"__call__() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.__call__", false]], "__call__() (vegas.integrator method)": [[5, "vegas.Integrator.__call__", false]], "__call__() (vegas.pdfintegrator method)": [[5, "vegas.PDFIntegrator.__call__", false]], "adapt() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.adapt", false]], "adapt_to_samples() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.adapt_to_samples", false]], "adaptivemap (class in vegas)": [[5, "vegas.AdaptiveMap", false]], "add() (vegas.ravg method)": [[5, "vegas.RAvg.add", false]], "add() (vegas.ravgarray method)": [[5, "vegas.RAvgArray.add", false]], "add() (vegas.ravgdict method)": [[5, "vegas.RAvgDict.add", false]], "add_training_data() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.add_training_data", false]], "chi2 (vegas.ravg attribute)": [[5, "vegas.RAvg.chi2", false]], "chi2 (vegas.ravgarray attribute)": [[5, "vegas.RAvgArray.chi2", false]], "chi2 (vegas.ravgdict attribute)": [[5, "vegas.RAvgDict.chi2", false]], "clear() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.clear", false]], "dim (vegas.adaptivemap attribute)": [[5, "vegas.AdaptiveMap.dim", false]], "dof (vegas.ravg attribute)": [[5, "vegas.RAvg.dof", false]], "dof (vegas.ravgarray attribute)": [[5, "vegas.RAvgArray.dof", false]], "dof (vegas.ravgdict attribute)": [[5, "vegas.RAvgDict.dof", false]], "extend() (vegas.ravg method)": [[5, "vegas.RAvg.extend", false]], "extend() (vegas.ravgarray method)": [[5, "vegas.RAvgArray.extend", false]], "extend() (vegas.ravgdict method)": [[5, "vegas.RAvgDict.extend", false]], "extract_grid() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.extract_grid", false]], "grid (vegas.adaptivemap attribute)": [[5, "vegas.AdaptiveMap.grid", false]], "inc (vegas.adaptivemap attribute)": [[5, "vegas.AdaptiveMap.inc", false]], "integrator (class in vegas)": [[5, "vegas.Integrator", false]], "invmap() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.invmap", false]], "itn_results (vegas.ravg attribute)": [[5, "vegas.RAvg.itn_results", false]], "itn_results (vegas.ravgarray attribute)": [[5, "vegas.RAvgArray.itn_results", false]], "itn_results (vegas.ravgdict attribute)": [[5, "vegas.RAvgDict.itn_results", false]], "jac() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.jac", false]], "jac1d() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.jac1d", false]], "lbatchintegrand (class in vegas)": [[5, "vegas.LBatchIntegrand", false]], "lbatchintegrand() (in module vegas)": [[5, "vegas.lbatchintegrand", false]], "make_uniform() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.make_uniform", false]], "map() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.map", false]], "mean (vegas.ravg attribute)": [[5, "vegas.RAvg.mean", false]], "module": [[5, "module-vegas", false]], "ninc (vegas.adaptivemap attribute)": [[5, "vegas.AdaptiveMap.ninc", false]], "pdfev (class in vegas)": [[5, "vegas.PDFEV", false]], "pdfevarray (class in vegas)": [[5, "vegas.PDFEVArray", false]], "pdfevdict (class in vegas)": [[5, "vegas.PDFEVDict", false]], "pdfintegrator (class in vegas)": [[5, "vegas.PDFIntegrator", false]], "pdfnorm (vegas.pdfev attribute)": [[5, "vegas.PDFEV.pdfnorm", false]], "pdfnorm (vegas.pdfevarray attribute)": [[5, "vegas.PDFEVArray.pdfnorm", false]], "pdfnorm (vegas.pdfevdict attribute)": [[5, "vegas.PDFEVDict.pdfnorm", false]], "q (vegas.ravg attribute)": [[5, "vegas.RAvg.Q", false]], "q (vegas.ravgarray attribute)": [[5, "vegas.RAvgArray.Q", false]], "q (vegas.ravgdict attribute)": [[5, "vegas.RAvgDict.Q", false]], "random() (vegas.integrator method)": [[5, "vegas.Integrator.random", false]], "random_batch() (vegas.integrator method)": [[5, "vegas.Integrator.random_batch", false]], "ravg (class in vegas)": [[5, "vegas.RAvg", false]], "ravg() (in module vegas)": [[5, "vegas.ravg", false]], "ravgarray (class in vegas)": [[5, "vegas.RAvgArray", false]], "ravgdict (class in vegas)": [[5, "vegas.RAvgDict", false]], "rbatchintegrand (class in vegas)": [[5, "vegas.RBatchIntegrand", false]], "rbatchintegrand() (in module vegas)": [[5, "vegas.rbatchintegrand", false]], "results (vegas.pdfev attribute)": [[5, "vegas.PDFEV.results", false]], "results (vegas.pdfevarray attribute)": [[5, "vegas.PDFEVArray.results", false]], "results (vegas.pdfevdict attribute)": [[5, "vegas.PDFEVDict.results", false]], "sample() (vegas.pdfintegrator method)": [[5, "vegas.PDFIntegrator.sample", false]], "sdev (vegas.ravg attribute)": [[5, "vegas.RAvg.sdev", false]], "set() (vegas.integrator method)": [[5, "vegas.Integrator.set", false]], "settings() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.settings", false]], "settings() (vegas.integrator method)": [[5, "vegas.Integrator.settings", false]], "show_grid() (vegas.adaptivemap method)": [[5, "vegas.AdaptiveMap.show_grid", false]], "stats (vegas.pdfev attribute)": [[5, "vegas.PDFEV.stats", false]], "stats (vegas.pdfevarray attribute)": [[5, "vegas.PDFEVArray.stats", false]], "stats (vegas.pdfevdict attribute)": [[5, "vegas.PDFEVDict.stats", false]], "stats() (vegas.pdfintegrator method)": [[5, "vegas.PDFIntegrator.stats", false]], "sum_neval (vegas.ravg attribute)": [[5, "vegas.RAvg.sum_neval", false]], "sum_neval (vegas.ravgarray attribute)": [[5, "vegas.RAvgArray.sum_neval", false]], "sum_neval (vegas.ravgdict attribute)": [[5, "vegas.RAvgDict.sum_neval", false]], "summary() (vegas.ravg method)": [[5, "vegas.RAvg.summary", false]], "summary() (vegas.ravgarray method)": [[5, "vegas.RAvgArray.summary", false]], "summary() (vegas.ravgdict method)": [[5, "vegas.RAvgDict.summary", false]], "vegas": [[5, "module-vegas", false]], "vegas_cov (vegas.pdfev attribute)": [[5, "vegas.PDFEV.vegas_cov", false]], "vegas_cov (vegas.pdfevarray attribute)": [[5, "vegas.PDFEVArray.vegas_cov", false]], "vegas_cov (vegas.pdfevdict attribute)": [[5, "vegas.PDFEVDict.vegas_cov", false]], "vegas_mean (vegas.pdfev attribute)": [[5, "vegas.PDFEV.vegas_mean", false]], "vegas_mean (vegas.pdfevarray attribute)": [[5, "vegas.PDFEVArray.vegas_mean", false]], "vegas_mean (vegas.pdfevdict attribute)": [[5, "vegas.PDFEVDict.vegas_mean", false]], "vegas_sdev (vegas.pdfev attribute)": [[5, "vegas.PDFEV.vegas_sdev", false]], "vegas_sdev (vegas.pdfevarray attribute)": [[5, "vegas.PDFEVArray.vegas_sdev", false]], "vegas_sdev (vegas.pdfevdict attribute)": [[5, "vegas.PDFEVDict.vegas_sdev", false]]}, "objects": {"": [[5, 0, 0, "-", "vegas"]], "vegas": [[5, 1, 1, "", "AdaptiveMap"], [5, 1, 1, "", "Integrator"], [5, 1, 1, "", "LBatchIntegrand"], [5, 1, 1, "", "PDFEV"], [5, 1, 1, "", "PDFEVArray"], [5, 1, 1, "", "PDFEVDict"], [5, 1, 1, "", "PDFIntegrator"], [5, 1, 1, "", "RAvg"], [5, 1, 1, "", "RAvgArray"], [5, 1, 1, "", "RAvgDict"], [5, 1, 1, "", "RBatchIntegrand"], [5, 4, 1, "", "lbatchintegrand"], [5, 4, 1, "", "ravg"], [5, 4, 1, "", "rbatchintegrand"]], "vegas.AdaptiveMap": [[5, 2, 1, "", "__call__"], [5, 2, 1, "", "adapt"], [5, 2, 1, "", "adapt_to_samples"], [5, 2, 1, "", "add_training_data"], [5, 2, 1, "", "clear"], [5, 3, 1, "", "dim"], [5, 2, 1, "", "extract_grid"], [5, 3, 1, "", "grid"], [5, 3, 1, "", "inc"], [5, 2, 1, "", "invmap"], [5, 2, 1, "", "jac"], [5, 2, 1, "", "jac1d"], [5, 2, 1, "", "make_uniform"], [5, 2, 1, "", "map"], [5, 3, 1, "", "ninc"], [5, 2, 1, "", "settings"], [5, 2, 1, "", "show_grid"]], "vegas.Integrator": [[5, 2, 1, "", "__call__"], [5, 2, 1, "", "random"], [5, 2, 1, "", "random_batch"], [5, 2, 1, "", "set"], [5, 2, 1, "", "settings"]], "vegas.PDFEV": [[5, 3, 1, "", "pdfnorm"], [5, 3, 1, "", "results"], [5, 3, 1, "", "stats"], [5, 3, 1, "", "vegas_cov"], [5, 3, 1, "", "vegas_mean"], [5, 3, 1, "", "vegas_sdev"]], "vegas.PDFEVArray": [[5, 3, 1, "", "pdfnorm"], [5, 3, 1, "", "results"], [5, 3, 1, "", "stats"], [5, 3, 1, "", "vegas_cov"], [5, 3, 1, "", "vegas_mean"], [5, 3, 1, "", "vegas_sdev"]], "vegas.PDFEVDict": [[5, 3, 1, "", "pdfnorm"], [5, 3, 1, "", "results"], [5, 3, 1, "", "stats"], [5, 3, 1, "", "vegas_cov"], [5, 3, 1, "", "vegas_mean"], [5, 3, 1, "", "vegas_sdev"]], "vegas.PDFIntegrator": [[5, 2, 1, "", "__call__"], [5, 2, 1, "", "sample"], [5, 2, 1, "", "stats"]], "vegas.RAvg": [[5, 3, 1, "", "Q"], [5, 2, 1, "", "add"], [5, 3, 1, "", "chi2"], [5, 3, 1, "", "dof"], [5, 2, 1, "", "extend"], [5, 3, 1, "", "itn_results"], [5, 3, 1, "", "mean"], [5, 3, 1, "", "sdev"], [5, 3, 1, "", "sum_neval"], [5, 2, 1, "", "summary"]], "vegas.RAvgArray": [[5, 3, 1, "", "Q"], [5, 2, 1, "", "add"], [5, 3, 1, "", "chi2"], [5, 3, 1, "", "dof"], [5, 2, 1, "", "extend"], [5, 3, 1, "", "itn_results"], [5, 3, 1, "", "sum_neval"], [5, 2, 1, "", "summary"]], "vegas.RAvgDict": [[5, 3, 1, "", "Q"], [5, 2, 1, "", "add"], [5, 3, 1, "", "chi2"], [5, 3, 1, "", "dof"], [5, 2, 1, "", "extend"], [5, 3, 1, "", "itn_results"], [5, 3, 1, "", "sum_neval"], [5, 2, 1, "", "summary"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:attribute", "4": "py:function"}, "terms": {"": [0, 1, 3, 4, 5], "0": [0, 1, 3, 4, 5], "00": [1, 3, 4, 5], "000": [1, 3, 4, 5], "0000": 4, "000000000000": 4, "00000000e": 4, "0000117": 4, "000062327": 4, "00008": 1, "0001": 4, "00012": 4, "000123417": 4, "0001291624491842": 4, "0001468331496914": 4, "00016": 4, "0001775493725942": 4, "0002": 4, "00024682": 4, "0003": 4, "00030": 4, "00034": 4, "00044": 4, "00050": 4, "00051": 4, "00052": 4, "00053": 4, "00055": 4, "00059": 4, "0006": 5, "00062": 4, "00067": 4, "00069": 4, "0007": 4, "0008": [4, 5], "0009": 4, "00093": 4, "001": 4, "0010": 5, "00101": 4, "00103": 4, "0011": 4, "0012": 4, "0013": [4, 5], "0013094938697416": 4, "0014": 4, "00141": 4, "0015": 4, "00177": 4, "0018": 5, "00185": 4, "002": [4, 5], "0020": 5, "00208": 4, "0021": 4, "0022": 5, "0023": 4, "0024983": 4, "0028": [4, 5], "0029": [4, 5], "003": 4, "0033": 4, "0035": 4, "0036": 5, "0038": 4, "004": 4, "0041": 5, "0042": 5, "0044": 4, "0046": 5, "0047": 4, "005": 4, "0050": 4, "0051": 5, "0057": 4, "006": 4, "0064": 4, "0067": 5, "007": 4, "0074": 5, "0076": 4, "0078": 4, "0079": 5, "008": 4, "0082": 4, "0099995": 4, "01": [1, 4, 5], "010": 4, "01000103": 4, "011": 4, "0112": 5, "0114": 4, "012": 4, "0125": 4, "013": [4, 5], "0136": 4, "014": 4, "015": 4, "016": 4, "017": 4, "02": [3, 4], "020": 4, "021": 5, "022": 4, "023": 4, "024": [4, 5], "025": 4, "026": 4, "03": [3, 4], "031": 4, "035": 4, "039": 4, "04": [4, 5], "045": 4, "048": [4, 5], "05": 4, "051": 5, "05112": 4, "053": 4, "0536": 4, "054": 5, "0562": 4, "06": [3, 4, 5], "062": 4, "063": 4, "064": 4, "0693": 5, "07": 4, "072": 4, "0723": 4, "073": 5, "074": 4, "0749": 4, "0759": 4, "077": 4, "08": 4, "09": [1, 4], "091": 4, "092": 4, "095": 4, "099": 4, "1": [0, 1, 3, 4, 5], "10": [0, 1, 3, 4, 5], "100": [0, 1, 4, 5], "1000": [1, 4, 5], "10000": [4, 5], "100x": 4, "101": 4, "1013": [0, 4], "108": 4, "10_000": [4, 5], "11": [1, 3, 4, 5], "110386": 4, "1115": 4, "1131": 4, "115": 4, "117": 3, "12": [1, 3, 4, 5], "13": [1, 3, 4, 5], "14": [0, 1, 3, 4, 5], "140": 4, "141592653589793": 4, "145": 5, "15": [1, 3, 4, 5], "1500": 4, "152": 4, "16": [1, 3, 4, 5], "160": 4, "160533": 4, "160547": 4, "160549": 4, "160551": 4, "160553": 4, "160554": 4, "160555": 4, "160559": 4, "160560": 4, "160568": 4, "162": 4, "166": 4, "17": [3, 4, 5], "170": 4, "171": 4, "17798188e": 4, "18": [4, 5], "1852": 4, "19": [1, 3, 4, 5], "192": 4, "1978": 4, "1e": 5, "1e15": 5, "1e16": 4, "1e2": 4, "1e3": 4, "1e4": [1, 4], "1e6": [1, 5], "1e9": 5, "1ex": 4, "2": [0, 1, 3, 4, 5], "20": [1, 3, 4, 5], "200": 4, "2000": 4, "20000": 4, "2020": 3, "2021": 4, "2024": [1, 4], "2091": 4, "21": [3, 4, 5], "2118364296088": 4, "2167575422921535": 0, "21970730e": 4, "22": [1, 3, 4, 5], "23": [1, 3, 4, 5], "24": [3, 4, 5], "247366": 4, "25": [1, 4, 5], "250": 4, "254": 4, "26": [3, 4, 5], "264": 4, "27": [1, 3, 4, 5], "28": [3, 4, 5], "283185307179586": 4, "284": 5, "29": [1, 3, 4, 5], "2_x": 4, "2e5": [1, 4], "2f": [0, 1, 4], "3": [0, 1, 3, 4, 5], "30": [0, 4, 5], "3000": 3, "301": 4, "307": 4, "31": [1, 3, 4, 5], "32": [1, 4], "3209": 4, "3217": 4, "33": [0, 1, 3, 4, 5], "34": [3, 4, 5], "35": [1, 3, 4, 5], "3539360527281318": 4, "356047712484621": 4, "3598": 4, "36": [1, 3, 4], "366": 1, "37": [1, 3, 4, 5], "372": 3, "376": 1, "38": [3, 4], "39": [1, 3, 4, 5], "39999454": 5, "3f": 4, "4": [0, 1, 3, 4, 5], "40": [3, 4, 5], "4000": 5, "40011804": 5, "4003": 1, "40093": 1, "401": 1, "4010": 1, "4014": 1, "4015": 1, "4016": 1, "4017": 1, "40174": 1, "40178": 1, "40181": 1, "4020": 1, "40205": 1, "40210": 1, "40216": 1, "4022": 1, "40222": 1, "40224": 1, "40228": 1, "40232": 1, "40239": 1, "40249": 1, "4025": 1, "40258": 1, "40276": 1, "403": 1, "4030": 1, "4036": 1, "4039": 1, "4041": 1, "4046": 1, "4084": 4, "40_000": 5, "41": [3, 4], "4115": 5, "412": 5, "41424": 5, "4162": 5, "42": [1, 3, 4, 5], "4224": 5, "423": 3, "428": 5, "43": 4, "433": 5, "435": 5, "436": 5, "439": [3, 4], "44": [1, 3, 4], "446": 3, "45": [3, 4, 5], "46": [3, 4], "462": 3, "47": [3, 4, 5], "48": [1, 3, 4, 5], "484": 4, "486": 3, "4891": 5, "48x": 4, "49": [3, 4, 5], "4907": 4, "4933": 4, "4934": 4, "495": 3, "4975": 4, "4979": 4, "498": 3, "4980": 4, "499": 3, "4997": 4, "4998": 4, "4e4": 0, "4x": [3, 4], "5": [0, 1, 3, 4, 5], "50": [3, 4, 5], "5000": 4, "500017": 4, "5006": 4, "5009": 4, "5010": 4, "5012": 4, "5016": 4, "5017": 4, "5059": 4, "506": [4, 5], "5075": 4, "5082": 4, "50_000": [3, 4], "51": [1, 3, 4], "510": 4, "511": 3, "512": 3, "518": 3, "519": [3, 5], "52": [1, 4, 5], "524": 3, "525": 3, "529": 3, "53": [1, 3, 4], "530": [3, 4], "531": 5, "532": 3, "533": 5, "535": 4, "54": [4, 5], "549": 3, "55": [1, 3, 4], "558": 3, "56": 4, "562": 3, "57": [1, 3, 4, 5], "573": [3, 4], "576": 4, "58": [3, 4], "59": [3, 4], "596": 4, "5e": 4, "5e4": 4, "5x": 4, "6": [1, 3, 4, 5], "60": [1, 4], "602": 3, "608": 3, "61": [1, 4, 5], "613": 3, "619": 3, "62": [1, 4, 5], "629": 4, "63": [1, 3, 4, 5], "631": 5, "633": 3, "63514253e": 4, "637": 4, "638": 4, "64": [1, 3, 4], "65": [3, 4, 5], "658": 3, "66": [3, 4], "67": [0, 1, 3, 4], "68": [3, 4], "681": 4, "684": 4, "685": 3, "69": [3, 4], "691": [3, 5], "695": 3, "697": 3, "7": [1, 3, 4, 5], "70": [0, 1, 3, 4], "703": 4, "704": 4, "7063": 5, "70707": 5, "7077": 5, "70862": 5, "71": [1, 4, 5], "710": 3, "71091": 5, "713": 5, "714": 5, "715": 5, "716": 4, "719": 4, "72": [1, 3, 4, 5], "73": [1, 3, 4], "732": 4, "7320": 4, "736": 4, "738": 4, "74": [1, 4], "7447": 5, "75": [1, 3, 4, 5], "750": 4, "755": 4, "76": [1, 3, 4, 5], "765": 4, "77": [3, 4], "772": 5, "78": [3, 4], "79": [1, 4], "8": [1, 3, 4, 5], "80": [1, 3, 4, 5], "800": 4, "802": 4, "81": [1, 3, 4, 5], "813": 4, "82": [1, 3, 4], "820": 4, "821": 5, "8219": 3, "83": [1, 4, 5], "831": 5, "832": 5, "837": 4, "84": [1, 3, 4, 5], "85": [1, 3, 4, 5], "85039": 4, "85040": 4, "85061": 4, "85079": 4, "85085": 4, "85087": 4, "85091": 4, "85096": 4, "85097": 4, "85099": 4, "85101": 4, "851013": 4, "851041": 4, "85105": 4, "851053": 4, "85107": 4, "85110": 4, "85112": 4, "85113": 4, "851130": 4, "85114": 4, "851149": 4, "851154": 4, "851156": 4, "851166": 4, "851168": 4, "851169": 4, "851173": 4, "851197": 4, "85120": 4, "85124": 4, "85129": 4, "85179": 4, "85234": 4, "85236": 4, "85242": 4, "858": 4, "86": [1, 3, 4], "860": 4, "87": [4, 5], "874": 4, "88": [3, 4, 5], "8818": 4, "883": 5, "887": 4, "89": [1, 3, 4], "893": 5, "894": [3, 5], "895": 5, "896": 4, "8e5": 4, "8x": 4, "9": [1, 3, 4, 5], "90": [3, 4], "90034523e": 4, "902": 3, "907": 4, "9074221724843065": 5, "909": 4, "91": [1, 3, 4, 5], "92": [1, 4], "920": 4, "921": 5, "922": 5, "923": 5, "924": [4, 5], "92558296": 4, "929": 4, "93": 4, "94": 4, "942": 4, "949": 4, "95": [3, 4], "952": 4, "9578": 5, "958": 4, "96": [3, 4], "960": 4, "964": 4, "96573054e": 4, "967": 4, "968": 4, "97": [3, 4, 5], "973": 4, "974": 4, "9785": 5, "97868": 4, "98": [3, 4, 5], "980": 4, "98002885": 4, "981": 4, "98157932": 4, "9817": 4, "9825": 4, "983": 4, "9843": 4, "985": 4, "987": 4, "988": 4, "9899": 4, "99": [0, 3, 4], "990": 4, "991": 4, "9915": 4, "9917": 4, "992": 4, "99212165e": 4, "9922": 4, "993": 4, "9931": 4, "9933": 4, "994": 4, "9941": 4, "995": 4, "9953": 4, "9956": 4, "9957": 5, "9958": 4, "9959": 4, "996": 4, "9966": 4, "9967": 4, "997": [4, 5], "9972": 5, "9973": 4, "9976": 5, "9977": [4, 5], "998": 4, "9980": 5, "999": [4, 5], "9992": 5, "99927": 5, "9992910111775233": 4, "9995": 4, "99954": 5, "9996": [4, 5], "99972": 5, "9997209246763705": 4, "99981": 4, "99982": 4, "99987": 4, "999999999996": 4, "A": [0, 1, 2, 4, 5], "As": [0, 1, 3, 4, 5], "At": 5, "But": 4, "By": [4, 5], "For": [0, 3, 4, 5], "If": [4, 5], "In": [0, 1, 3, 4, 5], "It": [0, 1, 3, 4, 5], "Not": 3, "One": [3, 4], "Such": [0, 1, 4, 5], "That": 4, "The": [1, 2, 4, 5], "Then": [4, 5], "There": [0, 1, 3, 4, 5], "These": [0, 1, 4, 5], "To": [0, 1, 4, 5], "With": [0, 4], "_": 4, "_0": 4, "_1": 4, "_2": 4, "_3": 4, "__call__": [3, 4, 5], "__del__": 4, "__future__": 4, "__init__": [3, 4], "__main__": [1, 3, 4, 5], "__name__": [1, 3, 4, 5], "_an": 1, "_i": 4, "_jridg": 1, "_mridg": 1, "_rescal": 5, "_x": 1, "abil": [0, 4, 5], "abl": 4, "about": [0, 1, 3, 4, 5], "abov": [0, 1, 3, 4, 5], "absent": 4, "absolut": [4, 5], "access": [1, 4], "accompani": 5, "accomplish": 5, "accordingli": 3, "account": [3, 4], "accumul": [4, 5], "accur": [1, 3, 4], "accuraci": [4, 5], "across": [4, 5], "act": 4, "actual": [0, 4, 5], "ad": [0, 1, 3, 4, 5], "adapt": [1, 2, 3, 4, 5], "adapt_to_error": [4, 5], "adapt_to_pdf": 5, "adapt_to_sampl": [4, 5], "adaptivemap": [0, 1, 2, 4], "add": [3, 4, 5], "add_training_data": 5, "addit": [0, 1, 4, 5], "address": [0, 1, 4], "adequ": 3, "adjust": [0, 4, 5], "advantag": 4, "affect": 5, "after": [0, 4, 5], "again": [1, 4], "agre": [4, 5], "ahead": 4, "algorithm": [1, 3, 4, 5], "align": [4, 5], "all": [0, 4, 5], "all_sampl": 3, "allow": [3, 4, 5], "allresult": 5, "almost": [1, 3, 4], "along": [0, 1, 4, 5], "alpha": [4, 5], "alreadi": [4, 5], "also": [0, 1, 3, 4, 5], "altern": [0, 4, 5], "alwai": [0, 4, 5], "amelior": 5, "amount": 5, "an": [0, 1, 3, 4, 5], "analog": [1, 5], "analysi": [0, 3, 4, 5], "analyt": 4, "analyz": [3, 5], "ani": [3, 4, 5], "anoth": [0, 1, 4, 5], "answer": 4, "anti": 3, "appear": 0, "appl": 1, "appli": [0, 4, 5], "applic": 0, "approach": 4, "appropri": [4, 5], "approx": [0, 4, 5], "approxim": [3, 4, 5], "ar": [0, 1, 3, 4, 5], "arbitrari": [3, 4, 5], "aren": 4, "argument": [1, 4, 5], "arithmet": 4, "around": [0, 4], "arrai": [1, 3, 4, 5], "arrang": 0, "arrasi": 5, "array2str": 3, "artifact": 4, "arviz": 3, "arxiv_2009": 4, "assembl": 5, "assign": [3, 4, 5], "associ": [3, 5], "assum": [0, 5], "assumpt": 4, "asymmetri": 5, "atol": 5, "attempt": 4, "attribut": [4, 5], "attributeerror": 4, "augment": 5, "automat": [1, 2, 3, 5], "avail": [1, 3, 4, 5], "averag": [0, 1, 3, 4, 5], "avg_nev": 4, "avoid": [4, 5], "awai": [0, 3, 5], "ax": [4, 5], "axi": [0, 1, 3, 4, 5], "b": [0, 3, 4, 5], "badli": 4, "base": [0, 4, 5], "basic": [0, 2], "batch": [1, 3, 4, 5], "batch_f": [1, 4], "batch_fcn": 1, "batch_ridg": 4, "batchintegrand": [1, 4, 5], "bay": 3, "bayesian": [2, 4, 5], "becaus": [0, 1, 3, 4, 5], "becom": [0, 4, 5], "been": [1, 4, 5], "befor": [0, 3, 4, 5], "begin": 5, "behav": 4, "behavior": [4, 5], "behind": 0, "being": [4, 5], "belong": 4, "below": [4, 5], "best": [3, 4], "beta": [4, 5], "better": [0, 3, 4], "between": [0, 4, 5], "beyond": 4, "bia": 4, "bias": 4, "big": 5, "bimod": 5, "bin": [4, 5], "binwidth": 5, "bit": 3, "blog": 3, "blue": 3, "bool": 5, "both": [0, 3, 4, 5], "breadth": 3, "break": 4, "bring": 0, "broad": 3, "buffer": 5, "bufferdict": [3, 4, 5], "build": 1, "builder": 1, "built": [1, 4, 5], "bulk": 4, "c": [2, 3, 4, 5], "c0": 3, "c1": 3, "c_0": 3, "c_1": 3, "calcul": [0, 2, 5], "call": [0, 1, 3, 4, 5], "callabl": 5, "can": [0, 1, 3, 4, 5], "cancel": 4, "care": 5, "carlo": [0, 3, 4, 5], "case": [0, 2, 4, 5], "cast": [1, 4], "caus": [0, 3, 4, 5], "caution": 5, "cdef": 1, "cdot": [0, 5], "center": [4, 5], "central": 5, "cf2py": 1, "cfcn": 1, "cfcn_cffi": 1, "cffi": [], "challeng": 4, "chanc": 4, "chang": [4, 5], "check": 4, "chi": [0, 1, 3, 4, 5], "chi2": [1, 3, 4, 5], "choic": 0, "choos": [0, 4, 5], "chosen": [4, 5], "chunk": 4, "cimport": 1, "class": [3, 4, 5], "cleanup": 4, "clear": [4, 5], "clearli": [3, 4, 5], "clone": 5, "close": [0, 4, 5], "closer": [0, 3], "cmap": 3, "co": [4, 5], "coarser": 0, "code": [0, 1, 3, 4, 5], "coeffici": 3, "collect": [4, 5], "color": 3, "com": 4, "combin": [1, 3, 4, 5], "come": [0, 4, 5], "command": [4, 5], "comment": 1, "common": 4, "compar": [3, 4, 5], "compil": [2, 4], "compiled_integrand": [], "complet": [4, 5], "complic": [0, 1, 4], "compon": [4, 5], "compress": 5, "comput": [4, 5], "concaten": 4, "concentr": [0, 3, 4, 5], "condit": [0, 5], "confirm": 4, "consequ": 0, "conserv": 5, "consid": [1, 4, 5], "consist": [3, 4], "constant": [0, 4, 5], "constrain": 0, "constraint": 0, "construct": [1, 4, 5], "constructor": 5, "contain": [1, 3, 4, 5], "content": 2, "contigu": 5, "continu": [4, 5], "contour": [3, 5], "contourf_kwarg": 3, "contrast": 4, "contribut": [0, 4], "control": [4, 5], "conveni": 4, "converg": [0, 4, 5], "convert": [1, 4], "coordin": [4, 5], "copi": [4, 5], "core": [1, 4], "corner": [3, 4, 5], "corr_c": 3, "correct": [0, 4], "correl": [3, 4, 5], "correpond": 1, "correspond": [1, 3, 4, 5], "cosp0_avg": 5, "cost": [4, 5], "costli": [1, 4], "could": [4, 5], "cours": 3, "covari": [4, 5], "cover": 4, "cpu": 4, "cpu_count": 5, "crash": 4, "creat": [0, 1, 3, 4, 5], "criterion": 4, "crude": 4, "ctype": 1, "cube": 4, "cummul": 5, "cumprod": 4, "current": [3, 5], "curv": [2, 4], "cut": 4, "cython": [2, 4, 5], "cython_ridg": 1, "d": [0, 1, 3, 4, 5], "d1": 5, "d2": 5, "d_0": [0, 4], "damp": [4, 5], "dash": 3, "data": [1, 3, 4, 5], "data_pdf": 3, "datatyp": 4, "deal": 4, "decad": 4, "decor": [4, 5], "decreas": 4, "deduc": 1, "def": [0, 1, 3, 4, 5], "default": [4, 5], "defin": [3, 4, 5], "definit": 5, "degre": [3, 4, 5], "delta": [0, 4, 5], "den": 4, "densiti": [3, 4, 5], "depend": [1, 4, 5], "deriv": [4, 5], "describ": [1, 3, 4, 5], "descript": 4, "design": 5, "desir": 5, "despit": 4, "detail": [4, 5], "determin": [3, 4, 5], "deviat": [0, 3, 4, 5], "devic": 3, "di": 4, "diagon": [0, 1, 4], "dict": [1, 3, 4, 5], "dictionari": [2, 3, 5], "differ": [0, 3, 4, 5], "difficult": [0, 3, 4, 5], "difficulti": [0, 4], "dim": [1, 4, 5], "dimenion": 5, "dimens": [0, 4, 5], "dimension": [0, 4, 5], "direct": [0, 1, 3, 4, 5], "directli": [1, 4], "disabl": 5, "discard": [4, 5], "discontinu": [4, 5], "discuss": [0, 1, 3, 4], "disk": 5, "displai": [0, 4, 5], "distort": 4, "distribuiton": 5, "distribut": [0, 1, 2, 3, 5], "distutil": 1, "divid": [0, 4, 5], "dn": 5, "do": [0, 1, 4, 5], "document": [3, 4, 5], "doe": [0, 3, 4, 5], "doesn": 4, "dof": [1, 3, 4, 5], "domin": 4, "done": [1, 3, 4, 5], "dot": [3, 4], "doubl": [1, 4, 5], "down": [4, 5], "dr": 4, "drawn": [4, 5], "drop": [3, 4], "dtype": [1, 4, 5], "due": 4, "dump": 4, "dure": 4, "duse_xsimd": 1, "dx": [0, 4, 5], "dx2": [0, 1, 4], "dx_0": 4, "dx_1": 4, "dx_2": 4, "dx_3": 4, "dx_d": 4, "dy": [0, 5], "dy_0": 4, "dy_d": 4, "e": [3, 4, 5], "each": [0, 1, 3, 4, 5], "earli": [4, 5], "earlier": 4, "easi": [0, 1, 3, 4], "easier": 4, "easili": [0, 3, 4], "effect": [0, 3, 4, 5], "effici": [1, 4], "effort": 4, "eig_max": 5, "eigenvalu": 5, "eight": 4, "either": [3, 4, 5], "element": 5, "els": 4, "emphas": [0, 4, 5], "empti": [1, 4, 5], "enclos": 3, "encount": 4, "end": [1, 4, 5], "enough": [0, 4, 5], "entir": [0, 4, 5], "environ": 4, "eq": 4, "equal": [0, 4, 5], "equiv": [0, 4], "equival": [0, 4, 5], "error": [0, 3, 4, 5], "especi": [4, 5], "essenti": 4, "estim": [0, 1, 3, 4, 5], "etc": 1, "euclidean": 4, "evalcorr": [3, 4], "evalu": [0, 1, 3, 4, 5], "evalut": 5, "even": [3, 4, 5], "evenli": 5, "eventu": 4, "everi": [0, 4, 5], "evid": 3, "evolut": 5, "ex_kurt": [4, 5], "exact": [0, 4], "exactli": [1, 4, 5], "exampl": [0, 3, 4, 5], "excel": 4, "except": 5, "excess": [4, 5], "execut": [4, 5], "exhibit": 4, "exist": 5, "exp": [0, 1, 3, 4, 5], "expand": 5, "expect": [3, 4, 5], "expens": [0, 1, 4, 5], "explan": 3, "explicit": 4, "explicitli": 5, "exploit": 4, "export": 1, "express": [4, 5], "expval": 3, "extend": [4, 5], "extens": 1, "extern": 1, "extra": [1, 4, 5], "extra_object": 1, "extract_grid": 5, "extrapol": 3, "f": [0, 1, 3, 4, 5], "f2": [0, 5], "f2py": [], "f_f2": 4, "f_lbatch": 4, "f_rbatch": 4, "f_sph": 4, "fab": 5, "facilit": [4, 5], "factor": [0, 3, 4], "fail": 3, "failur": 3, "fall": [0, 4, 5], "fals": [1, 3, 4, 5], "far": [4, 5], "fashion": 5, "fast": [1, 4, 5], "faster": [1, 2, 3, 5], "faster_fit": [], "fb": [4, 5], "fcn": [1, 3, 4, 5], "fcn_": 1, "feasibl": 4, "featur": [4, 5], "feed": 4, "few": [1, 4], "ffcn": 1, "ffcn_cffi": 1, "ffcn_f2py": 1, "ffi": 1, "ffibuild": 1, "fifth": 4, "fig": 3, "figur": 3, "file": [1, 4, 5], "fill": [4, 5], "fill_contour": [3, 5], "final": [1, 3, 4, 5], "find": 4, "finish": [0, 4], "finit": 4, "first": [1, 3, 4, 5], "fit": [2, 4, 5], "fitfcn": 3, "fitter": 4, "five": [4, 5], "fix": 4, "flatten": [4, 5], "flexibl": [1, 4], "float": [1, 4, 5], "floor": [4, 5], "fluctuat": [4, 5], "fmean": 4, "focu": 0, "follow": [0, 1, 3, 4, 5], "fopenmp": 1, "form": [1, 4, 5], "format": 5, "fortran": [2, 4, 5], "found": [4, 5], "four": [0, 5], "fp": [4, 5], "fparallel": 4, "frac": [0, 4], "fraction": [3, 4, 5], "free": 4, "freedom": [3, 4, 5], "from": [0, 1, 3, 4, 5], "fsdev": 4, "full": 4, "fulli": [4, 5], "function": [0, 1, 2, 3, 4], "further": [4, 5], "fx": 4, "fxp": 3, "fy": 4, "g": [3, 4, 5], "g_ev": [4, 5], "g_param": 5, "g_pdf": 5, "gain": 4, "gaussian": [0, 1, 3, 4, 5], "gb": 3, "gener": [0, 1, 2, 3, 5], "get": 4, "get_includ": 1, "getattr": 5, "gfortran": 1, "git": 4, "github": 4, "give": [0, 1, 3, 4, 5], "given": [0, 4, 5], "go": 4, "good": [4, 5], "gplepag": 4, "gpu": [2, 4], "graphic": 4, "greater": 5, "greatli": [0, 4], "grid": [0, 4, 5], "grow": [4, 5], "guarante": [1, 4], "guess": 3, "gv": [3, 4, 5], "gvar": [3, 4, 5], "gw": 3, "h": [1, 4, 5], "h5py": [4, 5], "ha": [0, 1, 3, 4, 5], "had": 4, "half": 4, "hand": [3, 4], "handl": [3, 4, 5], "happen": 4, "hardwar": 1, "have": [0, 1, 3, 4, 5], "hcube": [4, 5], "help": 5, "here": [0, 1, 3, 4, 5], "hi": 3, "high": [0, 3, 4, 5], "higher": 0, "highli": 4, "histogram": [3, 4, 5], "hit": 4, "hoc": 3, "hold": 4, "hour": [4, 5], "how": [1, 2, 4, 5], "howev": [0, 3, 4, 5], "http": 4, "hundr": 4, "hybrid": 1, "hypercub": [0, 4, 5], "i": [0, 1, 3, 4, 5], "i_0": 4, "i_1": 4, "i_2": 4, "i_a": 4, "i_b": 4, "i_i": 4, "ia": 4, "ia_den": 4, "ia_num": 4, "ib": 4, "idea": [0, 4, 5], "ident": 1, "identifi": 4, "idx": 4, "ifil": [4, 5], "ignor": 5, "illustr": [1, 3, 4, 5], "imag": 0, "implement": [0, 1, 2, 3], "impli": 5, "implicit": 4, "implicitli": [], "import": [1, 2, 3, 4, 5], "improv": [0, 4, 5], "inc": 5, "includ": [0, 1, 3, 4, 5], "include_dir": 1, "increas": [1, 3, 4, 5], "increment": [0, 4, 5], "inde": 4, "independ": [0, 4, 5], "index": [2, 3, 4, 5], "indic": [4, 5], "individu": 4, "ineffici": 4, "infin": 4, "inform": [0, 4, 5], "initi": [0, 4, 5], "inplac": 1, "input": [1, 4], "insid": 1, "instabl": [4, 5], "instal": [0, 1, 4, 5], "instanc": 5, "instead": [1, 4], "instruct": [3, 4], "insuffici": 4, "int": [1, 4, 5], "int_": [0, 4], "int_0": [0, 4], "int_a": 0, "integ": [0, 1, 4, 5], "integr": [0, 1, 2, 3], "integrand": [0, 2, 3, 5], "integration_region": 5, "intellig": 4, "intent": 1, "interact": 4, "intercept": 3, "interfac": 1, "intermedi": 5, "intern": [4, 5], "interpol": [0, 5], "interv": [4, 5], "intial": 5, "introduc": [0, 4], "introduct": 2, "invers": [3, 4, 5], "invert": 5, "invmap": [4, 5], "involv": 5, "io": 4, "isn": 4, "issu": [4, 5], "item": [4, 5], "iter": [0, 1, 3, 4, 5], "itg": 5, "itn": [1, 3, 4, 5], "itn_result": [4, 5], "its": [0, 3, 4, 5], "itself": [0, 4, 5], "j": [0, 1, 4, 5], "j_i": [0, 5], "jac": [4, 5], "jac1d": [4, 5], "jacobian": [0, 2, 5], "jake": 3, "jax": 1, "jit": 1, "jnp": 1, "job": 4, "join": 4, "joint": 5, "just": [1, 4, 5], "k": [3, 5], "ka": 5, "karg": 5, "keep": [0, 4], "kei": [4, 5], "keyword": [4, 5], "kind": 4, "know": [3, 4], "knowledg": 0, "known": 4, "kurtosi": [4, 5], "label": [1, 3, 4, 5], "lack": 4, "lambda": 5, "langl": [0, 4], "languag": 4, "laptop": [1, 3, 4], "larg": [0, 4, 5], "larger": [0, 3, 4, 5], "largest": [0, 4, 5], "last": [0, 3, 4, 5], "last_nev": 5, "later": [4, 5], "launch": [4, 5], "layout": 5, "lbatch": [1, 4, 5], "lbatch_buf": 4, "lbatchintegrand": [1, 4, 5], "ldot": [0, 4, 5], "le": 4, "lead": [4, 5], "least": [0, 3, 4, 5], "leav": [4, 5], "left": [0, 4, 5], "leftmost": [4, 5], "len": [1, 4], "length": 4, "lepag": 4, "less": [0, 3, 4, 5], "level": [1, 4, 5], "lib": 1, "libc": 1, "librari": 1, "lie": 0, "like": [0, 1, 4, 5], "limit": [0, 4, 5], "line": [0, 1, 3, 4, 5], "linear": [0, 3, 5], "linspac": [1, 4], "linux": 4, "list": [1, 3, 4, 5], "littl": 5, "lm": 1, "load": [4, 5], "loc": [4, 5], "locat": [0, 4, 5], "log": 3, "logarithm": 3, "logbf": 3, "long": 5, "longer": [4, 5], "look": [0, 3], "loop": [4, 5], "lose": 4, "lot": 4, "low": [0, 1, 4, 5], "lower": [3, 4, 5], "lsqfit": [3, 4], "m": [0, 1, 5], "m_": [0, 4], "machin": [1, 4, 5], "maco": [4, 5], "made": [0, 1, 3, 4, 5], "magnitud": 4, "mai": [1, 5], "main": [1, 3, 4, 5], "mainli": 5, "maintain": 4, "make": [0, 1, 3, 4, 5], "make_cornerplot": 3, "make_ext": 1, "make_prior": 3, "make_setup_arg": 1, "make_uniform": 5, "malfunct": 3, "manag": 4, "mani": [0, 1, 3, 4], "manipul": 4, "map": [2, 3, 5], "mask": 4, "math": [0, 1, 4], "mathbf": 4, "mathrm": [0, 4], "matplotlib": [0, 3, 4, 5], "matric": [4, 5], "matrix": [3, 4, 5], "matter": 4, "max_mem": 5, "max_neval_hcub": 5, "maxim": [4, 5], "maximum": [4, 5], "maxinc_axi": 5, "mbox": 0, "mean": [0, 3, 4, 5], "measur": [3, 4, 5], "median": [3, 4, 5], "memori": 5, "memoryerror": 5, "merg": [4, 5], "method": [3, 4, 5], "might": [3, 4, 5], "million": 4, "mimic": 4, "min": 4, "min_neval_batch": [4, 5], "minim": [0, 4, 5], "minimize_mem": [4, 5], "minimum": 5, "minu": [3, 4], "minut": 4, "misbehav": 5, "miss": 4, "mlx": 1, "mod_pdf": 3, "mode": [3, 4, 5], "model": [3, 4, 5], "modest": 4, "modif": 1, "modifi": [1, 3, 4, 5], "modifiedpdf": 3, "modnam": 1, "modul": [1, 2, 3, 4], "module_nam": 1, "moment": [0, 4, 5], "monitor": [4, 5], "mont": [0, 3, 4, 5], "more": [0, 1, 3, 4, 5], "most": [0, 3, 4, 5], "mostli": 4, "move": 5, "mpi": [4, 5], "mpi4pi": [4, 5], "mpirun": [4, 5], "much": [0, 1, 3, 4, 5], "multi": [0, 4, 5], "multidimension": [4, 5], "multipl": [2, 5], "multipli": [3, 5], "multiprocess": [4, 5], "multiprocessor": 4, "must": [0, 1, 4, 5], "mx": 1, "n": [0, 1, 3, 4, 5], "name": [1, 4], "narrow": 4, "nbatch": [1, 3, 5], "nbin": 5, "ncombin": 4, "ncorrel": 4, "ndarrai": 5, "necessari": 4, "need": [0, 1, 4, 5], "needn": 4, "neg": [3, 5], "neglig": [0, 4, 5], "neval": [0, 1, 4, 5], "neval_frac": 5, "new": [0, 1, 3, 4, 5], "new_result": 4, "next": [0, 3, 4], "ngrid": 5, "nhcube_batch": 5, "ninc": 5, "nitn": [0, 1, 3, 4, 5], "njit": 4, "nm": 1, "nnew": 4, "node": [0, 5], "nomin": 3, "non": [0, 3, 4, 5], "none": [1, 3, 4, 5], "nonlinear_fit": 3, "nonsens": 4, "nor": 4, "norm": [1, 3, 4], "normal": [3, 4, 5], "note": [2, 3, 5], "noth": 5, "notic": 4, "now": [0, 4], "np": [1, 3, 4, 5], "nproc": [4, 5], "nstat": 3, "nstrat": [3, 4, 5], "num": 4, "numba": [1, 4], "number": [0, 2, 3, 5], "numer": [0, 4], "numpi": [1, 3, 4, 5], "nwf": 4, "nx": [4, 5], "ny": 5, "o": [1, 5], "object": [1, 2, 4], "obtain": [0, 3, 4, 5], "obviou": [0, 3], "obvious": [0, 1, 5], "occupi": 0, "occur": [0, 3], "off": [4, 5], "offer": 4, "offset": 5, "often": [4, 5], "old": [4, 5], "old_default": 5, "older": [0, 1], "omit": 5, "onc": 4, "one": [0, 3, 4, 5], "ones": [4, 5], "onli": [1, 3, 4, 5], "onto": [0, 3, 4, 5], "open": [4, 5], "oper": [4, 5], "oppos": 4, "optim": [0, 1, 3, 4, 5], "option": [1, 4, 5], "order": [4, 5], "orient": 0, "origin": [0, 1, 4, 5], "other": [0, 1, 2, 3, 4], "otherwis": 5, "our": [3, 4], "out": [0, 1, 3, 4, 5], "outermost": 4, "outlier": 3, "output": [1, 3, 4, 5], "outsid": 5, "over": [0, 1, 3, 4, 5], "overflow": 5, "overhead": [4, 5], "overlin": 4, "overridden": 5, "own": 5, "p": [3, 4, 5], "p0": 5, "p_avg": 5, "p_sampl": 5, "packag": [1, 5], "page": 2, "pair": [3, 5], "parallel": 4, "parallelintegrand": 4, "param": [4, 5], "paramet": [3, 4, 5], "parameter": [4, 5], "parenthesi": 4, "part": [1, 4], "particular": [3, 4], "particularli": [4, 5], "pass": [1, 5], "pdf": [2, 3, 5], "pdf_ev": 4, "pdfev": 5, "pdfevarrai": 5, "pdfevdict": 5, "pdfintegr": [2, 3, 4], "pdfnorm": [3, 4, 5], "pdfstatist": 5, "peak": [0, 4, 5], "peaki": [4, 5], "peopl": 5, "per": [3, 4, 5], "permit": 0, "persist": 4, "phantom": 0, "phi": [4, 5], "phy": 4, "pi": [1, 3, 4, 5], "pickl": [4, 5], "pictur": 0, "piec": 5, "piecewis": 0, "pip": 4, "pkl": [4, 5], "place": [0, 1, 3, 4, 5], "plai": 4, "platform": [4, 5], "plausibl": 3, "plot": [0, 3, 5], "plot_datapoint": [3, 5], "plot_histogram": [4, 5], "plotter": 5, "plt": [3, 4, 5], "plu": [3, 4, 5], "pm": 4, "point": [0, 1, 3, 4, 5], "pointer": 1, "pool": 4, "poor": [3, 4], "posit": [4, 5], "possibl": [0, 1, 3, 4, 5], "possibli": 4, "postiv": 5, "potenti": [0, 4, 5], "pow": 1, "power": 1, "practic": 4, "prang": 4, "pre": 4, "prealloc": 5, "precis": [3, 4, 5], "precondit": 2, "prefer": 3, "prefix": 3, "prescript": 3, "present": [4, 5], "preserv": 5, "pretti": 3, "prevent": [4, 5], "previou": [1, 4], "princip": [0, 5], "print": [0, 1, 3, 4, 5], "print_funct": 4, "prior": [3, 4, 5], "prior_pdf": 3, "probabl": [3, 4, 5], "problem": [0, 2, 4, 5], "process": [4, 5], "processor": [2, 5], "prod": [3, 4, 5], "produc": [4, 5], "product": [0, 3, 4], "program": 4, "progress": [4, 5], "project": [0, 4, 5], "properli": 4, "proport": [0, 3, 4, 5], "propto": 0, "proven": 0, "provid": [0, 1, 4, 5], "pure": 4, "purpos": 4, "put": [1, 4], "py": [1, 4, 5], "pyplot": [3, 5], "python": [1, 3, 4, 5], "pythran": 2, "pythran_ridg": 1, "pyx": 1, "pyxbld": 1, "pyxfilenam": 1, "pyximport": 1, "q": [0, 1, 3, 4, 5], "quadratur": [4, 5], "quantifi": [3, 4], "quantil": [3, 5], "quantiti": [4, 5], "quarter": 3, "quickli": [4, 5], "quit": [1, 3, 4, 5], "quot": [4, 5], "r": [4, 5], "radiu": 4, "rais": 5, "ram": 5, "ran_array_gener": 5, "random": [0, 1, 2, 3, 5], "random_batch": [4, 5], "rang": [0, 1, 3, 4, 5], "rangl": [0, 4], "rapid": 5, "rate": 3, "rather": [3, 4, 5], "ratio": [4, 5], "ravg": [4, 5], "ravgarrai": 5, "ravgdict": 5, "rb": [4, 5], "rbatch": [3, 4, 5], "rbatchintegrand": [1, 3, 4, 5], "re": [4, 5], "react": 4, "readapt": 4, "readili": 1, "readthedoc": 4, "real": [0, 1, 4, 5], "realist": [0, 4], "reason": [3, 4], "recent": 4, "recommend": 5, "reconstruct": 5, "rectangl": 0, "rectangular": 4, "red": 3, "redefin": 4, "redistribut": 5, "redo": 4, "reduc": [0, 3, 4, 5], "reduct": 5, "refin": [0, 4], "region": [0, 4, 5], "reiniti": 4, "rel": [0, 1, 3, 4, 5], "relat": 5, "relev": 4, "reli": 4, "reliabl": 4, "remain": [4, 5], "remap": [0, 4, 5], "rememb": 4, "repack": 3, "repackag": 5, "replac": [0, 1, 3, 4, 5], "report": 5, "repres": [4, 5], "requir": [3, 4, 5], "rescal": 5, "reset": 5, "residu": 4, "reslist": 5, "resolut": 0, "resourc": 0, "respect": [3, 4, 5], "rest": [3, 4], "restart": 4, "restor": 5, "restrict": [0, 4], "result": [0, 1, 2, 3, 5], "retriev": 4, "return": [0, 1, 3, 4, 5], "reveal": 4, "review": 1, "rewrit": 4, "rewritten": 4, "ri": 4, "ridg": [1, 4], "right": [0, 3, 4, 5], "rightmost": [4, 5], "rmax": 4, "robust": 4, "root": 4, "roughli": 1, "roundoff": [4, 5], "rtol": 5, "ruin": 4, "run": [1, 3, 4, 5], "runningwavg": [0, 1, 4], "safe": 5, "sai": [1, 3, 4], "same": [0, 1, 3, 4, 5], "sampl": [2, 3, 4, 5], "satisfi": 0, "save": [2, 5], "saveal": [4, 5], "scalar": 5, "scale": [4, 5], "script": [1, 3, 4, 5], "sdev": [4, 5], "search": 2, "sec": [1, 4], "second": [0, 1, 3, 4, 5], "section": [0, 1, 4], "see": [1, 4, 5], "seed": 1, "select": 4, "self": [3, 4, 5], "sens": 5, "sensit": 4, "separ": [0, 1, 3, 4], "set": [0, 4, 5], "set_sourc": 1, "sever": [0, 1, 4, 5], "shape": [1, 3, 4, 5], "sharp": [4, 5], "sharpli": 4, "shift": 0, "shoot": 5, "short": 4, "shorten": 4, "should": [1, 4, 5], "shoulder": 4, "show": [0, 1, 3, 4, 5], "show_grid": [0, 5], "show_titl": [3, 5], "shown": 4, "shrink": 5, "side": [3, 4, 5], "sigma": [3, 4], "sigma_": 4, "sigma_i": [0, 3], "sigma_x": 4, "signal": 4, "signfic": 4, "signific": [4, 5], "significantli": [3, 4], "similar": [0, 1, 3, 4], "similarli": 4, "simpl": [0, 4, 5], "simpler": 4, "simplest": [1, 4], "simpli": [3, 4], "simul": 5, "simultan": 2, "sin": [4, 5], "sinc": [0, 1, 4, 5], "singl": [4, 5], "singular": [0, 4], "situat": [3, 4], "six": 4, "sixth": 4, "size": [4, 5], "skew": [3, 4, 5], "slightli": [3, 4, 5], "slope": 3, "slow": [4, 5], "slower": [1, 4], "small": [0, 4, 5], "smaller": [0, 4, 5], "smallest": 5, "smc": 4, "smooth": [3, 5], "snippet": 4, "so": [0, 1, 4, 5], "solut": [2, 4], "some": [3, 4, 5], "someth": [1, 4], "sometim": [4, 5], "somewhat": [1, 3, 4], "sort": 4, "sourc": [1, 4], "space": [0, 3, 4, 5], "span": 5, "spawn": 4, "special": [3, 4, 5], "specif": [4, 5], "specifi": [0, 1, 3, 4, 5], "speed": [2, 4, 5], "speedup": [1, 4], "spend": 4, "sphere": [4, 5], "spheric": 4, "split": [4, 5], "spread": 5, "sqrt": [1, 3, 4, 5], "squar": [3, 4], "ssupport": [], "st": [0, 4], "stabil": [4, 5], "standard": [0, 3, 4, 5], "start": [0, 4, 5], "stat": [3, 4, 5], "statement": [4, 5], "statist": [0, 3, 4, 5], "std": 4, "stdout": 5, "step": 4, "still": [3, 4, 5], "stop": [4, 5], "store": [1, 4], "str": 5, "straight": [3, 5], "straightforward": [0, 1, 4], "strata": 4, "strategi": [0, 3, 4], "stratif": [0, 2, 3, 5], "stratifi": [2, 4, 5], "stretch": [0, 5], "stride": 5, "string": 5, "strong": [3, 4], "structur": [0, 3, 4, 5], "struggl": 4, "studi": [2, 4], "sub": 4, "subdivid": 4, "subroutin": 1, "subsequ": [0, 4, 5], "subset": [1, 4], "substanti": [1, 4, 5], "success": 5, "suffici": 4, "suggest": [3, 5], "suit": [3, 4, 5], "sum": [0, 1, 2, 5], "sum_": 4, "sum_i": [0, 4], "sum_nev": [4, 5], "sum_wf": 4, "sum_wf2": 4, "summari": [1, 3, 4, 5], "super": 4, "superior": 5, "support": [4, 5], "surprisingli": [3, 4], "svdcut": 5, "sy": 5, "sync_ran": 5, "synchron": [4, 5], "system": 1, "systemat": 4, "t": [4, 5], "tabl": [3, 5], "tabul": 4, "tailor": 4, "take": [1, 3, 4, 5], "taken": 4, "techniqu": 0, "tell": [1, 4, 5], "templat": 4, "temporari": 5, "tempt": 3, "term": [3, 4, 5], "termin": 4, "th": 5, "than": [0, 1, 3, 4, 5], "thei": [1, 3, 4, 5], "them": [0, 1, 3, 4, 5], "theoret": 5, "therebi": [4, 5], "therefor": [0, 4], "theta": [4, 5], "thi": [0, 1, 3, 4, 5], "thing": [1, 4], "third": 4, "those": [0, 1, 4, 5], "though": [3, 4], "thousand": 4, "three": [1, 3, 4, 5], "through": [4, 5], "throughout": 5, "thu": 4, "time": [1, 3, 4, 5], "tini": 4, "togeth": [0, 4, 5], "too": [0, 1, 3, 4, 5], "tool": 1, "top": 4, "total": [4, 5], "trail": 4, "train": [4, 5], "transform": [0, 4, 5], "treat": 0, "trick": 4, "tricki": 4, "trivial": 0, "true": [1, 3, 4, 5], "trust": 4, "tunabl": 5, "tune": 4, "tupl": [4, 5], "turn": [0, 4, 5], "tutori": 2, "twice": [1, 3, 4], "two": [0, 3, 4, 5], "type": [1, 4, 5], "typic": [0, 1, 4, 5], "u": 3, "unaffect": 4, "unambigu": 3, "unbias": 5, "uncertainti": [3, 4, 5], "unchang": [3, 5], "unconvinc": 3, "uncorrel": 4, "under": 4, "underli": 5, "underscor": 1, "understand": [3, 5], "unfortun": 0, "uniform": [0, 3, 4, 5], "uniform_nstrat": 5, "uniformli": [0, 4, 5], "unit": [4, 5], "unix": [1, 4, 5], "unless": [4, 5], "unlik": 4, "unmodifi": 5, "unnecessari": 4, "unreli": [4, 5], "unset": 4, "unspecifi": 5, "unstabl": 5, "until": [0, 4, 5], "unusu": 4, "unweight": [4, 5], "up": [1, 4], "updat": 4, "upon": [0, 4, 5], "upper": 5, "ur": 5, "us": [0, 1, 3, 4, 5], "usag": 5, "usefulli": 4, "useless": 4, "uses_jac": [4, 5], "usual": [0, 1, 3, 4, 5], "v": 5, "valu": [0, 1, 3, 4, 5], "valueerror": 5, "vanderpla": 3, "vanish": [0, 4], "var": 3, "vari": [4, 5], "variabl": [0, 3, 4, 5], "varianc": [0, 4, 5], "variat": [0, 2], "varieti": 4, "vector": [1, 4], "vega": [1, 3], "vegas_cov": 5, "vegas_fit": 4, "vegas_mean": 5, "vegas_sdev": 5, "verbos": 1, "veri": [0, 1, 3, 4, 5], "verifi": 4, "version": [0, 1, 4, 5], "versu": [1, 4], "via": [4, 5], "vicin": 0, "view": 5, "void": 1, "volum": [0, 4, 5], "w": [3, 4], "w_shape": 3, "wa": [0, 4, 5], "wai": [0, 1, 3, 4, 5], "want": [3, 4, 5], "warmup": [3, 4], "wasn": 4, "wast": 0, "we": [0, 1, 3, 4, 5], "weak": 3, "weight": [3, 4, 5], "well": [4, 5], "were": [0, 3, 5], "wf": 4, "wgt": [1, 3, 4, 5], "wgt_fx": 4, "what": [0, 1, 3, 4], "whatev": 4, "when": [0, 1, 3, 4, 5], "where": [0, 1, 3, 4, 5], "which": [0, 1, 3, 4, 5], "while": [3, 4, 5], "whole": 5, "whose": [0, 4, 5], "why": [0, 3], "width": [4, 5], "wildli": 4, "window": [4, 5], "wise": 5, "within": [4, 5], "without": [4, 5], "work": [1, 2, 4, 5], "workspac": 5, "worthwhil": 4, "would": [0, 3, 4, 5], "wrap": 1, "wrapper": [1, 5], "write": [1, 4, 5], "written": [1, 4], "wrong": 4, "x": [0, 1, 3, 4, 5], "x0": [1, 4], "x0arrai": 4, "x_": [0, 5], "x_0": [0, 4, 5], "x_1": [0, 4, 5], "x_2": [0, 5], "x_d": 4, "x_i": [0, 5], "x_n": [0, 5], "xbatch": [1, 4], "xd": [1, 4, 5], "xdict": 4, "xi": 1, "xlabel": 4, "xsampl": 4, "xsq": 1, "y": [0, 1, 3, 4, 5], "y_0": 4, "y_i": 0, "y_pdf": 3, "yb_pdf": 3, "yield": [4, 5], "yield_hcub": [4, 5], "yield_i": [4, 5], "ymean": 3, "you": [1, 4, 5], "your": 4, "ysampl": 4, "yvar": 3, "z": 4, "zero": [0, 1, 3, 4, 5]}, "titles": ["How <code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">vegas</span></code> Works", "Compiled Integrands for Speed; GPUs", "vegas Documentation", "Case Study: Bayesian Curve Fitting", "Tutorial", "<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">vegas</span></code> Module"], "titleterms": {"A": 3, "The": [0, 3], "adapt": 0, "adaptivemap": 5, "automat": 4, "basic": 4, "bayesian": 3, "c": 1, "calcul": 4, "case": 3, "cffi": 1, "compil": 1, "curv": 3, "cython": 1, "dictionari": 4, "distribut": 4, "document": 2, "f2py": 1, "faster": 4, "fit": 3, "fortran": 1, "function": 5, "gener": 4, "gpu": 1, "how": 0, "implement": 4, "import": 0, "indic": 2, "integr": [4, 5], "integrand": [1, 4], "introduct": [4, 5], "jacobian": 4, "map": [0, 4], "modul": 5, "multipl": 4, "note": 4, "number": 4, "object": 5, "other": 5, "pdf": 4, "pdfintegr": 5, "precondit": 4, "problem": 3, "processor": 4, "pythran": 1, "random": 4, "result": 4, "sampl": 0, "save": 4, "simultan": 4, "solut": 3, "speed": 1, "stratif": 4, "stratifi": 0, "studi": 3, "sum": 4, "tabl": 2, "tutori": 4, "variat": 3, "vega": [0, 2, 4, 5], "work": 0}})