Skip to content

Improved Fejer/Clenshaw-Curtis and Sobol Sequence

Compare
Choose a tag to compare
@jonathf jonathf released this 07 Dec 14:02
· 67 commits to master since this release
3649df3

ADDED:

  • Increase the number of dimensions supported in Sobol sequence to 1111.
  • New allow_approx flag in Distribution.pdf.
  • More docs and tests.
  • Support for bibliography in docs.

CHANGED:

  • Updated Clenshaw-Curtis and Fejér algorithm which scales much better.
  • More aggressive sample use in approximate_moment as bottleneck was the
    quadrature (Clenshaw-Curtis and Fejér).
  • Better support for density approximation. Allow for more contexts by
    weaving a full density history.
  • Bugfix: wrappers distribution no longer ignores wrapped distribution during
    dependency declaration. Ignoring them have in some cases caused some
    variables not to be declared correctly.