Estimation of River Current Using Kalman Filter Finite Element Method. Abstract

Size: px
Start display at page:

Download "Estimation of River Current Using Kalman Filter Finite Element Method. Abstract"

Transcription

1 Kawahara Lab (February, ) Chuo Univ. JAPAN Estimation of River Current Using Kalman Filter Finite Element Method Shin-ichiro SEKIGUCHI Department of Civil Engineering, Chuo University, Kasuga --7, Bunkyo-ku, Tokyo -8, JAPAN d@educ.kc.chuo-u.ac.jp Abstract This paper presents an estimation technique using the Kalman filter finite element method ( KF- FEM ). Estimation value that is not observed is estimated by KF-FEM, which is the combination method of the Kalman filter and the finite element method. The Kalman filter is employed for the solution of time series analysis and the finite element method is space analysis. In this paper the shallow water equation is applied as the state equation. The flow in Arakawa river in Japan has been computed as an actual model. Keywords : Kalman Filter, Finite Element Method, Shallow Water Equation, INTRODUCTION Arakawa River, Boundary Condition The Kalman filter is a linear system, which is applied to the state space and orthogonal projection methods invented by R.E.Kalman and R.S.Bucy. The linear system is asymptotically stable with controllability and observability. There are a lot of physical quantities which change irregularly on the earth. It is impossible to forecast the value completely in the future of these irregular changes. On the other hand, obtaining the estimation value in the future according to a past observation value of the time series becomes possible by applying a filtering theory. Its most immediate applications are the control of complex dynamic systems such as continuous manufacturing processes, aircraft, ships, and spacecraft. In order to control a dynamic system, the Kalman filter theory must be introduced. For these applications, it is not always possible to measure every variable control. The Kalman filter provides a means for inferring the missing information from indirect measurements. The Kalman filter is used for predicting the likely future courses of dynamic systems that people are not likely to control, such as the river flow at the time of flood, the trajectories of celestial bodies, and the prices of traded commodities. As the numerical example, this paper presents the estimation of the river current. The Arakawa river is analyzed to obtain the performance of the KF-FEM. The actual data obtained on September th in at two measured points are used. Velocity at one point is estimated based at observation data on another point. The estimation value compared with the observation data.

