Salome HOME
Documentation examples tuning (4)
[modules/adao.git] / doc / en / scripts / simple_ExtendedBlue.res
1 Interpolation between two vectors, of observation and background
2 ----------------------------------------------------------------
3
4 Observation vector............: [10. 11. 12.]
5 A priori background vector....: [0. 1. 2.]
6
7 Expected theoretical state....: [5. 6. 7.]
8
9 Interpolation result..........: [5. 6. 7.]
10 A posteriori covariance.......:
11  [[0.5 0.  0. ]
12  [0.  0.5 0. ]
13  [0.  0.  0.5]]