| Name | Description | Type | Package | Framework |
| AbstractDevModelFunction | Class | hep.aida.ref.function | FreeHep | |
| AbstractIFunction | AbstractIFunction is implementation of the IFunction. | Class | hep.aida.ref.function | FreeHep |
| BaseModelFunction | Class | hep.aida.ref.function | FreeHep | |
| ExponentModelFunction | Class | hep.aida.ref.function | FreeHep | |
| ExponentialCoreNorm | Normalised Exponential (E) distribution in the form: f = (1/N)*exp((x-origin)/exponent)) has 2 parameters, | Class | hep.aida.ref.function | FreeHep |
| ExponentialCoreNotNorm | Not normalised Exponential (E) distribution in the form: f = amplitude*exp((x-origin)/exponent) has 3 parameters | Class | hep.aida.ref.function | FreeHep |
| FunctionCatalog | Class | hep.aida.ref.function | FreeHep | |
| FunctionChangedEvent | Class | hep.aida.ref.function | FreeHep | |
| FunctionCore | Class | hep.aida.ref.function | FreeHep | |
| FunctionCoreListener | Interface | hep.aida.ref.function | FreeHep | |
| FunctionCreator | Singleton class that is used by FunctionFactory and FunctionCatalog to create functions from codelet strings. | Class | hep.aida.ref.function | FreeHep |
| FunctionDispatcher | Interface | hep.aida.ref.function | FreeHep | |
| FunctionFactory | Class | hep.aida.ref.function | FreeHep | |
| FunctionIntegrator | Class | hep.aida.ref.function | FreeHep | |
| FunctionListener | Interface | hep.aida.ref.function | FreeHep | |
| FunctionUtils | Class | hep.aida.ref.function | FreeHep | |
| GaussianCore2DNorm | Not normalised Gaussian 2D (G2) distribution in the form: f = (1/N)*exp(-(x-meanX)^2/(2*sigmaX^2))*exp(-(y-meanY)^2/(2*sigmaY^2)) has 4 parameters | Class | hep.aida.ref.function | FreeHep |
| GaussianCore2DNotNorm | Not normalised Gaussian 2D (G2) distribution in the form: f = (amplitude)*exp(-(x-meanX)^2/(2*sigmaX^2))*exp(-(y-meanY)^2/(2*sigmaY^2)) has 5 parameters | Class | hep.aida.ref.function | FreeHep |
| GaussianCoreNorm | Not normalised Gaussian (G) distribution in the form: f = (1/N)*exp(-(x-mean)^2/(2*sigma^2)) has 2 parameters | Class | hep.aida.ref.function | FreeHep |
| GaussianCoreNotNorm | Not normalised Gaussian (G) distribution in the form: f = amplitude*exp(-(x-mean)^2/(2*sigma^2)) has 3 parameters | Class | hep.aida.ref.function | FreeHep |
| Grid | Class | hep.aida.ref.function | FreeHep | |
| IFunctionCoreNotNorm | Wrapper around ordinary IFunctionSource Code:IFunctionCoreNotNorm. | Class | hep.aida.ref.function | FreeHep |
| JELBaseModelFunction | Class | hep.aida.ref.function | FreeHep | |
| JELCompiledExpression | Class | hep.aida.ref.function | FreeHep | |
| JELFunctionCore | Class | hep.aida.ref.function | FreeHep | |
| NonParametricFunction | Class | hep.aida.ref.function | FreeHep | |
| PolynomialCoreNorm | Normalised Polynomial (Pn) distribution in the form: f = (1 + p1*x + p2*x*x + . | Class | hep.aida.ref.function | FreeHep |
| PolynomialCoreNotNorm | Not normalised Polynomial (Pn) distribution in the form: f = p0 + p1*x + p2*x*x + . | Class | hep.aida.ref.function | FreeHep |
| PolynomialModelFunction | Class | hep.aida.ref.function | FreeHep | |
| Range | Class | hep.aida.ref.function | FreeHep | |
| RangeSet | This class handles multiple ranges along one axis. | Class | hep.aida.ref.function | FreeHep |
| SumOfFunctions | Class | hep.aida.ref.function | FreeHep | |