Improved Fejer/Clenshaw-Curtis and Sobol Sequence
ADDED:
- Increase the number of dimensions supported in Sobol sequence to 1111.
- New
allow_approx
flag inDistribution.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.