⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 todo

📁 数学公式库--非常不错 The GNU Scientific Library (GSL) is a collection of routines for numerical computing. T
💻
字号:
* Add Lattice Method and Quasi-random Method to monte carlo integration* Fix the "No-points in left/right half space" error in miser. Randomerrors like that are discouraged in a library. The routine shoulditerate over the dimensions choosing a point on each side of thebisection to ensure that the error does not occur.* VEGAS could estimate its roundoff error, caused by dividing up intomany boxes and then summing (I know this is ridiculous for anyrealistic case, but it shows up on the tests when integrating aconstant!).  In particular, there are some failures reported for theVEGAS constant tests on Windows.* VEGAS gives a negative chisq for some cases where there are wildlyinconsistent values.  Calculation should be improved so that chisq>=0.Also, when there are inconsistent values it might make sense to scalethe error by chisq, as is often done experimentally -- at least thatway the error would be increased.* The original VEGAS allowed to user to calculate other weightedquantities.  The appropriate way to implement it in GSL would be toprovide a separate routine which returns sample points and weights sothat the user can caculate any quantity.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -