Part 2b Parameter Estimation CSE717, FALL 2008 CUBS, Univ at Buffalo.

Slides:



Advertisements
Similar presentations
STATISTICS POINT ESTIMATION Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National Taiwan University.
Advertisements

Modeling of Data. Basic Bayes theorem Bayes theorem relates the conditional probabilities of two events A, and B: A might be a hypothesis and B might.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 6 Point Estimation.
Point Estimation Notes of STAT 6205 by Dr. Fan.
1 12. Principles of Parameter Estimation The purpose of this lecture is to illustrate the usefulness of the various concepts introduced and studied in.
Chapter 7. Statistical Estimation and Sampling Distributions
Sampling: Final and Initial Sample Size Determination
Estimation  Samples are collected to estimate characteristics of the population of particular interest. Parameter – numerical characteristic of the population.
POINT ESTIMATION AND INTERVAL ESTIMATION
SOLVED EXAMPLES.
Parameter Estimation: Maximum Likelihood Estimation Chapter 3 (Duda et al.) – Sections CS479/679 Pattern Recognition Dr. George Bebis.
The Mean Square Error (MSE):. Now, Examples: 1) 2)
Hypothesis testing Some general concepts: Null hypothesisH 0 A statement we “wish” to refute Alternative hypotesisH 1 The whole or part of the complement.
Part 4 b Forward-Backward Algorithm & Viterbi Algorithm CSE717, SPRING 2008 CUBS, Univ at Buffalo.
Point estimation, interval estimation
Today Today: Chapter 9 Assignment: Recommended Questions: 9.1, 9.8, 9.20, 9.23, 9.25.
Estimation of parameters. Maximum likelihood What has happened was most likely.
2. Point and interval estimation Introduction Properties of estimators Finite sample size Asymptotic properties Construction methods Method of moments.
Part 4 c Baum-Welch Algorithm CSE717, SPRING 2008 CUBS, Univ at Buffalo.
Visual Recognition Tutorial
STATISTICAL INFERENCE PART II SOME PROPERTIES OF ESTIMATORS
Lecture 7 1 Statistics Statistics: 1. Model 2. Estimation 3. Hypothesis test.
1 Inference About a Population Variance Sometimes we are interested in making inference about the variability of processes. Examples: –Investors use variance.
A) Transformation method (for continuous distributions) U(0,1) : uniform distribution f(x) : arbitrary distribution f(x) dx = U(0,1)(u) du When inverse.
7-1 Introduction The field of statistical inference consists of those methods used to make decisions or to draw conclusions about a population. These.
Today Today: Chapter 8, start Chapter 9 Assignment: Recommended Questions: 9.1, 9.8, 9.20, 9.23, 9.25.
Maximum likelihood (ML)
Mathematical Statistics Lecture Notes Chapter 8 – Sections
Simulation Output Analysis
ECE 8443 – Pattern Recognition LECTURE 06: MAXIMUM LIKELIHOOD AND BAYESIAN ESTIMATION Objectives: Bias in ML Estimates Bayesian Estimation Example Resources:
7-1 Introduction The field of statistical inference consists of those methods used to make decisions or to draw conclusions about a population. These.
Chapter 7 Point Estimation
1 Lecture 16: Point Estimation Concepts and Methods Devore, Ch
PROBABILITY AND STATISTICS FOR ENGINEERING Hossein Sameti Department of Computer Engineering Sharif University of Technology Principles of Parameter Estimation.
Consistency An estimator is a consistent estimator of θ, if , i.e., if
Chapter 7 Point Estimation of Parameters. Learning Objectives Explain the general concepts of estimating Explain important properties of point estimators.
1 Standard error Estimated standard error,s,. 2 Example 1 While measuring the thermal conductivity of Armco iron, using a temperature of 100F and a power.
Confidence Interval & Unbiased Estimator Review and Foreword.
Point Estimation of Parameters and Sampling Distributions Outlines:  Sampling Distributions and the central limit theorem  Point estimation  Methods.
Latent regression models. Where does the probability come from? Why isn’t the model deterministic. Each item tests something unique – We are interested.
Machine Learning 5. Parametric Methods.
CLASSICAL NORMAL LINEAR REGRESSION MODEL (CNLRM )
Statistics Sampling Distributions and Point Estimation of Parameters Contents, figures, and exercises come from the textbook: Applied Statistics and Probability.
Week 21 Order Statistics The order statistics of a set of random variables X 1, X 2,…, X n are the same random variables arranged in increasing order.
Parameter Estimation. Statistics Probability specified inferred Steam engine pump “prediction” “estimation”
Week 21 Statistical Assumptions for SLR  Recall, the simple linear regression model is Y i = β 0 + β 1 X i + ε i where i = 1, …, n.  The assumptions.
Computacion Inteligente Least-Square Methods for System Identification.
Week 21 Statistical Model A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution that produced.
STA302/1001 week 11 Regression Models - Introduction In regression models, two types of variables that are studied:  A dependent variable, Y, also called.
Chapter 4. The Normality Assumption: CLassical Normal Linear Regression Model (CNLRM)
Stat 223 Introduction to the Theory of Statistics
Statistical Estimation
STATISTICS POINT ESTIMATION
STATISTICAL INFERENCE
Visual Recognition Tutorial
Probability Theory and Parameter Estimation I
7-1 Introduction The field of statistical inference consists of those methods used to make decisions or to draw conclusions about a population. These.
Ch3: Model Building through Regression
Parameter Estimation 主講人:虞台文.
STATISTICAL INFERENCE PART I POINT ESTIMATION
t distribution Suppose Z ~ N(0,1) independent of X ~ χ2(n). Then,
Random Sampling Population Random sample: Statistics Point estimate
CONCEPTS OF ESTIMATION
Statistical Assumptions for SLR
POINT ESTIMATOR OF PARAMETERS
Stat 223 Introduction to the Theory of Statistics
Statistical Inference
Statistical Model A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution that produced.
Statistical Model A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution that produced.
Maximum Likelihood Estimation (MLE)
Presentation transcript:

