- qspec.models. Splitter.evaluate ( x , * args , ** kwargs )[source]
The main function of the model. This is executed when the model is called. Reimplement this function in subclasses.
- Parameters:
-
- xndarray
The input values $x$.
- argsscalar
The function parameters. Must have length
Model.size.- kwargsAny
Additional keyword arguments.
- Returns:
-
- outndarray
The function values $y$ at the input values
x.