pair: Variant ; 3DVAR-VAN
pair: Variant ; 3DVAR-Incr
pair: Variant ; 3DVAR-PSAS
+ pair: Variant ; OI
+ pair: Variant ; Optimal Interpolation
- "3DVAR" (3D Variational analysis, see [Lorenc86]_, [LeDimet86]_, [Talagrand97]_), original classical algorithm, extremely robust, which operates in the model space,
- "3DVAR-VAN" (3D Variational Analysis with No inversion of B, see [Lorenc88]_), similar algorithm, which operates in the model space, avoiding inversion of the covariance matrix B (except in the case where there are bounds.),
extension is obtained by using the "E3DVAR" variant of the filtering algorithm
:ref:`section_ref_algorithm_EnsembleKalmanFilter`.
+Note that observation and evolution error statistics are assumed to be
+Gaussian. So, in the particular case where the observation operator :math:`H`
+is linear, this algorithm is strictly equivalent to optimal interpolation (OI).
+What's more, it performs both minimum variance estimation (MV or "*Minimum
+Variance* estimator") and maximum a posteriori estimation (MAP or "*Maximum A
+Posteriori* estimator"), which coincide in this particular case.
+
.. ------------------------------------ ..
.. include:: snippets/Header2Algo12.rst
with **P** the state error covariance and *t* the discrete iterative time. In
this scheme, the analysis **(x,P)** is obtained by means of the "*correction*"
-by observing the "*prediction*" of the previous state. The concepts described
-in this diagram can be directly and simply used in ADAO to elaborate study
-cases, and are included in the description and the examples of some algorithms.
+by observing the "*prediction*" of the previous state. An another way to
+understand data assimilation in dynamics, in the space of measured states and
+measured observations, leads to the following representation of a sequential
+form of data assimilation:
+
+ .. _schema_d_AD_sequentiel:
+ .. figure:: images/schema_temporel_sequentiel.png
+ :align: center
+ :width: 100%
+
+ **Sequential scheme of states and measures for data assimilation in dynamics**
+
+The concepts described in this diagram can be directly and simply used in ADAO
+to understand and elaborate study cases, and are included in the description
+and the examples of some algorithms.
pair: Variant ; 3DVAR-VAN
pair: Variant ; 3DVAR-Incr
pair: Variant ; 3DVAR-PSAS
+ pair: Variant ; OI
+ pair: Variant ; Optimal Interpolation
- "3DVAR" (3D Variational analysis, voir [Lorenc86]_, [LeDimet86]_, [Talagrand97]_), algorithme classique d'origine, extrêmement robuste, opérant dans l'espace du modèle,
- "3DVAR-VAN" (3D Variational Analysis with No inversion of B, voir [Lorenc88]_), algorithme similaire, opérant dans l'espace du modèle, permettant d'éviter l'inversion de la matrice de covariance B (sauf dans le cas où il y des bornes),
utilisant le variant "E3DVAR" de l'algorithme de filtrage
:ref:`section_ref_algorithm_EnsembleKalmanFilter`.
+On remarque que les statistiques d'erreurs d'observation et d'évolution sont
+par hypothèse représentées ici sous forme gaussienne. Alors, dans le cas
+particulier où l'opérateur d'observation :math:`H` est linéaire, cet algorithme
+est strictement équivalent à l'interpolation optimale (OI ou "*Optimal
+Interpolation*"). De plus, il réalise à la fois l'estimation de variance
+minimale (MV ou "*Minimum Variance* estimator") et l'estimation de maximum a
+posteriori (MAP ou "*Maximum A Posteriori* estimator"), qui coïncident dans ce
+cas précis.
+
.. ------------------------------------ ..
.. include:: snippets/Header2Algo12.rst
avec **P** la covariance d'erreur d'état et *t* le temps itératif discret. Dans
ce schéma, l'analyse **(x,P)** est obtenue à travers la "*correction*" par
-l'observation de la "*prévision*" de l'état précédent. Les concepts décrits
-dans ce schéma peuvent directement et simplement être utilisés dans ADAO pour
-construire des cas d'études, et sont repris dans la description et les exemples
-de certains algorithmes.
+l'observation de la "*prévision*" de l'état précédent. Une autre manière de
+comprendre l'assimilation de données dynamique, dans l'espace des états mesurés
+et observations mesurées, consiste à représenter la démarche séquentielle
+d'assimilation sous la forme suivante :
+
+ .. _schema_d_AD_sequentiel:
+ .. figure:: images/schema_temporel_sequentiel.png
+ :align: center
+ :width: 100%
+
+ **Schéma séquentiel de l'état et des mesures pour l'assimilation de données en dynamique**
+
+Les concepts décrits dans ce schéma peuvent directement et simplement être
+utilisés dans ADAO pour comprendre et construire des cas d'études, et sont
+repris dans la description et les exemples de certains algorithmes.