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.

Slides:



Advertisements
Similar presentations
Point Estimation Notes of STAT 6205 by Dr. Fan.
Advertisements

Week 11 Review: Statistical Model A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution.
CmpE 104 SOFTWARE STATISTICAL TOOLS & METHODS MEASURING & ESTIMATING SOFTWARE SIZE AND RESOURCE & SCHEDULE ESTIMATING.
Week11 Parameter, Statistic and Random Samples A parameter is a number that describes the population. It is a fixed number, but in practice we do not know.
Chapter 7. Statistical Estimation and Sampling Distributions
Statistical Estimation and Sampling Distributions
Estimation  Samples are collected to estimate characteristics of the population of particular interest. Parameter – numerical characteristic of the population.
POINT ESTIMATION AND INTERVAL ESTIMATION
Copyright © Cengage Learning. All rights reserved.
The Mean Square Error (MSE):. Now, Examples: 1) 2)
Point estimation, interval estimation
Chapter 6 Introduction to Sampling Distributions
Part 2b Parameter Estimation CSE717, FALL 2008 CUBS, Univ at Buffalo.
Fall 2006 – Fundamentals of Business Statistics 1 Chapter 6 Introduction to Sampling Distributions.
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
Parametric Inference.
2. Point and interval estimation Introduction Properties of estimators Finite sample size Asymptotic properties Construction methods Method of moments.
Topic4 Ordinary Least Squares. Suppose that X is a non-random variable Y is a random variable that is affected by X in a linear fashion and by the random.
Sampling Distributions
STATISTICAL INFERENCE PART II SOME PROPERTIES OF ESTIMATORS
Lecture 7 1 Statistics Statistics: 1. Model 2. Estimation 3. Hypothesis test.
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.
BCOR 1020 Business Statistics
Chapter 6: Sampling Distributions
Simulation Output Analysis
Chapter 7 Estimation: Single Population
Estimation Basic Concepts & Estimation of Proportions
Sampling distributions, Point Estimation Week 3: Lectures 3 Sampling Distributions Central limit theorem-sample mean Point estimators-bias,efficiency Random.
Prof. Dr. S. K. Bhattacharjee Department of Statistics University of Rajshahi.
Random Sampling, Point Estimation and Maximum Likelihood.
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
Estimation (Point Estimation)
1 Lecture 16: Point Estimation Concepts and Methods Devore, Ch
Chapter 7 Sampling and Sampling Distributions ©. Simple Random Sample simple random sample Suppose that we want to select a sample of n objects from a.
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.
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.
Chapter 5 Sampling Distributions. The Concept of Sampling Distributions Parameter – numerical descriptive measure of a population. It is usually unknown.
Sampling Theory and Some Important Sampling Distributions.
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 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.
Chapter 8 Estimation ©. Estimator and Estimate estimator estimate An estimator of a population parameter is a random variable that depends on the sample.
Chapter 5: The Basic Concepts of Statistics. 5.1 Population and Sample Definition 5.1 A population consists of the totality of the observations with which.
Parameter Estimation. Statistics Probability specified inferred Steam engine pump “prediction” “estimation”
Conditional Expectation
STA302/1001 week 11 Regression Models - Introduction In regression models, two types of variables that are studied:  A dependent variable, Y, also called.
Chapter 6: Sampling Distributions
Sampling Distributions
STATISTICS POINT ESTIMATION
STATISTICAL INFERENCE
Point and interval estimations of parameters of the normally up-diffused sign. Concept of statistical evaluation.
Chapter 4. Inference about Process Quality
Chapter 6: Sampling Distributions
Parameter, Statistic and Random Samples
t distribution Suppose Z ~ N(0,1) independent of X ~ χ2(n). Then,
CONCEPTS OF ESTIMATION
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 Assumptions for SLR
6.3 Sampling Distributions
Chapter 8 Estimation.
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
Fundamental Sampling Distributions and Data Descriptions
Presentation transcript:

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 the data. The statistical model corresponds to the information a statistician brings to the application about what the true distribution is or at least what he or she is willing to assume about it. The variable θ is called the parameter of the model, and the set Ω is called the parameter space. From the definition of a statistical model, we see that there is a unique value, such that f θ is the true distribution that generated the data. We refer to this value as the true parameter value.

week 22 Examples Suppose there are two manufacturing plants for machines. It is known that the life lengths of machines built by the first plant have an Exponential(1) distribution, while machines manufactured by the second plant have life lengths distributed Exponential(1.5). You have purchased five of these machines and you know that all five came from the same plant but do not know which plant. Further, you observe the life lengths of these machines, obtaining a sample (x1, …, x5) and want to make inference about the true distribution of the life lengths of these machines. Suppose we have observations of heights in cm of individuals in a population and we feel that it is reasonable to assume that the distribution of height is the population is normal with some unknown mean and variance. The statistical model in this case is where Ω = R×R +, where R + = (0, ∞).

week 23 Point Estimate Most statistical procedures involve estimation of the unknown value of the parameter of the statistical model. A point estimate,, is an estimate of the parameter θ. It is a statistic based on the sample and therefore it is a random variable with a distribution function. The standard deviation of the sampling distribution of an estimator is usually called the standard error of the estimator. For a given statistical model with unknown parameter θ there could be more then one point estimate. The parameter θ of a statistical model can have more then just one element.

week 24 Properties of Point Estimators Let be a point estimator for a parameter θ. Then is an unbiased estimator if The bias of a point estimator is given by The variance of a point estimator is Ideally we would like our estimator to have minimum variance.

week 25 Mean Square Error of Point Estimators The mean square error (MSE) of a point estimator is Claim:

week 26 Common Point Estimators A natural estimate for the population mean μ is the sample mean (in any distribution). The sample mean is an unbiased estimator of the population mean. A common estimator for the population variance is the sample variance s 2.

week 27 Claim Let X 1, X 2,…, X n be random sample of size n from a normal population. The sample variance s 2 is an unbiased estimator of the population variance σ 2. Proof…

week 28 Example Suppose X 1, X 2,…, X n is a random sample from U(0, θ) distribution. Let. Find the density of and its mean. Is unbiased?

week 29 Asymptotically Unbiased Estimators An estimator is asymptotically unbiased if Example:

week 210 Relative Efficiency Given two estimators and of a parameter θ with variances respectively. The efficiency of relative to is the ratio Interpretation…

week 211 Example In the uniform example above let and. Which point estimate is more efficient?

week 212 Consistency An estimator is a consistent estimator of θ, if, i.e., if converge in probability to θ.

week 213 Theorem An unbiased estimator for θ, is a consistent estimator of θ if Proof:

week 214 Example Suppose X 1, X 2,…, X n are i.i.d Poisson(λ). Let then…

week 215 Important comment Consistency is an asymptotic property so we can have a consistent estimator that is biased as long as it is asymptotically unbiased. Example: Uniform example above.