Salome HOME
Documentation examples tuning (4)
[modules/adao.git] / doc / en / scripts / simple_NonLinearLeastSquares.rst
1 .. index:: single: NonLinearLeastSquares (example)
2
3 This example describes the calibration of parameters  :math:`\mathbf{x}` of a
4 quadratic observation model :math:`H`. This model is here represented as a
5 function named ``QuadFunction``. This function get as input the coefficients
6 vector :math:`\mathbf{x}`, and return as output the evaluation vector
7 :math:`\mathbf{y}` of the quadratic model at the predefined internal control
8 points. The calibration is done using an initial coefficient set (background
9 state specified by ``Xb`` in the code), and with the information
10 :math:`\mathbf{y}^o` (specified by ``Yobs`` in the code) of 5 measures obtained
11 in these same internal control points.
12
13 The adjustment is carried out by displaying intermediate results during
14 iterative optimization.