Point Estimation Notes of STAT 6205 by Dr. Fan.

Slides:



Advertisements
Similar presentations
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 6 Point Estimation.
Advertisements

CmpE 104 SOFTWARE STATISTICAL TOOLS & METHODS MEASURING & ESTIMATING SOFTWARE SIZE AND RESOURCE & SCHEDULE ESTIMATING.
Chapter 7. Statistical Estimation and Sampling Distributions
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.
SOLVED EXAMPLES.
Review for Midterm Including response to student’s questions Feb 26.
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)
Today Today: Chapter 9 Assignment: Recommended Questions: 9.1, 9.8, 9.20, 9.23, 9.25.
Statistical Inference Chapter 12/13. COMP 5340/6340 Statistical Inference2 Statistical Inference Given a sample of observations from a population, the.
Part 2b Parameter Estimation CSE717, FALL 2008 CUBS, Univ at Buffalo.
Section 6.1 Let X 1, X 2, …, X n be a random sample from a distribution described by p.m.f./p.d.f. f(x ;  ) where the value of  is unknown; then  is.
Estimation of parameters. Maximum likelihood What has happened was most likely.
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
Today Today: Chapter 9 Assignment: 9.2, 9.4, 9.42 (Geo(p)=“geometric distribution”), 9-R9(a,b) Recommended Questions: 9.1, 9.8, 9.20, 9.23, 9.25.
2. Point and interval estimation Introduction Properties of estimators Finite sample size Asymptotic properties Construction methods Method of moments.
1 STATISTICAL INFERENCE PART I EXPONENTIAL FAMILY & POINT ESTIMATION.
1 Inference About a Population Variance Sometimes we are interested in making inference about the variability of processes. Examples: –Investors use variance.
7-1 Introduction The field of statistical inference consists of those methods used to make decisions or to draw conclusions about a population. These.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
10-Opening Picture of Probability and statistics 9.
Chapter 7 Estimation: Single Population
Estimation Basic Concepts & Estimation of Proportions
STATISTICAL INFERENCE PART I POINT ESTIMATION
Prof. Dr. S. K. Bhattacharjee Department of Statistics University of Rajshahi.
Random Sampling, Point Estimation and Maximum Likelihood.
Interval Estimation for Means Notes of STAT6205 by Dr. Fan.
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
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.
Brief Review Probability and Statistics. Probability distributions Continuous distributions.
Point Estimation of Parameters and Sampling Distributions Outlines:  Sampling Distributions and the central limit theorem  Point estimation  Methods.
Statistical Estimation Vasileios Hatzivassiloglou University of Texas at Dallas.
Chapter 6 parameter estimation
Statistics Sampling Distributions and Point Estimation of Parameters Contents, figures, and exercises come from the textbook: Applied Statistics and Probability.
Week 31 The Likelihood Function - Introduction Recall: a statistical model for some data is a set of distributions, one of which corresponds to the true.
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.
Ex St 801 Statistical Methods Inference about a Single Population Mean (CI)
Parameter Estimation. Statistics Probability specified inferred Steam engine pump “prediction” “estimation”
Conditional Expectation
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.
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Section 9.1: Parameter estimation CIS Computational Probability.
Stat 223 Introduction to the Theory of Statistics
CS479/679 Pattern Recognition Dr. George Bebis
Statistical Estimation
STATISTICS POINT ESTIMATION
STATISTICAL INFERENCE
Stat 223 Introduction to the Theory of Statistics
Chapter 4. Inference about Process Quality
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
STATISTICAL INFERENCE PART I POINT ESTIMATION
Review of Probabilities and Basic Statistics
CONCEPTS OF ESTIMATION
Introduction to Inference
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Section 9.1: Parameter estimation CIS Computational Probability.
POINT ESTIMATOR OF PARAMETERS
Lecture 2 Interval Estimation
Stat 223 Introduction to the Theory of Statistics
Homeworks 1 PhD Course.
Statistical Inference
Sampling Distributions
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.
Applied Statistics and Probability for Engineers
Presentation transcript:

