predict()#

_InterpolatedModel.predict(parameter, *args, **kwargs)#

Solve the model at the given parameter value.

Parameters
parameter(p,) ndarray

Parameter value \(\bfmu\).

args

Positional arguments to ModelClass.predict().

kwargs

Keyword arguments to ModelClass.predict().

Notes

For repeated predict() calls with the same parameter value, use evaluate() to first get the nonparametric model corresponding to the parameter value.