How do I know the answer if I’m not sure of the question? Putting robustness into estimation K. E. Schubert 11/7/00.

Slides:



Advertisements
Similar presentations
The Maximum Likelihood Method
Advertisements

Edge Preserving Image Restoration using L1 norm
Statistical Techniques I EXST7005 Simple Linear Regression.
1 Simple Linear Regression and Correlation The Model Estimating the Coefficients EXAMPLE 1: USED CAR SALES Assessing the model –T-tests –R-square.
Example 1 Solve ax b c for x. Then use the solution to solve Solve a literal equation + = += 2x SOLUTION STEP 1 Solve ax b c for x. += ax b c Write.
Solving Linear Equations
Topic 3: Simple Linear Regression. Outline Simple linear regression model –Model parameters –Distribution of error terms Estimation of regression parameters.
GG 313 Geological Data Analysis # 18 On Kilo Moana at sea October 25, 2005 Orthogonal Regression: Major axis and RMA Regression.
Some useful linear algebra. Linearly independent vectors span(V): span of vector space V is all linear combinations of vectors v i, i.e.
Regressions and approximation Prof. Graeme Bailey (notes modified from Noah Snavely, Spring 2009)
Fitting. We’ve learned how to detect edges, corners, blobs. Now what? We would like to form a higher-level, more compact representation of the features.
Lecture 3 Calibration and Standards. The points (1,2) and (6,5) do not fall exactly on the solid line, but they are too close to the line to show their.
Mr Barton’s Maths Notes
Section 9.1 The Square Root Property Section 9.2 The Quadratic Formula.
Last lecture summary independent vectors x
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
EXAMPLE 2 Graph direct variation equations Graph the direct variation equation. a.a. y = x 2 3 y = –3x b.b. SOLUTION a.a. Plot a point at the origin. The.
Fitting.
Length and Dot Product in R n Notes: is called a unit vector. Notes: The length of a vector is also called its norm. Chapter 5 Inner Product Spaces.
Solving Quadratic Equations Section 1.3
Section 10.5 – Page 506 Objectives Use the quadratic formula to find solutions to quadratic equations. Use the quadratic formula to find the zeros of a.
Chapter 15 Modeling of Data. Statistics of Data Mean (or average): Variance: Median: a value x j such that half of the data are bigger than it, and half.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
CISE301_Topic11 CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4:
Scientific Computing Linear Least Squares. Interpolation vs Approximation Recall: Given a set of (x,y) data points, Interpolation is the process of finding.
Functions of Several Variables Copyright © Cengage Learning. All rights reserved.
AP Physics Monday Standards: 1)a. Students should understand the general relationships between position velocity & acceleration for a particle.
MA 1128: Lecture 17 – 6/17/15 Adding Radicals Radical Equations.
CHEMISTRY ANALYTICAL CHEMISTRY Fall Lecture 6.
1.5 – Day 1 Equations.
Solving Quadratic Equations using the Quadratic Formula
The Quadratic Formula Students will be able to solve quadratic equations by using the quadratic formula.
8-1 Completing the Square
Jeopardy Looking for a parabola A Curve that Fits Factor it Square it A formula for the quadratic Imagine that
Backward Thinking Confessions of a Numerical Analyst Keith Evan Schubert.
Solving Quadratic Equations by Finding Square Roots.
Warm Up Find each product. 1. (x + 2)(x + 7) 2. (x – 11)(x + 5)
Classification Course web page: vision.cis.udel.edu/~cv May 14, 2003  Lecture 34.
1 Simple Linear Regression and Correlation Least Squares Method The Model Estimating the Coefficients EXAMPLE 1: USED CAR SALES.
Linear Regression Line of Best Fit. Gradient = Intercept =
Lecture 8: Ordinary Least Squares Estimation BUEC 333 Summer 2009 Simon Woodcock.
Fitting.
Problems in solving generic AX = B Case 1: There are errors in data such that data cannot be fit perfectly (analog: simple case of fitting a line while.
Chapter 14, continued More simple linear regression Download this presentation.
2.2 Solving Quadratic Equations Algebraically Quadratic Equation: Equation written in the form ax 2 + bx + c = 0 ( where a ≠ 0). Zero Product Property:
Statistics 200 Lecture #5 Tuesday, September 6, 2016
6.5 The Quadratic Formula and the Discriminant 2/13/07
A special case of calibration
Quadratics 40 points.
Models for Robust Estimation and Identification
Introduction to Instrumentation Engineering
Multiple Column Partitioned Min Max
How do I know the answer if I’m not sure of the question?
1B.1- Solving Quadratics:
Linear regression Fitting a straight line to observations.
Confessions of a Numerical Analyst Keith Evan Schubert
MATH 1311 Section 3.4.
Models for Robust Estimation and Identification
Solving Quadratic Equations by Factoring
Discrete Least Squares Approximation
MATH 1311 Section 3.4.
Maths for Signals and Systems Linear Algebra in Engineering Lecture 6, Friday 21st October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
Does the function f(x) = 3x2 + 6x have a maximum or a minimum value?
Warmup Does the function f(x) = 3x2 + 6x have a maximum or a minimum value?
Assignment 1: due 1/17/19 Estimate all of the zero of x3-x2-2x+1 graphically. Write a MatLab code for Newton’s method. Use your code to refine the graphical.
Algebra 1 Section 12.2.
Calibration and homographies
Back to equations of geometric transformations
Using Clustering to Make Prediction Intervals For Neural Networks
Presentation transcript:

How do I know the answer if I’m not sure of the question? Putting robustness into estimation K. E. Schubert 11/7/00

Familiar Picture?

Basic Problem u Picture of something that has been blurred u If I know how it was blurred then I should be able to clean it up u If system is invertible then I can get the original x b A x b A†A†

Familiar Picture

Encountering Resistance u Consider a simpler problem. – Unknown resistor. – Take current and voltage measurements. – Plot them out. – Want to fit a line to the points. u No measurement is perfect. – No exact fit to all the points. – Want “best” fit.

Measured Values

Gauss’ Stellar Problem u Orbit of Ceres. u Errors were in people’s measurements u Consider distance from the measurements to the equation to fit u minimize the square of this distance – min || Ax-b || 2 u x=(A T A) -1 A T b=A † b

Understanding Solution u In our problem A, b are vectors u Finding nearest scaled A to b u Projection b A Ax Ax-b

Resistor Solved uWuWant to find slope, 1/R uiui=(1/R)v uAuAx=b uAuA vector of voltages ubub vector of currents uxux is slope u1u1/R=v † i

Best line

Reasonable Question u What if I considered v=iR? u Errors assumed in v now! u R=i †v†v u How do the measured resistances compare?

Comparison of Methods

Errors in Both u A has errors (actual is A+dA) u Want to minimize distance – min || (A+dA)x-b || 2 u Need to know something about dA u Worst dA in bounded region u Best dA in bounded region u The dA that makes Ax=b consistent

Worst in a Bounded Region u Keep worst case ok, rest will be fine u || dA || <  (bounded region) u Projection to farthest A+dA b A (A+dA)x (A+dA)x-b dA

Best in a Bounded Region u Pick best dA but limit options u || dA || <  (bounded region) u Projection to nearest A+dA b A (A+dA)x (A+dA)x-b dA

Consistent Equation (TLS) u Called Total Least Squares u Projection nearest to A and b in new space u No bound on dA, as big as need! b A (A+dA)x

General Regression Problems u All of the techniques mentioned so far fall into the general category of regression (including least squares) u Find a solution for most by taking the gradient and setting it equal to zero u x=(A T A+  I) -1 A T b u Equation for , which is solved by finding the roots of the equation (Newton’s or bisection)

Resistor by TLS

Simple Picture u Consider a city skyline. – Only consider outline of buildings. – Height is a function of horizontal distance. u Nice one dimensional picture.

Hazy Day u Smog and haze blur the image. – Rounds the corners off. – Want to get the corners back.

Least Squares Fails! u Blurring works like a Gaussian distribution u Don’t know the exact blur

TLS Too Optimistic! u TLS assumes things are consistent u Allows dA to be large

More Robust Solutions u Picking a solution with some restrictions yields good results.

Conclusions u Least Squares has nice properties and generally works well. u Problems can arise in simple problems. – Fundamental errors u Must account for errors in basic system. u Robust ~ works well for all nearby systems – Can’t do as well or as bad (compromise)