Evaluate the reduced-order model.
Arguments are the same as the predict() method of model.
- Parameters:
- state0(n,) ndarray
Initial state, expressed in the original state space.
- *argslist
Other positional arguments to the predict() method of
model.
- **kwargsdict
Keyword arguments to the predict() method of model.
- Returns:
- states: (n, k) ndarray
Solution to the model, expressed in the original state space.