2 THE KALMAN FILTER. State Space Model The Kalman filter is based on a set of two systems. The system equation can be expressed state of the phenomena. The observation equation is dependent on the observation data and measuring points. System equation is as follows ; and observation equation is x k+ = F k x k + G k w k () y k = H k x k + v k () where x k is state vector at time k, F k is state transition matrix which represents the finite element equation, G k is driving matrix and w k is a system noise, and v k is observation vector at time k, H k is observation matrix and v k is an observation noise, respectively. System noise w k is assumed : E{w k } = () and observation noise v k is cov{w k,w j } = E{w k,w T j } = Q k δ kj () E{v k } = () with cov{v k,v j } = E{v k,v T j } = R k δ kj () where δ kj is the Kronecker s delta function. δ kj = cov{w k,v j } = (7) { k = j otherwise. Assumption The optimal estimate ˆx k is the average of x k giving the observation data Y k, The covariance P k is written as follows ; ˆx k = E{x k Y k } (8) P k = cov{x k Y k } = E{(x k ˆx k )(x k ˆx k ) T } (9)

3 where P k is called estimated error covariance. The estimate x k is the average of x k giving the observation data Y k, The covariance Γ k is written as follows ; x k = E{x k Y k } () Γ k = cov{x k Y k } where Γ k is called predicted error covariance. The whole process can be defined by those equations. = E{(x k x k )(x k x k )T } (). Formulation The Bayes rule is shown as follows ; P(x k Y k ) = P(y k x k )P(x k Y k ) P(y k Y k ) () where Optimal estimated value ˆx k, Kalman-gain K k, estimated error covariance P k and predicted error covariance Γ k+ are derived in the following forms. ˆx k = x k + K k (y k H k x k) () K k = Γ k Hk T (R k + H k Γ k Hk T ) () P k = (I K k H k )Γ k () Γ k+ = F k P k Fk T + G kq k G T k () where Q k is system error covariance and R k is observation error covariance. FINITE ELEMENT METHOD. Basic Equation In this paper, basic equation is employed for the liner shallow water equation as follows ; u i + g(η + h + z),i Al(u i,j + u j,i ) = (7) η + {(η + h)u i },i = (8) where u i is water velocity of X and Y direction, η is water elevation, h is water depth, g is the gravitational acceleration, Al is the coefficient of kinematic eddy viscosity, and z is bed elevation, respectively.

4 . Boundary Condition On the boundary Γ, boundary conditions are given as follows ; u i = û i on Γ u u n = u i n i = û n on Γ n whereˆmeans the specified value on the boundary and n i denotes the direction cosines of the unit outward normal of the boundary, respectively.. Finite Element Equation The discretization in space direction is carried out applying the Galerkin method. The velocity and water elevation on a triangle element using linear interpolation function. For the weighting function the same function as the interpolation function is employed. The explicit Euler method is applied to the discretization in time direction. The finite element equation can be derived as follows ; Mu n+ Mv n+ = { M t(alh xx + AlH yy )}u n talh yx v n tgs x η n tg(h + z)s x (9) = talh xy u n + { M t(alh xx + AlH yy )}v n tgs y η n tg(h + z)s y () Mη n+ = ths x u n ths y v n + Mη n () where M is the selective lumping coefficient and written as ; M = e M + ( e)m () in which e is the lumping parameter adjusting the stability of computation. THE KALMAN FILTER FINITE ELEMENT METHOD. State Transition Matrix F k The finite element equation is applied to the state transition matrix in Kalman filter. From the finite element equations eqs. (9)-(), the state transition matrix is given as ; u v η n+ = M { M t(alh xx + AlH yy )} M talh yx M tgs x M talh xy M { M t(alh xx + AlH yy )} M tgs y M ths x M ths y M M tg(h + z) S x S y u v η n () where the coefficient matrix that is the part of the underline is represented by F k. This matrix is stationary and independent of time series. The other part is represented by Z n. This part is the section of bed elevation.

5 . Algorithm The algorithm of the Kalman filter finite element method is written as follows.. Initial value setting Γ = V ˆx = x. Calculate the Kalman-gain K k = Γ k H T k (R k + H k Γ k H T k ). Calculate the estimated error covariance P k = (I K k H k )Γ k. Calculate the predicted error covariance Γ k+ = F k P k F T k + G k Q k G T k. Convergence criterion if tr[p k+ ] - tr[p k ] ε then go to else go to. Calculate the estimate value x n = F n ˆx n + Z n 7. Calculate the optimal estimated value ˆx n = x n + K n(y n H n x n ) NUMERICAL EXAMPLE. Arakawa River Arakawa river is located in Tokyo in Japan. It is important to regulate the flood flow of the river. Sometimes good observation data can t be obtained because of bad weather, or personal error, etc. In this paper, non observed value is computed using the Kalman filter finite element method. The flow of Arakawa river can be estimated. The total length of Arakawa river is about 7km. The length of analytical area was taken to be 8km. This distance was decided because of the position of the observation points. The observation data obtained on September th in are used. The observation point is set entrance of analytical area.

6 . Finite Element Mesh As numerical examples, Arakawa river current is analyzed by the Kalman filter finite element method. The observation data are measured on velocity and water elevation at two points on the Arakawa river. The finite element mesh and position of observation points are shown in Figure-. Total number of nodes are and elements are 77, respectively, Figure : Finite Element Mesh.... Velocity (m/sec). Velocity (m/sec)... Sep (time) Sep (time) Inflow-Velocity Outflow-Velocity Water Depth (m) Water Depth (m) Sep (time) Sep (time) Inflow-Water Depth Outflow-Water Depth Figure : ( by Arakawa River Upper Reaches Works Office )

7 . Parameter In this paper, time increment t is.(s), gravitational acceleration is 9.8(m/s ), lumping parameter is.9, observation error covariance R is. and diagonal of system error covariance Q is., respectively. NUMERICAL RESULT The estimation value was computed at point No.. The comparison between the estimation value and the observation data is represented in Figure, Estimation Value Estimation Value... Velocity (m/sec). Water Depth (m)... Sep (time) Sep (time) Velocity at Point. Water Depth at Point. Figure : and Estimation Value 7 CONCLUSION The estimation value of water elevation has been obtained in good agreement with the observed data. There is a little discrepancy in velocity. It is important how to set boundary condition. The result changes fairly depending on how to set the boundary condition. Some improvement must be followed. First, the algorithm of this paper requires a lot of computational time. Second, there are few observation points relative to the computational area. Third, the finite element mesh is too large. These problems will be future work. It s necessary to improve the algorithm of the Kalman filter finite element method. This problem is very important and difficult. In this research, The method was applied to the algorithm, which is separated into two parts. It s necessary to increase the numbers of observation points. References. J.Matsumoto, T.Umetsu and M.Kawahara : Shallow Water and Sediment Transport Analysis by Implicit FEM, Journal of Applied Mechanics, (). R.Suga, K.Yonekawa and M.Kawahara : Estimation of Tidal Current using Kalman Filter Finite Element Method with AIC, Second M.I.T.Conference on Computational Fluid and Solid Mechanics,(). R.E.Kalman and R.S.Bucy : New Results in Linear Filtering and Prediction Theory, Trans. ASME,J. Basic Eng., vol.8d,no.,pp.9-8,(9) 7

unit; 1m The ONJUKU COAST Total number of nodes; 600 Total nimber of elements; 1097 Onjuku Port 5 Iwawada Port No.5 No.2 No.3 No.4 No.

unit; 1m The ONJUKU COAST Total number of nodes; 600 Total nimber of elements; 1097 Onjuku Port 5 Iwawada Port No.5 No.2 No.3 No.4 No. Estimation of Tidal Currents by Kalman Filter with FEM Using Parallel Computing Naeko TAKAHASHI Abstract The purpose of this research is to estimate of tidal currents using Kalman Filter combined with

More information

4 Derivations of the Discrete-Time Kalman Filter

4 Derivations of the Discrete-Time Kalman Filter Technion Israel Institute of Technology, Department of Electrical Engineering Estimation and Identification in Dynamical Systems (048825) Lecture Notes, Fall 2009, Prof N Shimkin 4 Derivations of the Discrete-Time

More information

Injection of Clear Water

Injection of Clear Water European Congress on Computational Methods in Applied Sciences and Engineering ECCOMAS 2000 Barcelona, 11-14 September 2000 cfleccomas WATER QUALITY PURIFICATION PROBLEM APPLIED TO MIKAWA BAY BASED ON

More information

Estimation of State Noise for the Ensemble Kalman filter algorithm for 2D shallow water equations.

Estimation of State Noise for the Ensemble Kalman filter algorithm for 2D shallow water equations. Estimation of State Noise for the Ensemble Kalman filter algorithm for 2D shallow water equations. May 6, 2009 Motivation Constitutive Equations EnKF algorithm Some results Method Navier Stokes equations

More information

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Financial Econometrics / 49

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Financial Econometrics / 49 State-space Model Eduardo Rossi University of Pavia November 2013 Rossi State-space Model Financial Econometrics - 2013 1 / 49 Outline 1 Introduction 2 The Kalman filter 3 Forecast errors 4 State smoothing

More information

DATA ASSIMILATION IN RIVER ICE FORECASTING

DATA ASSIMILATION IN RIVER ICE FORECASTING Ice in the Environment: Proceedings of the 6th IAHR International Symposium on Ice Dunedin, New Zealand, 2nd 6th December 2002 International Association of Hydraulic Engineering and Research DATA ASSIMILATION

More information

Automatic Eddy Viscosity Assignment for 2-D Hydrodynamic Model of Szczecin Bay

Automatic Eddy Viscosity Assignment for 2-D Hydrodynamic Model of Szczecin Bay PUBLS. INST. GEOPHYS. POL. ACAD. SC., E-6 (390), 006 Automatic Eddy Viscosity Assignment for -D Hydrodynamic Model of Szczecin Bay Ryszard EWERTOWSKI 1, 1 Technical University of Szczecin, Building and

More information

Stability of Ensemble Kalman Filters

Stability of Ensemble Kalman Filters Stability of Ensemble Kalman Filters Idrissa S. Amour, Zubeda Mussa, Alexander Bibov, Antti Solonen, John Bardsley, Heikki Haario and Tuomo Kauranne Lappeenranta University of Technology University of

More information

Data assimilation in high dimensions

Data assimilation in high dimensions Data assimilation in high dimensions David Kelly Courant Institute New York University New York NY www.dtbkelly.com February 12, 2015 Graduate seminar, CIMS David Kelly (CIMS) Data assimilation February

More information

1. INTRODUCTION TO CFD SPRING 2018

1. INTRODUCTION TO CFD SPRING 2018 1. INTRODUCTION TO CFD SPRING 018 1.1 What is computational fluid dynamics? 1. Basic principles of CFD 1.3 Stages in a CFD simulation 1.4 Fluid-flow equations 1.5 The main discretisation methods Appendices

More information

Ergodicity in data assimilation methods

Ergodicity in data assimilation methods Ergodicity in data assimilation methods David Kelly Andy Majda Xin Tong Courant Institute New York University New York NY www.dtbkelly.com April 15, 2016 ETH Zurich David Kelly (CIMS) Data assimilation

More information

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Fin. Econometrics / 53

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Fin. Econometrics / 53 State-space Model Eduardo Rossi University of Pavia November 2014 Rossi State-space Model Fin. Econometrics - 2014 1 / 53 Outline 1 Motivation 2 Introduction 3 The Kalman filter 4 Forecast errors 5 State

More information

Cheng Soon Ong & Christian Walder. Canberra February June 2018

Cheng Soon Ong & Christian Walder. Canberra February June 2018 Cheng Soon Ong & Christian Walder Research Group and College of Engineering and Computer Science Canberra February June 2018 (Many figures from C. M. Bishop, "Pattern Recognition and ") 1of 89 Part II

More information

Machine Learning 4771

Machine Learning 4771 Machine Learning 4771 Instructor: ony Jebara Kalman Filtering Linear Dynamical Systems and Kalman Filtering Structure from Motion Linear Dynamical Systems Audio: x=pitch y=acoustic waveform Vision: x=object

More information

CS281A/Stat241A Lecture 17

CS281A/Stat241A Lecture 17 CS281A/Stat241A Lecture 17 p. 1/4 CS281A/Stat241A Lecture 17 Factor Analysis and State Space Models Peter Bartlett CS281A/Stat241A Lecture 17 p. 2/4 Key ideas of this lecture Factor Analysis. Recall: Gaussian

More information

TSRT14: Sensor Fusion Lecture 8

TSRT14: Sensor Fusion Lecture 8 TSRT14: Sensor Fusion Lecture 8 Particle filter theory Marginalized particle filter Gustaf Hendeby gustaf.hendeby@liu.se TSRT14 Lecture 8 Gustaf Hendeby Spring 2018 1 / 25 Le 8: particle filter theory,

More information

ENGR352 Problem Set 02

ENGR352 Problem Set 02 engr352/engr352p02 September 13, 2018) ENGR352 Problem Set 02 Transfer function of an estimator 1. Using Eq. (1.1.4-27) from the text, find the correct value of r ss (the result given in the text is incorrect).

