Documentation
Bases: Module
Module
Abstract base class for callables that evaluate a model over frequency.
Evaluate the model response over the specified frequency range.
model (Model) – The model instance to evaluate.
freq (Frequency) – The frequency object defining the evaluation points.
**kwargs (dict) – Additional keyword arguments for the evaluation process.
The evaluated model response.
jnp.ndarray