predict()

predict()#

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

Draw from the operator posterior and evaluate the resulting 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 drawn model, expressed in the original state space.