More information

Business Statistics 41000: Homework # 2 Solutions

Business Statistics 41000: Homework # 2 Solutions Business Statistics 4000: Homework # 2 Solutions Drew Creal February 9, 204 Question #. Discrete Random Variables and Their Distributions (a) The probabilities have to sum to, which means that 0. + 0.3

More information

1. INTRODUCTION TO CFD SPRING 2019

1. INTRODUCTION TO CFD SPRING 2019 1. INTRODUCTION TO CFD SPRING 2019 1.1 What is computational fluid dynamics? 1.2 Basic principles of CFD 1.3 Stages in a CFD simulation 1.4 Fluid-flow equations 1.5 The main discretisation methods Appendices

More information

Statistics for scientists and engineers

Statistics for scientists and engineers Statistics for scientists and engineers February 0, 006 Contents Introduction. Motivation - why study statistics?................................... Examples..................................................3

More information

Lattice Boltzmann Method

Lattice Boltzmann Method 3 Lattice Boltzmann Method 3.1 Introduction The lattice Boltzmann method is a discrete computational method based upon the lattice gas automata - a simplified, fictitious molecular model. It consists of

More information

STATISTICAL ORBIT DETERMINATION

STATISTICAL ORBIT DETERMINATION STATISTICAL ORBIT DETERMINATION Satellite Tracking Example of SNC and DMC ASEN 5070 LECTURE 6 4.08.011 1 We will develop a simple state noise compensation (SNC) algorithm. This algorithm adds process noise

