pyhs3.functionsΒΆ

HS3 Functions implementation.

Provides classes for handling HS3 functions including product functions, generic functions with mathematical expressions, and interpolation functions.

Classes

Function(**data)

Base class for HS3 functions.

Functions([root])

Collection of HS3 functions for parameter computation.

GenericFunction(**data)

Generic function with custom mathematical expression.

InterpolationFunction(**data)

Piecewise interpolation function implementation.

ProcessNormalizationFunction(**data)

Process normalization function with systematic variations.

ProductFunction(**data)

Product function that multiplies factors together.

SumFunction(**data)

Sum function that adds summands together.