- qspec.models. Empty.evaluate ( x , * args , ** kwargs )[source]
An empty model, returning
numpy.zeros_like(x)
.- Parameters:
-
- xarray_like
The input values $x$.
- argsndarray | Iterable
[].
- kwargsdict
Additional keyword arguments.
- Returns:
-
- outndarray
The function values $y$ at the input values
x
.