Skip to content

Commit 866ea62

Browse files
authored
Merge pull request #9 from cwehmeyer/fix/readme
docs(readme): remove duplicated parameter list
2 parents 4df89a4 + b72b09d commit 866ea62

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ print(summary.round()) # => BootstrapSummary(mean=52000.0, ci_low=47000.0, ci_h
6969

7070
Performs Bayesian bootstrapping on `data` using the given statistic.
7171

72-
- `data`: 1D NumPy array, or tuple/list thereof
73-
- `statistic_fn`: string or callable (e.g., `"mean"`, `"median"`, or custom function)
74-
- `n_boot`: number of bootstrap samples
75-
- `seed`: random seed (optional)
76-
- `blocksize`: number of resamples to allocate in one block
77-
- `fn_kwargs`: optional dictionary with parameters for `statistic_fn`
78-
7972
**Parameters**
8073

8174
- `data`: 1D NumPy array, or tuple/list of arrays

0 commit comments

Comments
 (0)