Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / monte / TODO
1 * Add Lattice Method and Quasi-random Method to monte carlo integration
2
3 * Fix the "No-points in left/right half space" error in miser. Random
4 errors like that are discouraged in a library. The routine should
5 iterate over the dimensions choosing a point on each side of the
6 bisection to ensure that the error does not occur.
7
8 * VEGAS could estimate its roundoff error, caused by dividing up into
9 many boxes and then summing (I know this is ridiculous for any
10 realistic case, but it shows up on the tests when integrating a
11 constant!).  In particular, there are some failures reported for the
12 VEGAS constant tests on Windows.
13
14 * VEGAS gives a negative chisq for some cases where there are wildly
15 inconsistent values.  Calculation should be improved so that chisq>=0.
16
17 Also, when there are inconsistent values it might make sense to scale
18 the error by chisq, as is often done experimentally -- at least that
19 way the error would be increased.
20
21 * The original VEGAS allowed to user to calculate other weighted
22 quantities.  The appropriate way to implement it in GSL would be to
23 provide a separate routine which returns sample points and weights so
24 that the user can caculate any quantity.
25