Measurement.predict¶
- abstractmethod 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:
float | ndarray[tuple[Any, …], dtype[float64]]