Presentation is loading. Please wait.

Presentation is loading. Please wait.

July 3, 20151 732A36 Theory of Statistics Course within the Master’s program in Statistics and Data mining Fall semester 2011.

Similar presentations


Presentation on theme: "July 3, 20151 732A36 Theory of Statistics Course within the Master’s program in Statistics and Data mining Fall semester 2011."— Presentation transcript:

1 July 3, 20151 732A36 Theory of Statistics Course within the Master’s program in Statistics and Data mining Fall semester 2011

2 July 3, 2015 2 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Course details Course web: www.ida.liu.se/~732A36www.ida.liu.se/~732A36 Course responsible, tutor and examiner: Anders Nordgaard Course period: Nov 2011-Jan 2012 Examination: Written exam in January 2012, Compulsory assignments Course literature: “Garthwaite PH, Jolliffe IT and Jones B (2002). Statistical Inference. 2nd ed. Oxford University Press, Oxford. ISBN 0-19-857226-3”

3 July 3, 2015 3 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Course contents Statistical inference in general Point estimation (unbiasedness, consistency, efficiency, sufficiency, completeness) Information and likelihood concepts Maximum-likelihood and Method-of-moment estimation Classical hypothesis testing (Power functions, the Neyman-Pearson lemma, Maximum Likelihood Ratio Tests, Wald’s test) Confidence intervals …

4 July 3, 2015 4 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Course contents, cont. Statistical decision theory (Loss functions, Risk concepts, Prior distributions, Sequential tests) Bayesian inference (Estimation, Hypothesis testing, Credible intervals, Predictive distributions) Non-parametric inference Computer intensive methods for estimation

5 July 3, 2015 5 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Details about teaching and examination Teaching is (as usual) sparse: A mixture between lectures and problem seminars Lectures: Overview and some details of each chapter covered. No full-cover of the contents! Problem seminars: Discussions about solutions to recommended exercises. Students should be prepared to provide solutions on the board! Towards the end of the course a couple of larger compulsory assignments (that need solutions to be worked out with the help of a computer) will be distributed. The course is finished by a written exam

6 July 3, 2015 6 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Prerequisities Good understanding of calculus an algebra Good understanding of the concepts of expectations (including variance calculations) Familiarity with families of probability distributions (Normal, Exponential, Binomial, Poisson, Gamma (Chi- square), Beta, …) Skills in computer programming (e.g. with R, SAS, Matlab,)

7 July 3, 2015 7 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Statistical inference in general Population Sample Model Conclusions about the population is drawn from the sample with assistance from a specified model

8 July 3, 2015 8 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden The two paradigms: Neyman-Pearson (frequentistic) and Bayesian Population Sample Model Neyman-Pearson: Model specifies the probability distribution for data obtained in a sample including a number of unknown population parameters Bayesian: Model specifies the probability distribution for data obtained in a sample and a probability distribution (prior) for each of the unknown population parameters of that distribution

9 July 3, 2015 9 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden How is inference made? Point estimation: Find the “best” approximations of an unknown population parameter Interval estimation: Find a range of values that with high certainty covers the unknown population parameter  Can be extended to regions if the parameter is multidimensional Hypothesis testing: Give statements about the population (values of parameters, probability distributions, issues of independence,…) along with a quantitative measure of “certainty”

10 July 3, 2015 10 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Tools for making inference Criteria for a point estimate to be “good” “Algorithmic” methods to find point estimates (Maximum Likelihood, Least Squares, Method-of-Moments) Classical methods of constructing hypothesis test (Neyman- Pearson lemma, Maximum Likelihood Ratio Test,…) Classical methods to construct confidence intervals (regions) Decision theory (make use of loss and risk functions, utility and cost) to find point estimates and hypothesis tests Using prior distributions to construct tests, credible intervals and predictive distributions (Bayesian inference)

11 July 3, 2015 11 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Tools for making inference… Using theory of randomization to form non-parametric tests (tests not depending on any probability distribution behind data) Computer intensive methods (bootstrap and cross-validation techniques) Advanced models from data that make use of auxiliary information (explanatory variables): Generalized linear models, Generalized additive models, Spatio-temporal models, …

