LatticeQCD / AnalysisToolbox

A set of Python tools for statistically analyzing data. This includes aspects of lattice QCD applications related to QCD phenomenology.
MIT License
22 stars 4 forks source link

get rid of std_mean and std_median #19

Closed clarkedavida closed 1 year ago

clarkedavida commented 1 year ago

The other std_* routines take a non-default pick for ddof, so it makes sense to keep those. But I don't see a reason for the mean and error. I'll remove it in a later commit.

clarkedavida commented 1 year ago

it turns out these are also needed in the bootstrap and jackknife, since the default behavior of numpy is to flatten these arrays. i'm making note of this.