smash-transport / sparkx

SPARKX - Software Package for Analyzing Relativistic Kinematics in Collision eXperiments
https://smash-transport.github.io/sparkx/
GNU General Public License v3.0
5 stars 0 forks source link

Implement a general Jackknife sampler class #251

Closed Hendrik1704 closed 1 month ago

Hendrik1704 commented 2 months ago

This could be useful for cases, where the computation of uncertainties is more complicated with the usual ways.

I've already started the implementation of such a class, since I need this for the estimation of the multi particle transverse momentum correlations (#156).

I started with a first implementation in the Utilities.py file, but realized that the class grew quite fast. This is why I moved it to the src/sparkx in a separate file. In principle, the users will be able to use this class on any other data array they provide.