Hydrologic Modeling: Verification, Validation, Calibration, and Sensitivity Analysis Fritz R. Fiedler, P.E., Ph.D.

Slides:



Advertisements
Similar presentations
Introduction to parameter optimization
Advertisements

Multiple Regression and Model Building
Design of Experiments Lecture I
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
CmpE 104 SOFTWARE STATISTICAL TOOLS & METHODS MEASURING & ESTIMATING SOFTWARE SIZE AND RESOURCE & SCHEDULE ESTIMATING.
Model calibration using. Pag. 5/3/20152 PEST program.
Model Adequacy Checking in the ANOVA Text reference, Section 3-4, pg
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
11 Simple Linear Regression and Correlation CHAPTER OUTLINE
Regression Analysis Once a linear relationship is defined, the independent variable can be used to forecast the dependent variable. Y ^ = bo + bX bo is.
Chapter 13 Multiple Regression
Model calibration and validation
Chapter 12 Multiple Regression
Pengujian Parameter Koefisien Korelasi Pertemuan 04 Matakuliah: I0174 – Analisis Regresi Tahun: Ganjil 2007/2008.
Data mining and statistical learning, lecture 3 Outline  Ordinary least squares regression  Ridge regression.
The Calibration Process
Ch. 14: The Multiple Regression Model building
Testing Bridge Lengths The Gadsden Group. Goals and Objectives Collect and express data in the form of tables and graphs Look for patterns to make predictions.
Pertemua 19 Regresi Linier
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Simple Linear Regression Analysis
Correlation & Regression
1 Calibration of HL-RDHM Lecture 4b. 2 Calibration of SAC Parameters with Scalar Multipliers Use of scalar multipliers (assumed to be uniform over a basin)
Regression Analysis Regression analysis is a statistical technique that is very useful for exploring the relationships between two or more variables (one.
Time Series Analysis Introduction Averaging Trend Seasonality.
Graphical Analysis. Why Graph Data? Graphical methods Require very little training Easy to use Massive amounts of data can be presented more readily Can.
Oceanography 569 Oceanographic Data Analysis Laboratory Kathie Kelly Applied Physics Laboratory 515 Ben Hall IR Bldg class web site: faculty.washington.edu/kellyapl/classes/ocean569_.
Regional Characteristics of Unit Hydrographs and Storm Hyetographs Theodore G. Cleveland, Ph.D., P.E.
Stats for Engineers Lecture 9. Summary From Last Time Confidence Intervals for the mean t-tables Q Student t-distribution.
OPIM 303-Lecture #8 Jose M. Cruz Assistant Professor.
© 2003 Prentice-Hall, Inc.Chap 13-1 Basic Business Statistics (9 th Edition) Chapter 13 Simple Linear Regression.
Basic Probability (Chapter 2, W.J.Decoursey, 2003) Objectives: -Define probability and its relationship to relative frequency of an event. -Learn the basic.
1 Chapter 12 Simple Linear Regression. 2 Chapter Outline  Simple Linear Regression Model  Least Squares Method  Coefficient of Determination  Model.
Multiple Regression and Model Building Chapter 15 Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Multiple Regression Petter Mostad Review: Simple linear regression We define a model where are independent (normally distributed) with equal.
1 Multiple Regression A single numerical response variable, Y. Multiple numerical explanatory variables, X 1, X 2,…, X k.
Center for Radiative Shock Hydrodynamics Fall 2011 Review Assessment of predictive capability Derek Bingham 1.
1 11 Simple Linear Regression and Correlation 11-1 Empirical Models 11-2 Simple Linear Regression 11-3 Properties of the Least Squares Estimators 11-4.
PROCESS MODELLING AND MODEL ANALYSIS © CAPE Centre, The University of Queensland Hungarian Academy of Sciences Statistical Model Calibration and Validation.
Chapter 3 Response Charts.
Correlation & Regression Analysis
Copyright © 2010 Pearson Education, Inc Chapter Seventeen Correlation and Regression.
Calibration & Sensitivity Analysis. Head measured in an observation well is known as a target. Baseflow measurements or other fluxes (e.g., ET) are also.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Simple Linear Regression Analysis Chapter 13.
Linear Correlation (12.5) In the regression analysis that we have considered so far, we assume that x is a controlled independent variable and Y is an.
1 Simple Linear Regression and Correlation Least Squares Method The Model Estimating the Coefficients EXAMPLE 1: USED CAR SALES.
Tutorial I: Missing Value Analysis
1 Estimating Empirical Unit Hydrographs (and More) Using AB_OPT LMRFC Calibration Workshop March 10-13, 2009.
Forecasting is the art and science of predicting future events.
Simple linear regression and correlation Regression analysis is the process of constructing a mathematical model or function that can be used to predict.
Statistics 350 Lecture 2. Today Last Day: Section Today: Section 1.6 Homework #1: Chapter 1 Problems (page 33-38): 2, 5, 6, 7, 22, 26, 33, 34,
Bivariate Regression. Bivariate Regression analyzes the relationship between two variables. Bivariate Regression analyzes the relationship between two.
Lecture Slides Elementary Statistics Twelfth Edition
Regression and Correlation of Data Summary
Chapter 4 Basic Estimation Techniques
Regression Analysis AGEC 784.
Linear Regression.
Statistics for Managers using Microsoft Excel 3rd Edition
The Calibration Process
Chapter 6 Calibration and Application Process
Stats Club Marnie Brennan
BA 275 Quantitative Business Methods
CHAPTER 29: Multiple Regression*
Linear Regression.
LESSON 23: MULTIPLE REGRESSION
Prediction of new observations
Product moment correlation
Regression and Correlation of Data
Hydrology Modeling in Alaska: Modeling Overview
Presentation transcript:

Hydrologic Modeling: Verification, Validation, Calibration, and Sensitivity Analysis Fritz R. Fiedler, P.E., Ph.D.

Definitions (review) Verification: check if code solves equations correctly Validation: check if model reasonably represents physical process Calibration: adjust model parameters to match observations Sensitivity Analysis: relative effect of parameter changes on output

Verification Compare numerical results to analytical results

Level 1 Validation Compare model results to simple experiments (can estimate parameters a priori)

Calibration Adjust parameters to match observations

Level 2 Validation Compare model results to observations for a different input data set post-calibration Reserve some data (do not use in calibration) After finding parameters that result in “best fit,” run model with reserved input and compare to output Problems with this? What happens in practice?

Sensitivity Analysis Explore how parameter changes affect output Sensitivity index:

Calibration Targets Can physically based model parameters be measured? Why or why not?

Goodness of Fit Visual comparison between simulated and observed – look for trends in errors A learned art Use appropriate graph scales Statistical performance measures Consider mean daily discharge as calibration target Q = observed S = simulated

Means and Bias Common calibration strategy: fix bias first, revisit periodically, goal of no bias

Maximum Error: Percent Average Absolute Error

Sum of Squares of Errors Most common basis for statistical goodness of fit e.g., least squares regression, seek to minimize

Root Mean Squared Error Size of error usually related to size of events or values, thus RMSE typically smaller for dry periods, small watersheds (for example) How would you modify RMSE to facilitate comparison?

Percent RMSE Normalize RMSE by mean observed Because the magnitude of RMSE varies with magnitude of values, by minimizing RMSE only, which part of hydrographs are primarily best fit in calibration? How can this tendency be addressed?

Nash-Sutcliffe Very popular method of evaluating calibration Reading: McCuen, R. H., Evaluation of the Nash—Sutcliffe efficiency index, Journal of Hydrologic Engineering, 11(6), 597-602, 2006 (note: author uses different variables)

Line of Best Fit Analyze as in regression: hypothesis testing on A and B, residual analysis, correlation coefficient…

Line of Best Fit – Correlation Coefficient

How to Use Statistical Measures For a given time period, e.g., 1 year, and/or averages over multiple years Look for seasonal trends

How to Use Statistical Measures By flow interval (value interval) Errors as f(Q) – aim for no systematic variation How would you pick the intervals?

Exceedance Plots x x x x Q, S x x x x x x percent days exceeded 100

Generalized Calibration Strategies Set realistic parameter bounds before starting Fix insensitive parameters first; focus on most sensitive Eliminate most bias early in process, revisit Use regionalized variables as appropriate Combine manual and automatic techniques

Equifinality Multiple combinations of parameters can lead to similar results Issue with both multi-parameter lumped models (e.g., SAC-SMA) and spatially distributed models (e.g., CASC-2D) Reading: Ebel, B. A. and K. Loague, Physics-based hydrologic-response simulation: Seeing through the fog of equifinality, Hydrological Processes, 20(13), 2887–2900, 2006