Skip to content

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:

  1. UserBools,
  2. UserHoggBools,
  3. UserHoggInput,
  4. UserInput,

and the following computing functions:

  1. histogram_blas_log_spec_edges,
  2. histogram_blas_spec_width,
  3. hogg_jackknife_likelihood_blas,
  4. 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.