recombinator icon indicating copy to clipboard operation
recombinator copied to clipboard

Recombinator is a Python package for statistical resampling in Python. It provides various algorithms for the iid bootstrap, the block bootstrap, as well as optimal block-length selection.

Results 2 recombinator issues
Sort by recently updated
recently updated
newest added

Latest version of recombinator (0.0.6.1) has compatibility issue with numpy. `np.int` has been depricated since numpy version 1.20 https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

**description** when trying out this repository, i installed it in a explorative and "complex" conda environment. I tried running the jupyter content and the Readme.md content, but i ran into...