Measurement.predict

giant.ufo.measurements:

abstract Measurement.predict(state)[source]

Predicts what the measurement should be given the current state.

Parameters:

state (State) – The state object defining the current state of the target.

Returns:

The predicted measurement as a scalar or numpy array

Return type:

Sequence | ndarray | Real