More information

Lecture 4: Least Squares (LS) Estimation

Lecture 4: Least Squares (LS) Estimation ME 233, UC Berkeley, Spring 2014 Xu Chen Lecture 4: Least Squares (LS) Estimation Background and general solution Solution in the Gaussian case Properties Example Big picture general least squares estimation:

More information

E190Q Lecture 11 Autonomous Robot Navigation

E190Q Lecture 11 Autonomous Robot Navigation E190Q Lecture 11 Autonomous Robot Navigation Instructor: Chris Clark Semester: Spring 013 1 Figures courtesy of Siegwart & Nourbakhsh Control Structures Planning Based Control Prior Knowledge Operator

More information

Data assimilation in high dimensions

Data assimilation in high dimensions Data assimilation in high dimensions David Kelly Kody Law Andy Majda Andrew Stuart Xin Tong Courant Institute New York University New York NY www.dtbkelly.com February 3, 2016 DPMMS, University of Cambridge

More information

Linear least squares problems and smoothing filters

Linear least squares problems and smoothing filters Linear least squares problems and smoothing filters Krystyna Ziętak (Wroclaw) Iwona Wróbel (Warsaw) Birmingham, September 14, 2010 Outline 1 Savitzky-Golay filters 2 Gram polynomials 3 Persson and Strang

More information

The Kalman Filter. An Algorithm for Dealing with Uncertainty. Steven Janke. May Steven Janke (Seminar) The Kalman Filter May / 29

The Kalman Filter. An Algorithm for Dealing with Uncertainty. Steven Janke. May Steven Janke (Seminar) The Kalman Filter May / 29 The Kalman Filter An Algorithm for Dealing with Uncertainty Steven Janke May 2011 Steven Janke (Seminar) The Kalman Filter May 2011 1 / 29 Autonomous Robots Steven Janke (Seminar) The Kalman Filter May

More information

COS Lecture 16 Autonomous Robot Navigation

COS Lecture 16 Autonomous Robot Navigation COS 495 - Lecture 16 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 011 1 Figures courtesy of Siegwart & Nourbakhsh Control Structure Prior Knowledge Operator Commands Localization

More information

Second Order ODEs. CSCC51H- Numerical Approx, Int and ODEs p.130/177

Second Order ODEs. CSCC51H- Numerical Approx, Int and ODEs p.130/177 Second Order ODEs Often physical or biological systems are best described by second or higher-order ODEs. That is, second or higher order derivatives appear in the mathematical model of the system. For

More information

EE226a - Summary of Lecture 13 and 14 Kalman Filter: Convergence

EE226a - Summary of Lecture 13 and 14 Kalman Filter: Convergence 1 EE226a - Summary of Lecture 13 and 14 Kalman Filter: Convergence Jean Walrand I. SUMMARY Here are the key ideas and results of this important topic. Section II reviews Kalman Filter. A system is observable

More information

MECH 5312 Solid Mechanics II. Dr. Calvin M. Stewart Department of Mechanical Engineering The University of Texas at El Paso

MECH 5312 Solid Mechanics II. Dr. Calvin M. Stewart Department of Mechanical Engineering The University of Texas at El Paso MECH 5312 Solid Mechanics II Dr. Calvin M. Stewart Department of Mechanical Engineering The University of Texas at El Paso Table of Contents Preliminary Math Concept of Stress Stress Components Equilibrium

More information

Finite Element Method in Geotechnical Engineering

Finite Element Method in Geotechnical Engineering Finite Element Method in Geotechnical Engineering Short Course on + Dynamics Boulder, Colorado January 5-8, 2004 Stein Sture Professor of Civil Engineering University of Colorado at Boulder Contents Steps

More information

Multivariate probability distributions and linear regression

Multivariate probability distributions and linear regression Multivariate probability distributions and linear regression Patrik Hoyer 1 Contents: Random variable, probability distribution Joint distribution Marginal distribution Conditional distribution Independence,

More information

Robust Ensemble Filtering With Improved Storm Surge Forecasting

Robust Ensemble Filtering With Improved Storm Surge Forecasting Robust Ensemble Filtering With Improved Storm Surge Forecasting U. Altaf, T. Buttler, X. Luo, C. Dawson, T. Mao, I.Hoteit Meteo France, Toulouse, Nov 13, 2012 Project Ensemble data assimilation for storm

