pyrtid.inverse.get_predictions_matching_observations#

pyrtid.inverse.get_predictions_matching_observations(model: ForwardModel, observables: Union[Observable, Sequence[Observable]], max_obs_time: Optional[float] = None) ndarray[Any, dtype[float64]][source]#

Return the 1D vector of predictions matching the observations.

Parameters
  • model (ForwardModel) – _description_

  • observables (Observables) – _description_

  • max_obs_time (Optional[float], optional) – Maximum time for which to consider an observation value, by default None.

Returns

_description_

Return type

NDArrayFloat