Point Estimation Notes of STAT 6205 by Dr. Fan

Overview Section 6.1 Point estimation Maximum likelihood estimation Methods of moments Sufficient statistics Definition Exponential family Mean square error (how to choose an estimator) 6205-Ch6

Big Picture Goal: To study the unknown distribution of a population Method: Get a representative/random sample and use the information obtained in the sample to make statistical inference on the unknown features of the distribution Statistical Inference has two parts: Estimation (of parameters) Hypothesis testing Estimation: Point estimation: use a single value to estimate a parameter Interval estimation: find an interval covering the unknown parameter 6205-Ch6

Point Estimator Biased/unbiased: an estimator is called unbiased if its mean is equal to the parameter of estimate; otherwise, it is biased Example: X_bar is unbiased for estimating mu 6205-Ch6

Maximum Likelihood Estimation Given a random sample X1, X2, …, Xn from a distribution f(x; q) where q is a (unknown) value in the parameter space W. Likelihood function vs. joint pdf Maximum Likelihood Estimator (m.l.e.) of q, denoted as is the value q which maximizes the likelihood function, given the sample X1, X2, …, Xn. 6205-Ch6

Examples/Exercises Problem 1: To estimate p, the true probability of heads up for a given coin. Problem 2: Let X1, X2, …, Xn be a random sample from a Exp(mu) distribution. Find the m.l.e. of mu. Problem 3: Let X1, X2, …, Xn be a random sample from a Weibull(a=3,b) distribution. Find the m.l.e. of b. Problem 4: Let X1, X2, …, Xn be a random sample from a N(m,s^2) distribution. Find the m.l.e. of m and s. Problem 5: Let X1, X2, …, Xn be a random sample from a Weibull(a,b) distribution. Find the m.l.e. of a and b. 6205-Ch6

Method of Moments Idea: Set population moments = sample moments and solve for parameters Formula: When the parameter q is r-dimensional, solve the following equations for q: 6205-Ch6

Examples/Exercises Given a random sample from a population Problem 1: Find the m.m.e. of m for a Exp(m) population. Exercise 1: Find the m.m.e. of m and s for a N(m,s^2) population. 6205-Ch6

Sufficient Statistics Idea: The “sufficient” statistic contains all information about the unknown parameter; no other statistic can provide additional information as to the unknown parameter. If for any event A, P[A|Y=y] does not depend on the unknown parameter, then the statistic Y is called “sufficient” (for the unknown parameter). Any one-to-one mapping of a sufficient statistic Y is also sufficient. Sufficient statistics do not need to be estimators of the parameter. 6205-Ch6

Sufficient Statistics 6205-Ch6

Examples/Exercises Let X1, X2, …, Xn be a random sample from f(x) Problem: Let f be Poisson(a). Prove that X-bar is sufficient for the parameter a The m.l.e. of a is a function of the sufficient statistic Exercise: Let f be Bin(n, p). Prove that X-bar is sufficient for p (n is known). Hint: find a sufficient statistic Y for p and then show that X-bar is a function of Y 6205-Ch6

Exponential Family 6205-Ch6

Examples/Exercises Example 1: Find a sufficient statistic for p for Bin(n, p) Example 2: Find a sufficient statistic for a for Poisson(a) Exercise: Find a sufficient statistic for m for Exp(m) 6205-Ch6

Joint Sufficient Statistics Example: Prove that X-bar and S^2 are joint sufficient statistics for m and s of N(m, s^2) 6205-Ch6

Application of Sufficience 6205-Ch6

Example Consider a Weibull distribution with parameter(a=2, b) Find a sufficient statistic for b Find an unbiased estimator which is a function of the sufficient statistic found in 1) 6205-Ch6

Good Estimator? Criterion: mean square error 6205-Ch6

Example Which of the following two estimator of variance is better?