More information

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Kalman Filter Kalman Filter Predict: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Update: K = P k k 1 Hk T (H k P k k 1 Hk T + R) 1 x k k = x k k 1 + K(z k H k x k k 1 ) P k k =(I

More information

4. DATA ASSIMILATION FUNDAMENTALS

4. DATA ASSIMILATION FUNDAMENTALS 4. DATA ASSIMILATION FUNDAMENTALS... [the atmosphere] "is a chaotic system in which errors introduced into the system can grow with time... As a consequence, data assimilation is a struggle between chaotic

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Mass Conservation in shallow water storm surge computations Jeffrey P. Laible Department of Civil and Environmental Engineering University of Vermont Burlington, Vermont 05405 E-mail: laible@emba. uvm.

More information

9 Multi-Model State Estimation

9 Multi-Model State Estimation Technion Israel Institute of Technology, Department of Electrical Engineering Estimation and Identification in Dynamical Systems (048825) Lecture Notes, Fall 2009, Prof. N. Shimkin 9 Multi-Model State

More information

DATA ASSIMILATION FOR FLOOD FORECASTING

DATA ASSIMILATION FOR FLOOD FORECASTING DATA ASSIMILATION FOR FLOOD FORECASTING Arnold Heemin Delft University of Technology 09/16/14 1 Data assimilation is the incorporation of measurement into a numerical model to improve the model results

More information

Kalman Filter. Man-Wai MAK

Kalman Filter. Man-Wai MAK Kalman Filter Man-Wai MAK Dept. of Electronic and Information Engineering, The Hong Kong Polytechnic University enmwmak@polyu.edu.hk http://www.eie.polyu.edu.hk/ mwmak References: S. Gannot and A. Yeredor,

More information

Comparison of Average Energy Slope Estimation Formulas for One-dimensional Steady Gradually Varied Flow

Comparison of Average Energy Slope Estimation Formulas for One-dimensional Steady Gradually Varied Flow Archives of Hydro-Engineering and Environmental Mechanics Vol. 61 (2014), No. 3 4, pp. 89 109 DOI: 10.1515/heem-2015-0006 IBW PAN, ISSN 1231 3726 Comparison of Average Energy Slope Estimation Formulas

More information

Growing and decaying processes and resistance of sand waves in the vicinity of the Tone River mouth

Growing and decaying processes and resistance of sand waves in the vicinity of the Tone River mouth Advances in River Sediment Research Fukuoka et al. (eds) 2013 Taylor & Francis Group, London, ISBN 978-1-138-00062-9 Growing and decaying processes and resistance of sand waves in the vicinity of the Tone

More information

Distributed estimation in sensor networks

Distributed estimation in sensor networks in sensor networks A. Benavoli Dpt. di Sistemi e Informatica Università di Firenze, Italy. e-mail: benavoli@dsi.unifi.it Outline 1 An introduction to 2 3 An introduction to An introduction to In recent

More information

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Simo Särkkä E-mail: simo.sarkka@hut.fi Aki Vehtari E-mail: aki.vehtari@hut.fi Jouko Lampinen E-mail: jouko.lampinen@hut.fi Abstract

More information

EFFICIENCY OF THE INTEGRATED RESERVOIR OPERATION FOR FLOOD CONTROL IN THE UPPER TONE RIVER OF JAPAN CONSIDERING SPATIAL DISTRIBUTION OF RAINFALL

EFFICIENCY OF THE INTEGRATED RESERVOIR OPERATION FOR FLOOD CONTROL IN THE UPPER TONE RIVER OF JAPAN CONSIDERING SPATIAL DISTRIBUTION OF RAINFALL EFFICIENCY OF THE INTEGRATED RESERVOIR OPERATION FOR FLOOD CONTROL IN THE UPPER TONE RIVER OF JAPAN CONSIDERING SPATIAL DISTRIBUTION OF RAINFALL Dawen YANG, Eik Chay LOW and Toshio KOIKE Department of

More information

Lecture 2: From Linear Regression to Kalman Filter and Beyond

Lecture 2: From Linear Regression to Kalman Filter and Beyond Lecture 2: From Linear Regression to Kalman Filter and Beyond Department of Biomedical Engineering and Computational Science Aalto University January 26, 2012 Contents 1 Batch and Recursive Estimation

More information

ECOHYDRAULICS. Introduction to 2D Modeling

ECOHYDRAULICS. Introduction to 2D Modeling Introduction to 2D Modeling No one believes a model, except the person who wrote it; Everyone believes data, except the person who collected it. unknown wise scientist Two dimensional (depth averaged)

More information

Convergence of the Ensemble Kalman Filter in Hilbert Space

Convergence of the Ensemble Kalman Filter in Hilbert Space Convergence of the Ensemble Kalman Filter in Hilbert Space Jan Mandel Center for Computational Mathematics Department of Mathematical and Statistical Sciences University of Colorado Denver Parts based

More information

Extended Kalman Filter Tutorial

Extended Kalman Filter Tutorial Extended Kalman Filter Tutorial Gabriel A. Terejanu Department of Computer Science and Engineering University at Buffalo, Buffalo, NY 14260 terejanu@buffalo.edu 1 Dynamic process Consider the following

More information

G. R. Liu 1,2,, Received 17 July 2008; Revised 6 June 2009; Accepted 23 June 2009 KEY WORDS:

G. R. Liu 1,2,, Received 17 July 2008; Revised 6 June 2009; Accepted 23 June 2009 KEY WORDS: INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Int. J. Numer. Meth. Engng 2010; 81:1127 1156 Published online 17 August 2009 in Wiley InterScience (www.interscience.wiley.com)..2720 A G space

More information

Statistics Homework #4

Statistics Homework #4 Statistics 910 1 Homework #4 Chapter 6, Shumway and Stoffer These are outlines of the solutions. If you would like to fill in other details, please come see me during office hours. 6.1 State-space representation

More information

PAPER 333 FLUID DYNAMICS OF CLIMATE

PAPER 333 FLUID DYNAMICS OF CLIMATE MATHEMATICAL TRIPOS Part III Wednesday, 1 June, 2016 1:30 pm to 4:30 pm Draft 21 June, 2016 PAPER 333 FLUID DYNAMICS OF CLIMATE Attempt no more than THREE questions. There are FOUR questions in total.

More information

Quantitative Analysis of Financial Markets. Summary of Part II. Key Concepts & Formulas. Christopher Ting. November 11, 2017

Quantitative Analysis of Financial Markets. Summary of Part II. Key Concepts & Formulas. Christopher Ting. November 11, 2017 Summary of Part II Key Concepts & Formulas Christopher Ting November 11, 2017 christopherting@smu.edu.sg http://www.mysmu.edu/faculty/christophert/ Christopher Ting 1 of 16 Why Regression Analysis? Understand

More information

Miscellaneous. Regarding reading materials. Again, ask questions (if you have) and ask them earlier

Miscellaneous. Regarding reading materials. Again, ask questions (if you have) and ask them earlier Miscellaneous Regarding reading materials Reading materials will be provided as needed If no assigned reading, it means I think the material from class is sufficient Should be enough for you to do your

More information

STA 6857 Autocorrelation and Cross-Correlation & Stationary Time Series ( 1.4, 1.5)

STA 6857 Autocorrelation and Cross-Correlation & Stationary Time Series ( 1.4, 1.5) STA 6857 Autocorrelation and Cross-Correlation & Stationary Time Series ( 1.4, 1.5) Outline 1 Announcements 2 Autocorrelation and Cross-Correlation 3 Stationary Time Series 4 Homework 1c Arthur Berg STA

More information

Parabolic Flow in Parallel Plate Channel ME 412 Project 4

Parabolic Flow in Parallel Plate Channel ME 412 Project 4 Parabolic Flow in Parallel Plate Channel ME 412 Project 4 Jingwei Zhu April 12, 2014 Instructor: Surya Pratap Vanka 1 Project Description The objective of this project is to develop and apply a computer

More information

MEEN 673 ********************************* NONLINEAR FINITE ELEMENT ANALYSIS ********************************* J. N. Reddy

MEEN 673 ********************************* NONLINEAR FINITE ELEMENT ANALYSIS ********************************* J. N. Reddy MEEN 673 ********************************* NONLINEAR FINITE ELEMENT ANALYSIS ********************************* J. N. Reddy e-mail: jnreddy@tamu.edu Texas A&M University College Station, TX 77843-3123 USA

More information

SYSTEMTEORI - KALMAN FILTER VS LQ CONTROL

SYSTEMTEORI - KALMAN FILTER VS LQ CONTROL SYSTEMTEORI - KALMAN FILTER VS LQ CONTROL 1. Optimal regulator with noisy measurement Consider the following system: ẋ = Ax + Bu + w, x(0) = x 0 where w(t) is white noise with Ew(t) = 0, and x 0 is a stochastic

More information

Chapter Two: Numerical Methods for Elliptic PDEs. 1 Finite Difference Methods for Elliptic PDEs

Chapter Two: Numerical Methods for Elliptic PDEs. 1 Finite Difference Methods for Elliptic PDEs Chapter Two: Numerical Methods for Elliptic PDEs Finite Difference Methods for Elliptic PDEs.. Finite difference scheme. We consider a simple example u := subject to Dirichlet boundary conditions ( ) u

More information

Square-Root Algorithms of Recursive Least-Squares Wiener Estimators in Linear Discrete-Time Stochastic Systems

Square-Root Algorithms of Recursive Least-Squares Wiener Estimators in Linear Discrete-Time Stochastic Systems Proceedings of the 17th World Congress The International Federation of Automatic Control Square-Root Algorithms of Recursive Least-Squares Wiener Estimators in Linear Discrete-Time Stochastic Systems Seiichi

More information

OCN/ATM/ESS 587. The wind-driven ocean circulation. Friction and stress. The Ekman layer, top and bottom. Ekman pumping, Ekman suction

OCN/ATM/ESS 587. The wind-driven ocean circulation. Friction and stress. The Ekman layer, top and bottom. Ekman pumping, Ekman suction OCN/ATM/ESS 587 The wind-driven ocean circulation. Friction and stress The Ekman layer, top and bottom Ekman pumping, Ekman suction Westward intensification The wind-driven ocean. The major ocean gyres

More information

Short Questions (Do two out of three) 15 points each

Short Questions (Do two out of three) 15 points each Econometrics Short Questions Do two out of three) 5 points each ) Let y = Xβ + u and Z be a set of instruments for X When we estimate β with OLS we project y onto the space spanned by X along a path orthogonal

