measurement_vector
- Workspace.measurement_vector: Vector
The measurment vector for, e.g., a sensor.
This must often be the same size as
measurement_sensor
.The notation in ARTS, for the purpose of
OEM()
, is that\[\vec{y} = \mathbf{F}\left(\vec{x}\right) + \vec{y}_\epsilon\left(\vec{x}\right) + \epsilon\]where \(\mathbf{F}\) is the forward model function of the physics of the simulation space, \(\vec{x}\) is the
model_state_vector
, \(\vec{y}_\epsilon\) is themeasurement_vector_error
, and \(\epsilon\) are any additional errors, such as random noise.Throughout ARTS,
measurement_vector
have different contextual meanings. These are:\(\vec{y}\) - i.e., measured data.
\(\vec{y} - \epsilon\) - e.g., the best fit to measured data,
measurement_vector_fitted
.\(\mathbf{F}\left(\vec{x}\right)\) - i.e., the physical model of the measurement.
Input to workspace methods
Modified by workspace method
Output from workspace methods
Related workspace variables