model_state_vector_apriori ========================== .. currentmodule:: pyarts3.workspace .. attribute:: Workspace.model_state_vector_apriori :type: ~pyarts3.arts.Vector An apriori state vector of the model. See :attr:`~pyarts3.workspace.Workspace.model_state_vector` for more details. This is the state vector that is assumed to be the a priori state of the model. In normal circumstances, this is the state vector that is used to start the inversion process. In :func:`~pyarts3.workspace.Workspace.OEM`, this is :math:`\vec{x}_a`. .. rubric:: Input to workspace method .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.OEM` .. rubric:: Output from workspace methods .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.model_state_vector_aprioriFromData` * :func:`~pyarts3.workspace.Workspace.model_state_vector_aprioriFromState` .. rubric:: Related workspace variables .. hlist:: :columns: 1 * :attr:`~pyarts3.workspace.Workspace.model_state_covariance_matrix` * :attr:`~pyarts3.workspace.Workspace.model_state_vector` .. :class:`~pyarts3.arts.Vector`