Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding data analysis libraries #69

Merged
merged 2 commits into from
Nov 9, 2023

Commits on Oct 18, 2023

  1. Adding data analysis libraries

    Disclaimer: I am the author of iminuit, resample, jacobi, and numba-stats. 
    
    These are essential libraries for HEP analysis in Python, if you want to work outside of ROOT. iminuit with numba-stats is faster than RooFit. jacobi and resample cover all needs of estimating and propagating statistical uncertainties. iminuit and resample are part of Scikit-HEP.
    
    I also changed the list of nice standard libraries: pathlib is the modern replacement for direct calls to the os module.
    HDembinski committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    89d96f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    20ec1e4 View commit details
    Browse the repository at this point in the history