CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference (Sec. )

Slides:



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

Statistical model for count data Speaker : Tzu-Chun Lo Advisor : Yao-Ting Huang.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Conditional probability Independent events Bayes rule Bernoulli trials (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Expectation of random variables Moments (Sec )
Descriptive statistics Experiment  Data  Sample Statistics Sample mean Sample variance Normalize sample variance by N-1 Standard deviation goes as square-root.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete random variables Probability mass function Distribution function (Secs )
CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Continuous time Markov chains (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Independent events Bayes rule Bernoulli trials (Sec )
CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Probability axioms Combinatorial problems (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Simple queuing models (Sec )
CSE 322: Software Reliability Engineering Topics covered: Software Reliability Models.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Pure death process Availability analysis (Sec , 8.4.1)
CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Moments and transforms of special distributions (Sec ,4.5.3,4.5.4,4.5.5,4.5.6)
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Multiple random variables Transform methods (Sec , 4.5.7)
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Confidence intervals.
Estimation of parameters. Maximum likelihood What has happened was most likely.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction Event Algebra (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Continuous random variables Uniform and Normal distribution (Sec. 3.1, )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Exponential distribution Reliability and failure rate (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Combinatorial problems Conditional probability Independent events (Sec , )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Event algebra Probability axioms Combinatorial problems (Sec )
CSE 300: Software Reliability Engineering Topics covered: Software Reliability Models.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete time Markov chains (Sec )
CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Discrete time Markov chains (Sec )
511 Friday Feb Math/Stat 511 R. Sharpley Lecture #15: Computer Simulations of Probabilistic Models.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Special discrete distributions Sec
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Stochastic processes Bernoulli and Poisson processes (Sec. 6.1,6.3.,6.4)
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Analysis of software reliability and performance.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete time Markov chains (Sec. 7.1)
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.
One Sample  M ean μ, Variance σ 2, Proportion π Two Samples  M eans, Variances, Proportions μ1 vs. μ2 σ12 vs. σ22 π1 vs. π Multiple.
General information CSE : Probabilistic Analysis of Computer Systems
1 Chapter Seven Introduction to Sampling Distributions Section 1 Sampling Distribution.
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.
7.4 – Sampling Distribution Statistic: a numerical descriptive measure of a sample Parameter: a numerical descriptive measure of a population.
Math 22 Introductory Statistics Chapter 8 - The Binomial Probability Distribution.
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.
- 1 - Bayesian inference of binomial problem Estimating a probability from binomial data –Objective is to estimate unknown proportion (or probability of.
Methodology Solving problems with known distributions 1.
Chapter 7 Point Estimation of Parameters. Learning Objectives Explain the general concepts of estimating Explain important properties of point estimators.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
Maximum Likelihood Estimation
- We have samples for each of two conditions. We provide an answer for “Are the two sample means significantly different from each other, or could both.
Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 9 One- and Two-Sample Estimation Problems.
Ex St 801 Statistical Methods Inference about a Single Population Mean (CI)
Lec. 19 – Hypothesis Testing: The Null and Types of Error.
Conditional probability
Sampling and Sampling Distributions
Probabilistic Analysis of Computer Systems
Ch3.5 Hypergeometric Distribution
Stat 223 Introduction to the Theory of Statistics
Chapter 4. Inference about Process Quality
STAT 312 Chapter 7 - Statistical Intervals Based on a Single Sample
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 Six Normal Curves and Sampling Probability Distributions
Statistics in Applied Science and Technology
Chapter 9 One- and Two-Sample Estimation Problems.
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
More about Posterior Distributions
Sampling Distribution
Sampling Distribution
POINT ESTIMATOR OF PARAMETERS
Section 3: Estimating p in a binomial distribution
CHAPTER 6 Statistical Inference & Hypothesis Testing
Stat 223 Introduction to the Theory of Statistics
Chapter 7: Introduction to Sampling Distributions
Presentation transcript:

CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference (Sec. )

Introduction and motivation  Practical application of probability models:  Observations:  Population:  Sample:

Introduction and motivation  What is inference?  Representativeness of the sample:

Types of inference problems  Parameter estimation:  Determination of the distribution:  Hypothesis testing:

Parameter estimation  Maximum likelihood:

Parameter estimation: Bernoulli trials  Parameters to be estimated:  Observations:  Likelihood function:

Parameter estimation: Bernoulli trials  Maximum likelihood estimate:  Example:

Parameter estimation: Binomial distribution  Parameter to be estimated:  Observations:

Parameter estimation: Binomial distribution (contd..)  Likelihood function:

Parameter estimation: Binomial distribution (contd..)  Maximum likelihood estimate:

Parameter estimation: Binomial distribution (contd..)  Example:

Parameter estimation: Geometric distribution  Parameters to be estimated:  Observations:

Parameter estimation: Geometric distribution (contd..)  Likelihood function:

Parameter estimation: Geometric distribution (contd..)  Maximum likelihood estimate:

Parameter estimation: Geometric distribution (contd..)  Example: