Measurement.predict¶
- abstract Measurement.predict(state)[source]¶
Predicts what the measurement should be given the current state.
- Parameters
state (giant.ufo.dynamics.Dynamics.State) – The state object defining the current state of the target.
- Returns
The predicted measurement as a scalar or numpy array
- Return type
Union[Sequence, numpy.ndarray, numbers.Real]