From b72b09db57a89b452eb1fe2c4226150af6284138 Mon Sep 17 00:00:00 2001 From: Chris Wehmeyer Date: Wed, 5 Nov 2025 15:59:56 +0100 Subject: [PATCH] docs(readme): remove duplicated parameter list --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 8c8efa9..bcd8c5a 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,6 @@ print(summary.round()) # => BootstrapSummary(mean=52000.0, ci_low=47000.0, ci_h Performs Bayesian bootstrapping on `data` using the given statistic. -- `data`: 1D NumPy array, or tuple/list thereof -- `statistic_fn`: string or callable (e.g., `"mean"`, `"median"`, or custom function) -- `n_boot`: number of bootstrap samples -- `seed`: random seed (optional) -- `blocksize`: number of resamples to allocate in one block -- `fn_kwargs`: optional dictionary with parameters for `statistic_fn` - **Parameters** - `data`: 1D NumPy array, or tuple/list of arrays