1 / 17

Best Linear Unbiased Estimate

École Doctorale des Sciences de l'Environnement d’ Î le-de-France Année 2009-2010 Modélisation Numérique de l’Écoulement Atmosphérique et Assimilation d'Observations Olivier Talagrand Cours 6 28 Mai 2010. Best Linear Unbiased Estimate

jabir
Télécharger la présentation

Best Linear Unbiased Estimate

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. École Doctorale des Sciences de l'Environnement d’Île-de-FranceAnnée 2009-2010Modélisation Numérique de l’Écoulement Atmosphérique et Assimilation d'ObservationsOlivier TalagrandCours 628 Mai 2010

  2. Best Linear Unbiased Estimate State vectorx, belonging to state spaceS (dimS = n), to be estimated. Available data in the form of • A ‘background’ estimate (e. g. forecast from the past), belonging to state space, with dimension n xb = x+ b • An additional set of data (e. g. observations), belonging to observation space, with dimension p y = Hx +  H is known linear observation operator. Assume probability distribution is known for the couple (b, ). Assume E(b) = 0, E() = 0, E(bT) = 0 (not restrictive) Set E(bbT) = Pb (also often denoted B), E(T) = R

  3. Best Linear Unbiased Estimate (continuation 1) xb = x+ b(1) y = Hx + (2) A probability distribution being known for the couple (b, ), eqs (1-2) define probability distribution for the couple (x, y), with E(x) = xb , x’ = x- E(x) = - b E(y) = Hxb , y’ = y- E(y) = y- Hxb =  - Hb dy- Hxbis called the innovation vector.

  4. Best Linear Unbiased Estimate (continuation 2) Apply formulæ for Optimal Interpolation xa = xb+ PbHT[HPbHT + R]-1(y - Hxb) Pa = Pb- PbHT[HPbHT + R]-1 HPb xa is the Best Linear Unbiased Estimate (BLUE) of x from xb and y. Equivalent set of formulæ xa = xb+ PaHTR-1(y - Hxb) [Pa]-1 = [Pb]-1+ HTR-1H Matrix K = PbHT[HPbHT + R]-1 = PaHTR-1 is gain matrix. If probability distributions are globally gaussian, BLUE achieves bayesian estimation, in the sense that P(x| xb, y) = N [xa, Pa].

  5. After A. Lorenc

  6. Best Linear Unbiased Estimate (continuation 3) H can be any linear operator Example : (scalar) satellite observation x = (x1, …, xn)Ttemperature profile Observationy = ihixi+ = Hx + , H =(h1, …, hn) , E(2) = r Background xb = (x1b, …, xnb)T, error covariance matrix Pb = (pijb) xa = xb+ PbHT[HPbHT + R]-1(y - Hxb) [HPbHT + R]-1(y - Hxb) = (y - hxb) / (ijhihj pijb+ r)-1   scalar ! •  Pb = pb In xia = xib + pb hi  •  Pb = diag(piib)xia = xib + piib hi   General casexia = xib + j pijb hj  Each level i is corrected, not only because of its own contribution to the observation, but because of the contribution of the other levels to which its background error is correlated.

  7. Best Linear Unbiased Estimate (continuation 4) Variational form of the BLUE BLUE xaminimizes following scalar objective function, defined on state space  S  •  J()= (1/2) (xb- )T [Pb]-1 (xb- ) + (1/2) (y -H)T R-1(y -H) = Jb + Jo ‘3D-Var’ Can easily, and heuristically, be extended to the case of a nonlinear observation operator H. Used operationally in USA, Australia, China, …

  8. Question. How to introduce temporal dimension in estimation process ? • Logic of Optimal Interpolation can be extended to time dimension. • But we know much more than just temporal correlations. We know explicit dynamics. Real (unknown)state vector at time k (in format of assimilating model) xk. Belongs to state space S (dimS = n) Evolution equation xk+1 = Mk(xk)+k Mk is (known) model, k is (unknown) model error

  9. Sequential Assimilation • Assimilating model is integrated over period of time over which observations are available. Whenever model time reaches an instant at which observations are available, state predicted by the model is updated with new observations. Variational Assimilation • Assimilating model is globally adjusted to observations distributed over observation period. Achieved by minimization of an appropriate scalar objective function measuring misfit between data and sequence of model states to be estimated.

  10. Observation vector at time k yk = Hkxk +kk = 0, …, K E(k) = 0 ; E(kjT) = Rk kj Hk linear • Evolution equation xk+1 = Mkxk +kk = 0, …, K-1 E(k) = 0 ; E(kjT) = Qk kj Mk linear • E(kjT) = 0 (errors uncorrelated in time)

  11. At time k, background xbk and associated error covariance matrix Pbk known • Analysis step xak = xbk+ Pbk HkT[HkPbkHkT + Rk]-1(yk - Hkxbk) Pak = Pbk - Pbk HkT[HkPbkHkT + Rk]-1 Hk Pbk • Forecast step xbk+1 = Mk xak Pbk+1 = E[(xbk+1- xk+1)(xbk+1- xk+1)T] = E[(Mk xak- Mkxk -k)(Mk xak- Mkxk -k)T] = Mk E[(xak- xk)(xak- xk)T]MkT - E[k (xak- xk)T] - E[(xak- xk)kT] + E[kkT] = Mk Pak MkT + Qk

  12. At time k, background xbk and associated error covariance matrix Pbk known • Analysis step xak = xbk+ Pbk HkT[HkPbkHkT + Rk]-1(yk - Hkxbk) Pak = Pbk - Pbk HkT[HkPbkHkT + Rk]-1 Hk Pbk • Forecast step xbk+1 = Mk xak Pbk+1 = Mk Pak MkT + Qk Kalman filter(KF, Kalman, 1960) Must be started from some initial estimate (xb0, Pb0)

  13. If all operators are linear, and if errors are uncorrelated in time, Kalman filter produces at time k the BLUE xbk(resp. xak) of the real statexkfrom all data prior to (resp. up to) time k, plus the associated estimation error covariance matrix Pbk (resp. Pak). If in addition errors are gaussian, the corresponding conditional probability distributions are the respective gaussian distributions N [xbk, Pbk] and N [xak, Pak].

  14. Nonlinearities ? Model is usually nonlinear, and observation operators (satellite observations) tend more and more to be nonlinear. • Analysis step xak = xbk+ Pbk Hk’T[Hk’PbkHk’T + Rk]-1[yk - Hk(xbk)] Pak = Pbk - Pbk Hk’T[Hk’PbkHk’T + Rk]-1Hk’Pbk • Forecast step xbk+1 = Mk(xak) Pbk+1 = Mk’Pak Mk’T+ Qk Extended Kalman Filter(EKF, heuristic !)

  15. Costliest part of computation Pbk+1 = Mk Pak MkT + Qk Multiplication by Mk = one integration of the model between times k and k+1. Computation of Mk Pak MkT ≈2nintegrations of the model Need for determining the temporal evolution of the uncertainty on the state of the system is the major difficulty in assimilation of meteorological and oceanographical observations

  16. Analysis of 500-hPa geopotential for 1 December 1989, 00:00 UTC (ECMWF, spectral truncation T21, unit m. After F. Bouttier)

  17. Temporal evolution of the 500-hPa geopotential autocorrelation with respect to point located at 45N, 35W. From top to bottom: initial time, 6- and 24-hour range. Contour interval 0.1. After F. Bouttier.

More Related