predict()

predict()#

ParametricROM.predict(parameter, state0, *args, **kwargs)[source]#

Evaluate the reduced-order model.

Arguments are the same as the predict() method of model.

Parameters:
parameter(p,) ndarray

Parameter value \(\bfmu\).

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.