12 July 3, 2015 12 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden The univariate population-sample model The population to be investigated is such that the values that comes out in a sample x 1, x 2, … are governed by a probability distribution The probability distribution is represented by a probability density (or mass) function f(x ) Alternatively, the sample values can be seen as the outcomes of independent random variables X 1, X 2, … all with probability density (or mass) function f(x )

13 July 3, 2015 13 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Point estimation (frequentistic paradigm) We have a sample x = (x 1, …, x n ) from a population The population contains an unknown parameter  The functional forms of the distributional functions may be known or unknown, but they depend on the unknown . Denote generally by f(x ;  ) the probability density or mass function of the distribution A point estimate of  is a function of the sample values such that its values should be close to the unknown .

14 The sample mean is a point estimate of the population mean  The sample variance s 2 is a point estimate of the population variance  2 The sample proportion p of a specific event (a specific value or range of values) is a point estimate of the corresponding population proportion  July 3, 2015 14 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden “Standard” point estimates

15 July 3, 2015 15 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Assessing a point estimate A point estimate has a sampling distribution  Replace the sample observations x 1, …, x n with their corresponding random variables X 1, …, X n in the functional expression:   The point estimate is a random variable that is observed in the sample (point estimator)  As a random variable the point estimator must have a probability distribution than can be deduced from f (x ;  ) The point estimator /estimate is assessed by investigating the its sampling distribution, in particular the mean and the variance.

16 July 3, 2015 16 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Unbiasedness  A point estimator is unbiased for  if the mean of its sampling distribution is equal to   The bias of a point estimate for  is  Thus, a point estimate with bias = 0 is unbiased, otherwise it is biased

17 July 3, 2015 17 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Examples (within the univariate population-sample model) The sample mean is always unbiased for estimating the population mean Is the sample mean an unbiased estimate of the population median? Why do we divide by n–1 in the sample variance (and not by n )?

18 July 3, 2015 18 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Consistency A point estimator is (weakly) consistent if Thus, the point estimator should converge in probability to  Theorem: A point estimator is consistent if  Proof: Use Chebyshev’s inequality in terms of

19 July 3, 2015 19 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Examples The sample mean is a consistent estimator of the population mean. What probability law can be applied? What do we require for the sample variance to be a consistent estimator of the population variance?

20 July 3, 2015 20 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Efficiency Assume we have two unbiased estimators of , i.e. The efficiency of an unbiased estimator is defined as

21 July 3, 2015 21 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Example Let

22 July 3, 2015 22 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Likelihood function For a sample x  the likelihood function for  is defined as  the log-likelihood function is measure how likely (or expected) the sample is

23 July 3, 2015 23 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Fisher information The (Fisher) Information about  contained in a sample x is defined as Theorem: Under some regularity conditions (interchangeability of integration and differentiation) In particular the range of X cannot depend on  (such as in a population where X  U(0,  ) )

24 July 3, 2015 24 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Why is it measure of information for 

25 July 3, 2015 25 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Example X  Exp(  )

26 July 3, 2015 26 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Cramér-Rao inequality Under the same regularity conditions as for the previous theorem the following holds for any unbiased estimator  The lower bound is attained if and only if

27 July 3, 2015 27 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Proof:

28 July 3, 2015 28 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden

29 July 3, 2015 29 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden

30 July 3, 2015 30 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Example X  Exp(  )

31 July 3, 2015 31 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Sufficiency A function T of the sample values of a sample x, i.e. T = T(x)=T(x 1, …, x n ) is a statistic that is sufficient for the parameter  if the conditional distribution of the sample random variables does not depend on , i.e. What does it mean in practice?  If T is sufficient for  then no more information about  than what is contained in T can be obtained from the sample.  It is enough to work with T when deriving point estimates of 

32 July 3, 2015 32 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Example

33 July 3, 2015 33 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden

34 July 3, 2015 34 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden The factorization theorem: T is sufficient for  if and only if the likelihood function can be written i.e. can be factorized using two non-negative functions such that the first depends on x only through the statistics T and also on  and the second does not depend on 

35 July 3, 2015 35 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden Example, cont X  Exp(  )

36 July 3, 2015 36 Department of Computer and Information Science (IDA) Linköpings universitet, Sweden


Download ppt "July 3, 20151 732A36 Theory of Statistics Course within the Master’s program in Statistics and Data mining Fall semester 2011."

Similar presentations


Ads by Google