pyhs3.functionsΒΆ

HS3 Functions implementation.

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

Classes

Function(*, name, kind, parameters)

Base class for HS3 functions.

FunctionSet(funcs)

Collection of HS3 functions for parameter computation.

GenericFunction(*, name, expression)

Generic function with custom mathematical expression.

InterpolationFunction(*, name, high, low, ...)

Piecewise interpolation function implementation.

ProductFunction(*, name, factors)

Product function that multiplies factors together.