Salome HOME
a187c8c94be632592b2238267bf9417b09f2f7dd
[modules/adao.git] / doc / en / snippets / QualityCriterion.rst
1 .. index:: single: QualityCriterion
2
3 QualityCriterion
4   *Predefined name*. This key indicates the quality criterion, minimized to
5   find the optimal state estimate. The default is the usual data assimilation
6   criterion named "DA", the augmented weighted least squares. The possible
7   criterion has to be in the following list, where the equivalent names are
8   indicated by the sign "<=>":
9   ["AugmentedWeightedLeastSquares" <=> "AWLS" <=> "DA",
10   "WeightedLeastSquares" <=> "WLS",
11   "LeastSquares" <=> "LS" <=> "L2",
12   "AbsoluteValue" <=> "L1",
13   "MaximumError" <=> "ME" <=> "Linf"].
14
15   Example:
16   ``{"QualityCriterion":"DA"}``