jackHI's custom Python classes and functions¶
jackHI provides the user with two different types of standalone custom Python classes and functions:
The former define the some of the input arguments for the methods embedded in the latter. Specifically, jackHI provides the following input classes:
- UserBools,
- UserHoggBools,
- UserHoggInput,
- UserInput,
and the following computing functions:
- histogram_blas_log_spec_edges,
- histogram_blas_spec_width,
- hogg_jackknife_likelihood_blas,
- hogg_jackknife_likelihood_blas_log.
See the respective pages for more information on what they do.
jackHI also uses custom type specifications defined on the jackHI types page.