More information

Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications

Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications Dongbin Xiu Department of Mathematics, Purdue University Support: AFOSR FA955-8-1-353 (Computational Math) SF CAREER DMS-64535

More information

Gaussian Processes. Le Song. Machine Learning II: Advanced Topics CSE 8803ML, Spring 2012

Gaussian Processes. Le Song. Machine Learning II: Advanced Topics CSE 8803ML, Spring 2012 Gaussian Processes Le Song Machine Learning II: Advanced Topics CSE 8803ML, Spring 01 Pictorial view of embedding distribution Transform the entire distribution to expected features Feature space Feature

More information

A new unscented Kalman filter with higher order moment-matching

A new unscented Kalman filter with higher order moment-matching A new unscented Kalman filter with higher order moment-matching KSENIA PONOMAREVA, PARESH DATE AND ZIDONG WANG Department of Mathematical Sciences, Brunel University, Uxbridge, UB8 3PH, UK. Abstract This

More information

CS8803: Statistical Techniques in Robotics Byron Boots. Hilbert Space Embeddings

CS8803: Statistical Techniques in Robotics Byron Boots. Hilbert Space Embeddings CS8803: Statistical Techniques in Robotics Byron Boots Hilbert Space Embeddings 1 Motivation CS8803: STR Hilbert Space Embeddings 2 Overview Multinomial Distributions Marginal, Joint, Conditional Sum,

More information

A DYNAMIC INTERPOLATION AND EXTRAPOLATION METHOD TO EVALUATE CROSS-SECTIONAL VELOCITY FROM POINT VELOCITY

A DYNAMIC INTERPOLATION AND EXTRAPOLATION METHOD TO EVALUATE CROSS-SECTIONAL VELOCITY FROM POINT VELOCITY A DYNAMIC INTERPOLATION AND EXTRAPOLATION METHOD TO EVALUATE CROSS-SECTIONAL VELOCITY FROM POINT VELOCITY J. KASHIWADA, 1 Y. NIHEI, 2 E. TAKASHIMA, 3 Y. YAMASAKI, 4 and M. ICHIYAMA 5 1 Engineer, River

