Salome HOME
Documentation improvements and post analysis
[modules/adao.git] / doc / fr / ref_algorithm_ExtendedBlue.rst
1 ..
2    Copyright (C) 2008-2021 EDF R&D
3
4    This file is part of SALOME ADAO module.
5
6    This library is free software; you can redistribute it and/or
7    modify it under the terms of the GNU Lesser General Public
8    License as published by the Free Software Foundation; either
9    version 2.1 of the License, or (at your option) any later version.
10
11    This library is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14    Lesser General Public License for more details.
15
16    You should have received a copy of the GNU Lesser General Public
17    License along with this library; if not, write to the Free Software
18    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19
20    See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21
22    Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
23
24 .. index:: single: ExtendedBlue
25 .. _section_ref_algorithm_ExtendedBlue:
26
27 Algorithme de calcul "*ExtendedBlue*"
28 -------------------------------------
29
30 .. ------------------------------------ ..
31 .. include:: snippets/Header2Algo01.rst
32
33 Cet algorithme réalise une estimation de type BLUE étendu (Best Linear Unbiased
34 Estimator, étendu) de l'état d'un système.
35
36 Cet algorithme est une généralisation partiellement non-linéaire de
37 l':ref:`section_ref_algorithm_Blue`. Il lui est équivalent pour un opérateur
38 d'observation linéaire. On peut vérifier la linéarité de l'opérateur
39 d'observation à l'aide de l':ref:`section_ref_algorithm_LinearityTest`.
40
41 En non-linéaire, il se rapproche de l':ref:`section_ref_algorithm_3DVAR`, sans
42 lui être entièrement équivalent.
43
44 .. ------------------------------------ ..
45 .. include:: snippets/Header2Algo02.rst
46
47 .. include:: snippets/Background.rst
48
49 .. include:: snippets/BackgroundError.rst
50
51 .. include:: snippets/Observation.rst
52
53 .. include:: snippets/ObservationError.rst
54
55 .. include:: snippets/ObservationOperator.rst
56
57 .. ------------------------------------ ..
58 .. include:: snippets/Header2Algo03AdOp.rst
59
60 .. include:: snippets/NumberOfSamplesForQuantiles.rst
61
62 .. include:: snippets/Quantiles.rst
63
64 .. include:: snippets/SetSeed.rst
65
66 .. include:: snippets/SimulationForQuantiles.rst
67
68 .. include:: snippets/StateBoundsForQuantilesWithNone.rst
69
70 StoreSupplementaryCalculations
71   .. index:: single: StoreSupplementaryCalculations
72
73   *Liste de noms*. Cette liste indique les noms des variables supplémentaires
74   qui peuvent être disponibles au cours du déroulement ou à la fin de
75   l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
76   implique potentiellement des calculs ou du stockage coûteux. La valeur par
77   défaut est une liste vide, aucune de ces variables n'étant calculée et
78   stockée par défaut sauf les variables inconditionnelles. Les noms possibles
79   sont dans la liste suivante : [
80   "Analysis",
81   "APosterioriCorrelations",
82   "APosterioriCovariance",
83   "APosterioriStandardDeviations",
84   "APosterioriVariances",
85   "BMA",
86   "CostFunctionJ",
87   "CostFunctionJAtCurrentOptimum",
88   "CostFunctionJb",
89   "CostFunctionJbAtCurrentOptimum",
90   "CostFunctionJo",
91   "CostFunctionJoAtCurrentOptimum",
92   "CurrentOptimum",
93   "CurrentState",
94   "Innovation",
95   "MahalanobisConsistency",
96   "OMA",
97   "OMB",
98   "SampledStateForQuantiles",
99   "SigmaBck2",
100   "SigmaObs2",
101   "SimulatedObservationAtBackground",
102   "SimulatedObservationAtCurrentOptimum",
103   "SimulatedObservationAtCurrentState",
104   "SimulatedObservationAtOptimum",
105   "SimulationQuantiles",
106   ].
107
108   Exemple :
109   ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
110
111 .. ------------------------------------ ..
112 .. include:: snippets/Header2Algo04.rst
113
114 .. include:: snippets/Analysis.rst
115
116 .. ------------------------------------ ..
117 .. include:: snippets/Header2Algo05.rst
118
119 .. include:: snippets/Analysis.rst
120
121 .. include:: snippets/APosterioriCorrelations.rst
122
123 .. include:: snippets/APosterioriCovariance.rst
124
125 .. include:: snippets/APosterioriStandardDeviations.rst
126
127 .. include:: snippets/APosterioriVariances.rst
128
129 .. include:: snippets/BMA.rst
130
131 .. include:: snippets/CostFunctionJ.rst
132
133 .. include:: snippets/CostFunctionJAtCurrentOptimum.rst
134
135 .. include:: snippets/CostFunctionJb.rst
136
137 .. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
138
139 .. include:: snippets/CostFunctionJo.rst
140
141 .. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
142
143 .. include:: snippets/CurrentOptimum.rst
144
145 .. include:: snippets/CurrentState.rst
146
147 .. include:: snippets/Innovation.rst
148
149 .. include:: snippets/MahalanobisConsistency.rst
150
151 .. include:: snippets/OMA.rst
152
153 .. include:: snippets/OMB.rst
154
155 .. include:: snippets/SampledStateForQuantiles.rst
156
157 .. include:: snippets/SigmaBck2.rst
158
159 .. include:: snippets/SigmaObs2.rst
160
161 .. include:: snippets/SimulatedObservationAtBackground.rst
162
163 .. include:: snippets/SimulatedObservationAtCurrentOptimum.rst
164
165 .. include:: snippets/SimulatedObservationAtCurrentState.rst
166
167 .. include:: snippets/SimulatedObservationAtOptimum.rst
168
169 .. include:: snippets/SimulationQuantiles.rst
170
171 .. ------------------------------------ ..
172 .. include:: snippets/Header2Algo09.rst
173
174 .. include:: scripts/simple_ExtendedBlue.rst
175
176 .. literalinclude:: scripts/simple_ExtendedBlue.py
177
178 .. include:: snippets/Header2Algo10.rst
179
180 .. literalinclude:: scripts/simple_ExtendedBlue.res
181
182 .. ------------------------------------ ..
183 .. include:: snippets/Header2Algo06.rst
184
185 - :ref:`section_ref_algorithm_Blue`
186 - :ref:`section_ref_algorithm_3DVAR`
187 - :ref:`section_ref_algorithm_LinearityTest`