0 purchases
alphatwirl 0.30.0
A Python library for summarizing event data into multivariate categorical data
Description
AlphaTwirl is a Python library that summarizes event data into multivariate categorical data as data frames. Event data, input to AlphaTwirl, are data with one entry (or row) for one event: for example, data in ROOT TTrees with one entry per collision event of an LHC experiment at CERN. Event data are often large—too large to be loaded in memory—because they have as many entries as events. Multivariate categorical data, the output of AlphaTwirl, have one row for one category. They are usually small—small enough to be loaded in memory—because they only have as many rows as categories. Users can, for example, import them as data frames into R and pandas, which usually load all data in memory, and can perform categorical data analyses with a rich set of data operations available in R and pandas.
Quick start
Jupyter Notebook: Quick start of AlphaTwirl
Publication
Tai Sakuma, "AlphaTwirl: A Python library for summarizing event data into multivariate categorical data",
EPJ Web of Conferences 214, 02001 (2019), doi:10.1051/epjconf/201921402001,
1905.06609
License
AlphaTwirl is licensed under the BSD license.
Contact
Tai Sakuma - [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.