More information

1 Exercise: Linear, incompressible Stokes flow with FE

1 Exercise: Linear, incompressible Stokes flow with FE Figure 1: Pressure and velocity solution for a sinking, fluid slab impinging on viscosity contrast problem. 1 Exercise: Linear, incompressible Stokes flow with FE Reading Hughes (2000), sec. 4.2-4.4 Dabrowski

More information

From Navier-Stokes to Saint-Venant

From Navier-Stokes to Saint-Venant From Navier-Stokes to Saint-Venant Course 1 E. Godlewski 1 & J. Sainte-Marie 1 1 ANGE team LJLL - January 2017 Euler Eulerian vs. Lagrangian description Lagrange x(t M(t = y(t, z(t flow of the trajectories

More information

Lecture 6: April 19, 2002

Lecture 6: April 19, 2002 EE596 Pat. Recog. II: Introduction to Graphical Models Spring 2002 Lecturer: Jeff Bilmes Lecture 6: April 19, 2002 University of Washington Dept. of Electrical Engineering Scribe: Huaning Niu,Özgür Çetin

More information

Lecture 3: Functions of Symmetric Matrices

Lecture 3: Functions of Symmetric Matrices Lecture 3: Functions of Symmetric Matrices Yilin Mo July 2, 2015 1 Recap 1 Bayes Estimator: (a Initialization: (b Correction: f(x 0 Y 1 = f(x 0 f(x k Y k = αf(y k x k f(x k Y k 1, where ( 1 α = f(y k x

More information

Elements of Multivariate Time Series Analysis

Elements of Multivariate Time Series Analysis Gregory C. Reinsel Elements of Multivariate Time Series Analysis Second Edition With 14 Figures Springer Contents Preface to the Second Edition Preface to the First Edition vii ix 1. Vector Time Series

More information

ECON 3150/4150, Spring term Lecture 7

ECON 3150/4150, Spring term Lecture 7 ECON 3150/4150, Spring term 2014. Lecture 7 The multivariate regression model (I) Ragnar Nymoen University of Oslo 4 February 2014 1 / 23 References to Lecture 7 and 8 SW Ch. 6 BN Kap 7.1-7.8 2 / 23 Omitted

More information

Point interpolation method based on local residual formulation using radial basis functions

Point interpolation method based on local residual formulation using radial basis functions Structural Engineering and Mechanics, Vol. 14, No. 6 (2002) 713-732 713 Point interpolation method based on local residual formulation using radial basis functions G.R. Liu, L. Yan, J.G. Wang and Y.T.

More information

Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit

Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit Evan Kwiatkowski, Jan Mandel University of Colorado Denver December 11, 2014 OUTLINE 2 Data Assimilation Bayesian Estimation

More information

Evaluation of flood discharge hydrographs and bed variations in a channel network on the Ota River delta, Japan

Evaluation of flood discharge hydrographs and bed variations in a channel network on the Ota River delta, Japan 3 Floods: From Risk to Opportunity (IAHS Publ. 357, 3). Evaluation of flood discharge hydrographs and bed variations in a channel network on the Ota River delta, Japan T. GOTOH, S. FUKUOKA & R. TANAKA

More information

Data assimilation with and without a model

Data assimilation with and without a model Data assimilation with and without a model Tim Sauer George Mason University Parameter estimation and UQ U. Pittsburgh Mar. 5, 2017 Partially supported by NSF Most of this work is due to: Tyrus Berry,

More information

Temporal-Difference Q-learning in Active Fault Diagnosis

Temporal-Difference Q-learning in Active Fault Diagnosis Temporal-Difference Q-learning in Active Fault Diagnosis Jan Škach 1 Ivo Punčochář 1 Frank L. Lewis 2 1 Identification and Decision Making Research Group (IDM) European Centre of Excellence - NTIS University

More information

TSRT14: Sensor Fusion Lecture 6. Kalman Filter (KF) Le 6: Kalman filter (KF), approximations (EKF, UKF) Lecture 5: summary

TSRT14: Sensor Fusion Lecture 6. Kalman Filter (KF) Le 6: Kalman filter (KF), approximations (EKF, UKF) Lecture 5: summary TSRT14 Lecture 6 Gustaf Hendeby Spring 217 1 / 42 Le 6: Kalman filter KF approximations EKF UKF TSRT14: Sensor Fusion Lecture 6 Kalman filter KF KF approximations EKF UKF Gustaf Hendeby hendeby@isyliuse

More information

Chapter 2 Finite Element Formulations

Chapter 2 Finite Element Formulations Chapter 2 Finite Element Formulations The governing equations for problems solved by the finite element method are typically formulated by partial differential equations in their original form. These are

More information

A Study on Residual Flow in the Gulf of Tongking

A Study on Residual Flow in the Gulf of Tongking Journal of Oceanography, Vol. 56, pp. 59 to 68. 2000 A Study on Residual Flow in the Gulf of Tongking DINH-VAN MANH 1 and TETSUO YANAGI 2 1 Department of Civil and Environmental Engineering, Ehime University,

More information

Time-dependent variational forms

Time-dependent variational forms Time-dependent variational forms Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Oct 30, 2015 PRELIMINARY VERSION

More information

A Theoretical Overview on Kalman Filtering

A Theoretical Overview on Kalman Filtering A Theoretical Overview on Kalman Filtering Constantinos Mavroeidis Vanier College Presented to professors: IVANOV T. IVAN STAHN CHRISTIAN Email: cmavroeidis@gmail.com June 6, 208 Abstract Kalman filtering

More information

Earthquake response analysis of rock-fall models by discontinuous deformation analysis

Earthquake response analysis of rock-fall models by discontinuous deformation analysis c Earthquake response analysis of rock-fall models by discontinuous deformation analysis T. Sasaki, I. Hagiwara & K. Sasaki Rock Engineering Lab., Suncoh Consultants Co. Ltd., Tokyo, Japan R. Yoshinaka

More information

Localization. Howie Choset Adapted from slides by Humphrey Hu, Trevor Decker, and Brad Neuman

Localization. Howie Choset Adapted from slides by Humphrey Hu, Trevor Decker, and Brad Neuman Localization Howie Choset Adapted from slides by Humphrey Hu, Trevor Decker, and Brad Neuman Localization General robotic task Where am I? Techniques generalize to many estimation tasks System parameter

More information

Ch.3 Canonical correlation analysis (CCA) [Book, Sect. 2.4]

Ch.3 Canonical correlation analysis (CCA) [Book, Sect. 2.4] Ch.3 Canonical correlation analysis (CCA) [Book, Sect. 2.4] With 2 sets of variables {x i } and {y j }, canonical correlation analysis (CCA), first introduced by Hotelling (1936), finds the linear modes

More information

Terminology. Experiment = Prior = Posterior =

Terminology. Experiment = Prior = Posterior = Review: probability RVs, events, sample space! Measures, distributions disjoint union property (law of total probability book calls this sum rule ) Sample v. population Law of large numbers Marginals,

More information

A Hybrid Method for the Wave Equation. beilina

A Hybrid Method for the Wave Equation.   beilina A Hybrid Method for the Wave Equation http://www.math.unibas.ch/ beilina 1 The mathematical model The model problem is the wave equation 2 u t 2 = (a 2 u) + f, x Ω R 3, t > 0, (1) u(x, 0) = 0, x Ω, (2)

More information

In this section, mathematical description of the motion of fluid elements moving in a flow field is

In this section, mathematical description of the motion of fluid elements moving in a flow field is Jun. 05, 015 Chapter 6. Differential Analysis of Fluid Flow 6.1 Fluid Element Kinematics In this section, mathematical description of the motion of fluid elements moving in a flow field is given. A small

More information

Modeling and simulation of bedload transport with viscous effects

Modeling and simulation of bedload transport with viscous effects Introduction Modeling and simulation of bedload transport with viscous effects E. Audusse, L. Boittin, M. Parisot, J. Sainte-Marie Project-team ANGE, Inria; CEREMA; LJLL, UPMC Université Paris VI; UMR

More information

Biophysical Journal, Volume 98 Supporting Material Analysis of video-based Microscopic Particle Trajectories Using Kalman Filtering Pei-Hsun Wu,

Biophysical Journal, Volume 98 Supporting Material Analysis of video-based Microscopic Particle Trajectories Using Kalman Filtering Pei-Hsun Wu, Biophysical Journal, Volume 98 Supporting Material Analysis of video-based Microscopic Particle Trajectories Using Kalman Filtering Pei-Hsun Wu, Ashutosh Agarwal, Henry Hess, Pramod P Khargonekar, and

More information

Numerical methods for the Navier- Stokes equations

Numerical methods for the Navier- Stokes equations Numerical methods for the Navier- Stokes equations Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Dec 6, 2012 Note:

More information

2 MATERIALS AND METHODS

2 MATERIALS AND METHODS 2 MATERIALS AND METHODS 2.1. Sand Movement on Coral Cays Sand movement in Semak Daun cay was recognized by the monsoonal morphological change of the beach line. It is found that certain beach lines advanced

More information

A truly meshless Galerkin method based on a moving least squares quadrature

A truly meshless Galerkin method based on a moving least squares quadrature A truly meshless Galerkin method based on a moving least squares quadrature Marc Duflot, Hung Nguyen-Dang Abstract A new body integration technique is presented and applied to the evaluation of the stiffness

More information

Multigrid finite element methods on semi-structured triangular grids

Multigrid finite element methods on semi-structured triangular grids XXI Congreso de Ecuaciones Diferenciales y Aplicaciones XI Congreso de Matemática Aplicada Ciudad Real, -5 septiembre 009 (pp. 8) Multigrid finite element methods on semi-structured triangular grids F.J.

More information

A new moving boundary shallow water wave equation numerical model

A new moving boundary shallow water wave equation numerical model ANZIAM J. 48 (CTAC2006) pp.c605 C617, 2007 C605 A new moving boundary shallow water wave equation numerical model Joe Sampson 1 Alan Easton 2 Manmohan Singh 3 (Received 10 August 2006; revised 28 November

More information

Lecture 8: Tissue Mechanics

Lecture 8: Tissue Mechanics Computational Biology Group (CoBi), D-BSSE, ETHZ Lecture 8: Tissue Mechanics Prof Dagmar Iber, PhD DPhil MSc Computational Biology 2015/16 7. Mai 2016 2 / 57 Contents 1 Introduction to Elastic Materials

More information

1 Kalman Filter Introduction

1 Kalman Filter Introduction 1 Kalman Filter Introduction You should first read Chapter 1 of Stochastic models, estimation, and control: Volume 1 by Peter S. Maybec (available here). 1.1 Explanation of Equations (1-3) and (1-4) Equation

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture State space models, 1st part: Model: Sec. 10.1 The

More information

Candidates must show on each answer book the type of calculator used. Only calculators permitted under UEA Regulations may be used.

Candidates must show on each answer book the type of calculator used. Only calculators permitted under UEA Regulations may be used. UNIVERSITY OF EAST ANGLIA School of Mathematics May/June UG Examination 2011 2012 FLUID DYNAMICS MTH-3D41 Time allowed: 3 hours Attempt FIVE questions. Candidates must show on each answer book the type

More information