lmc2179 / bayesian_bootstrap

bayesian bootstrapping in python
MIT License
121 stars 17 forks source link

Two-Sample Bayesian Bootstrap #21

Open timofeytkachenko opened 1 year ago

timofeytkachenko commented 1 year ago

How to simulate the distribution of the mean of the sample differences? And how to calculate Two-Sample test like in an original bootstrap?

https://github.com/christopherjenness/bootstrap

Please, help me