Part 2b Parameter Estimation CSE717, FALL 2008 CUBS, Univ at Buffalo

Parametric Distribution 2-Class Problem Given class labels {c 1,c 2 } and random variable X, the posterior probability of class C is Parametric Representation of Distribution The conditional p.d.f is usually represented by a math expression of x with various parameters θ 1, θ 2, …

Parametric Representation of Distributions The conditional p.d.f is usually represented by a math expression of x with various parameters θ 1, θ 2, … Parameter Estimation Estimate parameters from samples of X Example: Normal Distribution p.d.f Parameters:,

Maximum Likelihood Estimation Given X, p.d.f. p X (x;θ), n values x 1,…,x n obtained by independent samplings X 1,…,X n : the Maximum Likelihood Estimation of θ is given by

Maximum Likelihood Estimation (Cont.) By independence assumption

Normal Distribution with Unknown and Let

Normal Distribution with Unknown and (Cont.) Let and

Bias of Estimator An estimator of is unbiased if ; is biased otherwise. is an unbiased estimator of Proof

Bias of Estimator (Cont.) is a biased estimator of Proof

Bias of Estimator (Cont.) is an unbiased estimator of Proof

Bias of Estimator (Cont.) is an asymptotically unbiased estimator of if is an asymptotically unbiased estimator of Proof

Variance of Estimator The variance of of

Mean Square Error Mean Square Error of Estimator Relation between MSE, Bias and Variance

Bias/Variance Dilemma Bias: the quality of the estimator Variance: the consistency of the estimator at different groups of selected samples MSE: overall quality of the estimator Low bias sometimes leads to high variance and high MSE Overfitting/overtraining problem

Biased vs. Unbiased Estimators  : biased; : unbiased; Unbiased estimators are NOT always desirable