An Introduction to Basic Statistics and Probability
|
|
|
- Bridget Bruce
- 9 years ago
- Views:
Transcription
1 An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4
2 Outline Basic probability concepts Conditional probability Discrete Random Variables and Probability Distributions Continuous Random Variables and Probability Distributions Sampling Distribution of the Sample Mean Central Limit Theorem An Introduction to Basic Statistics and Probability p. 2/4
3 Idea of Probability Chance behavior is unpredictable in the short run, but has a regular and predictable pattern in the long run. The probability of any outcome of a random phenomenom is the proportion of times the outcome would occur in a very long series of repetitions. An Introduction to Basic Statistics and Probability p. 3/4
4 Terminology Sample Space - the set of all possible outcomes of a random phenomenon Event - any set of outcomes of interest Probability of an event - the relative frequency of this set of outcomes over an infinite number of trials Pr(A) is the probability of event A An Introduction to Basic Statistics and Probability p. 4/4
5 Example Suppose we roll two die and take their sum S = {2, 3, 4, 5,.., 11, 12} Pr(sum = 5) = 4 36 Because we get the sum of two die to be 5 if we roll a (1,4),(2,3),(3,2) or (4,1). An Introduction to Basic Statistics and Probability p. 5/4
6 Notation Let A and B denote two events. A B is the event that either A or B or both occur. A B is the event that both A and B occur simultaneously. The complement of A is denoted by A. A is the event that A does not occur. Note that Pr(A) = 1 Pr(A). An Introduction to Basic Statistics and Probability p. 6/4
7 Definitions A and B are mutually exclusive if both cannot occur at the same time. A and B are independent events if and only if Pr(A B) = Pr(A) Pr(B). An Introduction to Basic Statistics and Probability p. 7/4
8 Laws of Probability Multiplication Law: If A 1,,A k are independent events, then Pr(A 1 A 2 A k ) = Pr(A 1 ) Pr(A 2 ) Pr(A k ). Addition Law: If A and B are any events, then Pr(A B) = Pr(A) + Pr(B) Pr(A B) Note: This law can be extended to more than 2 events. An Introduction to Basic Statistics and Probability p. 8/4
9 Conditional Probability The conditional probability of B given A Pr(B A) = Pr(A B) Pr(A) A and B are independent events if and only if Pr(B A) = Pr(B) = Pr(B A) An Introduction to Basic Statistics and Probability p. 9/4
10 Random Variable A random variable is a variable whose value is a numerical outcome of a random phenomenon Usually denoted by X, Y or Z. Can be Discrete - a random variable that has finite or countable infinite possible values Example: the number of days that it rains yearly Continuous - a random variable that has an (continuous) interval for its set of possible values Example: amount of preparation time for the SAT An Introduction to Basic Statistics and Probability p. 10/4
11 Probability Distributions The probability distribution for a random variable X gives the possible values for X, and the probabilities associated with each possible value (i.e., the likelihood that the values will occur) The methods used to specify discrete prob. distributions are similar to (but slightly different from) those used to specify continuous prob. distributions. An Introduction to Basic Statistics and Probability p. 11/4
12 Probability Mass Function f(x) - Probability mass function for a discrete random variable X having possible values x 1,x 2, f(x i ) = Pr(X = x i ) is the probability that X has the value x i Properties 0 f(x i ) 1 i f(x i) = f(x 1 ) + f(x 2 ) + = 1 f(x i ) can be displayed as a table or as a mathematical function An Introduction to Basic Statistics and Probability p. 12/4
13 Probability Mass Function Example: (Moore p. 244)Suppose the random variable X is the number of rooms in a randomly chosen owner-occupied housing unit in Anaheim, California. The distribution of X is: Rooms X Probability An Introduction to Basic Statistics and Probability p. 13/4
14 Parameters vs. Statistics A parameter is a number that describes the population. Usually its value is unknown. A statistic is a number that can be computed from the sample data without making use of any unknown parameters. In practice, we often use a statistic to estimate an unknown parameter. An Introduction to Basic Statistics and Probability p. 14/4
15 Parameter vs. Statistic Example For example, we denote the population mean by µ, and we can use the sample mean x to estimate µ. Suppose we wanted to know the average income of households in NC. To estimate this population mean income µ, we may randomly take a sample of 1000 households and compute their average income x and use this as an estimate for µ. An Introduction to Basic Statistics and Probability p. 15/4
16 Expected Value Expected Value of X or (population) mean µ = E(X) = R x i Pr(X = x i ) = R x i f(x i ), i=1 i=1 where the sum is over R possible values. R may be finite or infinite. Analogous to the sample mean x Represents the "average" value of X An Introduction to Basic Statistics and Probability p. 16/4
17 Variance (Population) variance σ 2 = V ar(x) R = (x i µ) 2 Pr(X = x i ) i=1 R = x 2 i Pr(X = x i ) µ 2 i=1 Represents the spread, relative to the expected value, of all values with positive probability The standard deviation of X, denoted by σ, is the square root of its variance. An Introduction to Basic Statistics and Probability p. 17/4
18 Room Example For the Room example, find the following E(X) V ar(x) Pr [a unit has at least 5 rooms] An Introduction to Basic Statistics and Probability p. 18/4
19 Binomial Distribution Structure Two possible outcomes: Success (S) and Failure (F). Repeat the situation n times (i.e., there are n trials). The "probability of success," p, is constant on each trial. The trials are independent. An Introduction to Basic Statistics and Probability p. 19/4
20 Binomial Distribution Let X = the number of S s in n independent trials. (X has values x = 0, 1, 2,,n) Then X has a binomial distribution with parameters n and p. The binomial probability mass function is ( ) n Pr(X = x) = p x (1 p) n x, x = 0, 1, 2,,n x Expected Value: µ = E(X) = np Variance: σ 2 = V ar(x) = np(1 p) An Introduction to Basic Statistics and Probability p. 20/4
21 Example Example: (Moore p.306) Each child born to a particular set of parents has probability 0.25 of having blood type O. If these parents have 5 children, what is the probability that exactly 2 of them have type O blood? Let X= the number of boys ( ) 5 Pr(X = 2) = f(2) = (.25) 2 (.75) 3 = An Introduction to Basic Statistics and Probability p. 21/4
22 Example What is the expected number of children with type O blood? µ = 5(.25) = 1.25 What is the probability of at least 2 children with type O blood? Pr(X 2) = 5 k=2 = 1 ( ) 5 (.25) k (.75) 5 k k 1 k=0 = ( ) 5 (.25) k (.75) 5 k k An Introduction to Basic Statistics and Probability p. 22/4
23 Continuous Random Variable f(x) - Probability density function for a continuous random variable X Properties f(x) 0 f(x)dx = 1 P[a X b] = b a f(x)dx Important Notes P[a X a] = a a f(x)dx = 0 This implies that P[X = a] = 0 P[a X b] = P[a < X < b] An Introduction to Basic Statistics and Probability p. 23/4
24 Summarizations Summarizations for continuous prob. distributions Mean or Expected Value of X µ = EX = xf(x)dx Variance σ 2 = V arx = = (x EX) 2 f(x)dx x 2 f(x)dx (EX) 2 An Introduction to Basic Statistics and Probability p. 24/4
25 Example Let X represent the fraction of the population in a certain city who obtain the flu vaccine. { 2x when 0 x 1, f(x) = 0 otherwise. Find P(1/4 X 1/2) P(1/4 X 1/2) = = 1/2 1/4 1/2 1/4 f(x)dx 2xdx = 3/16 An Introduction to Basic Statistics and Probability p. 25/4
26 Example f(x) = Find P(X 1/2) Find EX Find V arx { 2x when 0 x 1, 0 otherwise. An Introduction to Basic Statistics and Probability p. 26/4
27 Normal Distribution Most widely used continuous distribution Also known as the Gaussian distribution Symmetric An Introduction to Basic Statistics and Probability p. 27/4
28 Normal Distribution Probability density function EX = µ V arx = σ 2 f(x) = 1 ] [ σ 2π exp (x µ)2 2σ 2 Notation: X N(µ,σ 2 ) means that X is normally distributed with mean µ and variance σ 2. An Introduction to Basic Statistics and Probability p. 28/4
29 Standard Normal Distribution A normal distribution with mean 0 and variance 1 is called a standard normal distribution. Standard normal probability density function f(x) = 1 [ x 2] exp 2π 2 Standard normal cumulative probability function Let Z N(0, 1) Φ(z) = P(Z z) Symmetry property Φ( z) = 1 Φ(z) An Introduction to Basic Statistics and Probability p. 29/4
30 Standardization Standardization of a Normal Random Variable Suppose X N(µ,σ 2 ) and let Z = X µ σ. Then Z N(0, 1). If X N(µ,σ 2 ), what is P(a < X < b)? Form equivalent probability in terms of Z : ( a µ P(a < X < b) = P < Z < b µ ) σ σ Use standard normal tables to compute latter probability. An Introduction to Basic Statistics and Probability p. 30/4
31 Standardization Example. (Moore pp.65-67) Heights of Women Suppose the distribution of heights of young women are normally distributed with µ = 64 and σ 2 = What is the probability that a randomly selected young woman will have a height between 60 and 70 inches? ( Pr(60 < X < 70) = Pr 2.7 < Z < = Pr( 1.48 < Z < 2.22) = Φ(2.22) Φ( 1.48) = =.9174 ) An Introduction to Basic Statistics and Probability p. 31/4
32 Sampling Distribution of X A natural estimator for the population mean µ is the sample mean n X i X = n. i=1 Consider x to be a single realization of a random variable X over all possible samples of size n. The sampling distribution of X is the distribution of values of x over all possible samples of size n that could be selected from the population. An Introduction to Basic Statistics and Probability p. 32/4
33 Expected Value of X The average of the sample means (x s) when taken over a large number of random samples of size n will approximate µ. Let X 1,,X n be a random sample from some population with mean µ. Then for the sample mean X, E(X) = µ. X is an unbiased estimator of µ. An Introduction to Basic Statistics and Probability p. 33/4
34 Standard Error of X Let X 1,,X n be a random sample from some population with mean µ. and variance σ 2. The variance of the sample mean X is given by V ar(x) = σ 2 /n. The standard deviation of the sample mean is given by σ/ n. This quantity is called the standard error (of the mean). An Introduction to Basic Statistics and Probability p. 34/4
35 Standard Error of X The standard error σ/ n is estimated by s/ n. The standard error measures the variability of sample means from repeated samples of size n drawn from the same population. A larger sample provides a more precise estimate X of µ An Introduction to Basic Statistics and Probability p. 35/4
36 Sampling Distribution of X Let X 1,,X n be a random sample from a population that is normally distributed with mean µ and variance σ 2. Then the sample mean X is normally distributed with mean µ and variance σ 2 /n. That is X N(µ,σ 2 /n). An Introduction to Basic Statistics and Probability p. 36/4
37 Central Limit Theorem Let X 1,,X n be a random sample from any population with mean µ and variance σ 2. Then the sample mean X is approximately normally distributed with mean µ and variance σ 2 /n. An Introduction to Basic Statistics and Probability p. 37/4
38 ata Sampled from Uniform Distribution The following is a distribution of X when we take samples of size 1. An Introduction to Basic Statistics and Probability p. 38/4
39 Example The following is a distribution of X when we take samples of size 10. An Introduction to Basic Statistics and Probability p. 39/4
40 References Moore, David S., "The Basic Practice of Statistics." Third edition. W.H. Freeman and Company. New York Weems, Kimberly. SIBS Presentation, An Introduction to Basic Statistics and Probability p. 40/4
Chapter 5. Random variables
Random variables random variable numerical variable whose value is the outcome of some probabilistic experiment; we use uppercase letters, like X, to denote such a variable and lowercase letters, like
Notes on Continuous Random Variables
Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes
Lecture 6: Discrete & Continuous Probability and Random Variables
Lecture 6: Discrete & Continuous Probability and Random Variables D. Alex Hughes Math Camp September 17, 2015 D. Alex Hughes (Math Camp) Lecture 6: Discrete & Continuous Probability and Random September
5. Continuous Random Variables
5. Continuous Random Variables Continuous random variables can take any value in an interval. They are used to model physical characteristics such as time, length, position, etc. Examples (i) Let X be
Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)
Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume
The Binomial Probability Distribution
The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2015 Objectives After this lesson we will be able to: determine whether a probability
Normal distribution. ) 2 /2σ. 2π σ
Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a
Math 151. Rumbos Spring 2014 1. Solutions to Assignment #22
Math 151. Rumbos Spring 2014 1 Solutions to Assignment #22 1. An experiment consists of rolling a die 81 times and computing the average of the numbers on the top face of the die. Estimate the probability
Chapter 4. Probability and Probability Distributions
Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the
ST 371 (IV): Discrete Random Variables
ST 371 (IV): Discrete Random Variables 1 Random Variables A random variable (rv) is a function that is defined on the sample space of the experiment and that assigns a numerical variable to each possible
Chapter 4 Lecture Notes
Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,
The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University
The Normal Distribution Alan T. Arnholt Department of Mathematical Sciences Appalachian State University [email protected] Spring 2006 R Notes 1 Copyright c 2006 Alan T. Arnholt 2 Continuous Random
4. Continuous Random Variables, the Pareto and Normal Distributions
4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random
Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution
Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Part 3: Discrete Uniform Distribution Binomial Distribution Sections 3-5, 3-6 Special discrete random variable distributions we will cover
SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions
SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions 1. The following table contains a probability distribution for a random variable X. a. Find the expected value (mean) of X. x 1 2
4.1 4.2 Probability Distribution for Discrete Random Variables
4.1 4.2 Probability Distribution for Discrete Random Variables Key concepts: discrete random variable, probability distribution, expected value, variance, and standard deviation of a discrete random variable.
MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables
MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables Tony Pourmohamad Department of Mathematics De Anza College Spring 2015 Objectives By the end of this set of slides,
Probability and Statistics Vocabulary List (Definitions for Middle School Teachers)
Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) B Bar graph a diagram representing the frequency distribution for nominal or discrete data. It consists of a sequence
Department of Mathematics, Indian Institute of Technology, Kharagpur Assignment 2-3, Probability and Statistics, March 2015. Due:-March 25, 2015.
Department of Mathematics, Indian Institute of Technology, Kharagpur Assignment -3, Probability and Statistics, March 05. Due:-March 5, 05.. Show that the function 0 for x < x+ F (x) = 4 for x < for x
CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is.
Some Continuous Probability Distributions CHAPTER 6: Continuous Uniform Distribution: 6. Definition: The density function of the continuous random variable X on the interval [A, B] is B A A x B f(x; A,
Data Modeling & Analysis Techniques. Probability & Statistics. Manfred Huber 2011 1
Data Modeling & Analysis Techniques Probability & Statistics Manfred Huber 2011 1 Probability and Statistics Probability and statistics are often used interchangeably but are different, related fields
Pr(X = x) = f(x) = λe λx
Old Business - variance/std. dev. of binomial distribution - mid-term (day, policies) - class strategies (problems, etc.) - exponential distributions New Business - Central Limit Theorem, standard error
University of California, Los Angeles Department of Statistics. Random variables
University of California, Los Angeles Department of Statistics Statistics Instructor: Nicolas Christou Random variables Discrete random variables. Continuous random variables. Discrete random variables.
For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i )
Probability Review 15.075 Cynthia Rudin A probability space, defined by Kolmogorov (1903-1987) consists of: A set of outcomes S, e.g., for the roll of a die, S = {1, 2, 3, 4, 5, 6}, 1 1 2 1 6 for the roll
The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1].
Probability Theory Probability Spaces and Events Consider a random experiment with several possible outcomes. For example, we might roll a pair of dice, flip a coin three times, or choose a random real
Normal Distribution as an Approximation to the Binomial Distribution
Chapter 1 Student Lecture Notes 1-1 Normal Distribution as an Approximation to the Binomial Distribution : Goals ONE TWO THREE 2 Review Binomial Probability Distribution applies to a discrete random variable
Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8.
Random variables Remark on Notations 1. When X is a number chosen uniformly from a data set, What I call P(X = k) is called Freq[k, X] in the courseware. 2. When X is a random variable, what I call F ()
Probability Distributions
Learning Objectives Probability Distributions Section 1: How Can We Summarize Possible Outcomes and Their Probabilities? 1. Random variable 2. Probability distributions for discrete random variables 3.
5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.
The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution
WHERE DOES THE 10% CONDITION COME FROM?
1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay
M 1313 Review Test 4 1
M 1313 Review Test 4 1 Review for test 4: 1. Let E and F be two events of an experiment, P (E) =. 3 and P (F) =. 2, and P (E F) =.35. Find the following probabilities: a. P(E F) b. P(E c F) c. P (E F)
WEEK #22: PDFs and CDFs, Measures of Center and Spread
WEEK #22: PDFs and CDFs, Measures of Center and Spread Goals: Explore the effect of independent events in probability calculations. Present a number of ways to represent probability distributions. Textbook
EMPIRICAL FREQUENCY DISTRIBUTION
INTRODUCTION TO MEDICAL STATISTICS: Mirjana Kujundžić Tiljak EMPIRICAL FREQUENCY DISTRIBUTION observed data DISTRIBUTION - described by mathematical models 2 1 when some empirical distribution approximates
Bayes Theorem. Bayes Theorem- Example. Evaluation of Medical Screening Procedure. Evaluation of Medical Screening Procedure
Bayes Theorem P(C A) P(A) P(A C) = P(C A) P(A) + P(C B) P(B) P(E B) P(B) P(B E) = P(E B) P(B) + P(E A) P(A) P(D A) P(A) P(A D) = P(D A) P(A) + P(D B) P(B) Cost of procedure is $1,000,000 Data regarding
Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000
Lecture 4 Nancy Pfenning Stats 000 Chapter 7: Probability Last time we established some basic definitions and rules of probability: Rule : P (A C ) = P (A). Rule 2: In general, the probability of one event
Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution
Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.
Week 3&4: Z tables and the Sampling Distribution of X
Week 3&4: Z tables and the Sampling Distribution of X 2 / 36 The Standard Normal Distribution, or Z Distribution, is the distribution of a random variable, Z N(0, 1 2 ). The distribution of any other normal
Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density
HW MATH 461/561 Lecture Notes 15 1 Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density and marginal densities f(x, y), (x, y) Λ X,Y f X (x), x Λ X,
Exploratory Data Analysis
Exploratory Data Analysis Johannes Schauer [email protected] Institute of Statistics Graz University of Technology Steyrergasse 17/IV, 8010 Graz www.statistics.tugraz.at February 12, 2008 Introduction
Point and Interval Estimates
Point and Interval Estimates Suppose we want to estimate a parameter, such as p or µ, based on a finite sample of data. There are two main methods: 1. Point estimate: Summarize the sample by a single number
Sample Questions for Mastery #5
Name: Class: Date: Sample Questions for Mastery #5 Multiple Choice Identify the choice that best completes the statement or answers the question.. For which of the following binomial experiments could
Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 18. A Brief Introduction to Continuous Probability
CS 7 Discrete Mathematics and Probability Theory Fall 29 Satish Rao, David Tse Note 8 A Brief Introduction to Continuous Probability Up to now we have focused exclusively on discrete probability spaces
MATH4427 Notebook 2 Spring 2016. 2 MATH4427 Notebook 2 3. 2.1 Definitions and Examples... 3. 2.2 Performance Measures for Estimators...
MATH4427 Notebook 2 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 2 MATH4427 Notebook 2 3 2.1 Definitions and Examples...................................
Practice problems for Homework 11 - Point Estimation
Practice problems for Homework 11 - Point Estimation 1. (10 marks) Suppose we want to select a random sample of size 5 from the current CS 3341 students. Which of the following strategies is the best:
Joint Exam 1/P Sample Exam 1
Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question
Section 6.1 Discrete Random variables Probability Distribution
Section 6.1 Discrete Random variables Probability Distribution Definitions a) Random variable is a variable whose values are determined by chance. b) Discrete Probability distribution consists of the values
Math 461 Fall 2006 Test 2 Solutions
Math 461 Fall 2006 Test 2 Solutions Total points: 100. Do all questions. Explain all answers. No notes, books, or electronic devices. 1. [105+5 points] Assume X Exponential(λ). Justify the following two
Section 5.1 Continuous Random Variables: Introduction
Section 5. Continuous Random Variables: Introduction Not all random variables are discrete. For example:. Waiting times for anything (train, arrival of customer, production of mrna molecule from gene,
Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part 1
Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part Note: Assume missing data (if any) and mention the same. Q. Suppose X has a normal
Random variables, probability distributions, binomial random variable
Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. A) 0.4987 B) 0.9987 C) 0.0010 D) 0.
Ch. 5 Normal Probability Distributions 5.1 Introduction to Normal Distributions and the Standard Normal Distribution 1 Find Areas Under the Standard Normal Curve 1) Find the area under the standard normal
STAT 830 Convergence in Distribution
STAT 830 Convergence in Distribution Richard Lockhart Simon Fraser University STAT 830 Fall 2011 Richard Lockhart (Simon Fraser University) STAT 830 Convergence in Distribution STAT 830 Fall 2011 1 / 31
2 Binomial, Poisson, Normal Distribution
2 Binomial, Poisson, Normal Distribution Binomial Distribution ): We are interested in the number of times an event A occurs in n independent trials. In each trial the event A has the same probability
Lecture 7: Continuous Random Variables
Lecture 7: Continuous Random Variables 21 September 2005 1 Our First Continuous Random Variable The back of the lecture hall is roughly 10 meters across. Suppose it were exactly 10 meters, and consider
CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction
CA200 Quantitative Analysis for Business Decisions File name: CA200_Section_04A_StatisticsIntroduction Table of Contents 4. Introduction to Statistics... 1 4.1 Overview... 3 4.2 Discrete or continuous
東 海 大 學 資 訊 工 程 研 究 所 碩 士 論 文
東 海 大 學 資 訊 工 程 研 究 所 碩 士 論 文 指 導 教 授 楊 朝 棟 博 士 以 網 路 功 能 虛 擬 化 實 作 網 路 即 時 流 量 監 控 服 務 研 究 生 楊 曜 佑 中 華 民 國 一 零 四 年 五 月 摘 要 與 的 概 念 一 同 發 展 的, 是 指 利 用 虛 擬 化 的 技 術, 將 現 有 的 網 路 硬 體 設 備, 利 用 軟 體 來 取 代 其
1.1 Introduction, and Review of Probability Theory... 3. 1.1.1 Random Variable, Range, Types of Random Variables... 3. 1.1.2 CDF, PDF, Quantiles...
MATH4427 Notebook 1 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 1 MATH4427 Notebook 1 3 1.1 Introduction, and Review of Probability
Chapter 5: Normal Probability Distributions - Solutions
Chapter 5: Normal Probability Distributions - Solutions Note: All areas and z-scores are approximate. Your answers may vary slightly. 5.2 Normal Distributions: Finding Probabilities If you are given that
Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur
Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce
Probability Distributions
CHAPTER 6 Probability Distributions Calculator Note 6A: Computing Expected Value, Variance, and Standard Deviation from a Probability Distribution Table Using Lists to Compute Expected Value, Variance,
Section 6.2 Definition of Probability
Section 6.2 Definition of Probability Probability is a measure of the likelihood that an event occurs. For example, if there is a 20% chance of rain tomorrow, that means that the probability that it will
Section 5 Part 2. Probability Distributions for Discrete Random Variables
Section 5 Part 2 Probability Distributions for Discrete Random Variables Review and Overview So far we ve covered the following probability and probability distribution topics Probability rules Probability
Chapter 4. Probability Distributions
Chapter 4 Probability Distributions Lesson 4-1/4-2 Random Variable Probability Distributions This chapter will deal the construction of probability distribution. By combining the methods of descriptive
STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables
Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random
Key Concept. Density Curve
MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal
Stats on the TI 83 and TI 84 Calculator
Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and
Lecture 3: Continuous distributions, expected value & mean, variance, the normal distribution
Lecture 3: Continuous distributions, expected value & mean, variance, the normal distribution 8 October 2007 In this lecture we ll learn the following: 1. how continuous probability distributions differ
Lecture 10: Depicting Sampling Distributions of a Sample Proportion
Lecture 10: Depicting Sampling Distributions of a Sample Proportion Chapter 5: Probability and Sampling Distributions 2/10/12 Lecture 10 1 Sample Proportion 1 is assigned to population members having a
16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION
6. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION It is sometimes difficult to directly compute probabilities for a binomial (n, p) random variable, X. We need a different table for each value of
6.4 Normal Distribution
Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under
Dongfeng Li. Autumn 2010
Autumn 2010 Chapter Contents Some statistics background; ; Comparing means and proportions; variance. Students should master the basic concepts, descriptive statistics measures and graphs, basic hypothesis
Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below:
Sample Term Test 2A 1. A variable X has a distribution which is described by the density curve shown below: What proportion of values of X fall between 1 and 6? (A) 0.550 (B) 0.575 (C) 0.600 (D) 0.625
A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution
A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 4: September
MATH 140 Lab 4: Probability and the Standard Normal Distribution
MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes
Math 370, Spring 2008 Prof. A.J. Hildebrand. Practice Test 1 Solutions
Math 70, Spring 008 Prof. A.J. Hildebrand Practice Test Solutions About this test. This is a practice test made up of a random collection of 5 problems from past Course /P actuarial exams. Most of the
MBA 611 STATISTICS AND QUANTITATIVE METHODS
MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain
PROBABILITY AND SAMPLING DISTRIBUTIONS
PROBABILITY AND SAMPLING DISTRIBUTIONS SEEMA JAGGI AND P.K. BATRA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi - 0 0 [email protected]. Introduction The concept of probability
Lecture 5 : The Poisson Distribution
Lecture 5 : The Poisson Distribution Jonathan Marchini November 10, 2008 1 Introduction Many experimental situations occur in which we observe the counts of events within a set unit of time, area, volume,
1 Sufficient statistics
1 Sufficient statistics A statistic is a function T = rx 1, X 2,, X n of the random sample X 1, X 2,, X n. Examples are X n = 1 n s 2 = = X i, 1 n 1 the sample mean X i X n 2, the sample variance T 1 =
Chapter 5 Discrete Probability Distribution. Learning objectives
Chapter 5 Discrete Probability Distribution Slide 1 Learning objectives 1. Understand random variables and probability distributions. 1.1. Distinguish discrete and continuous random variables. 2. Able
Lesson 20. Probability and Cumulative Distribution Functions
Lesson 20 Probability and Cumulative Distribution Functions Recall If p(x) is a density function for some characteristic of a population, then Recall If p(x) is a density function for some characteristic
Probability for Estimation (review)
Probability for Estimation (review) In general, we want to develop an estimator for systems of the form: x = f x, u + η(t); y = h x + ω(t); ggggg y, ffff x We will primarily focus on discrete time linear
You flip a fair coin four times, what is the probability that you obtain three heads.
Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.
Chapter 4. iclicker Question 4.4 Pre-lecture. Part 2. Binomial Distribution. J.C. Wang. iclicker Question 4.4 Pre-lecture
Chapter 4 Part 2. Binomial Distribution J.C. Wang iclicker Question 4.4 Pre-lecture iclicker Question 4.4 Pre-lecture Outline Computing Binomial Probabilities Properties of a Binomial Distribution Computing
2.6. Probability. In general the probability density of a random variable satisfies two conditions:
2.6. PROBABILITY 66 2.6. Probability 2.6.. Continuous Random Variables. A random variable a real-valued function defined on some set of possible outcomes of a random experiment; e.g. the number of points
Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?
ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the
Example 1: Dear Abby. Stat Camp for the Full-time MBA Program
Stat Camp for the Full-time MBA Program Daniel Solow Lecture 4 The Normal Distribution and the Central Limit Theorem 188 Example 1: Dear Abby You wrote that a woman is pregnant for 266 days. Who said so?
Math 431 An Introduction to Probability. Final Exam Solutions
Math 43 An Introduction to Probability Final Eam Solutions. A continuous random variable X has cdf a for 0, F () = for 0 <
Random Variables. Chapter 2. Random Variables 1
Random Variables Chapter 2 Random Variables 1 Roulette and Random Variables A Roulette wheel has 38 pockets. 18 of them are red and 18 are black; these are numbered from 1 to 36. The two remaining pockets
Unit 4 The Bernoulli and Binomial Distributions
PubHlth 540 4. Bernoulli and Binomial Page 1 of 19 Unit 4 The Bernoulli and Binomial Distributions Topic 1. Review What is a Discrete Probability Distribution... 2. Statistical Expectation.. 3. The Population
THE BINOMIAL DISTRIBUTION & PROBABILITY
REVISION SHEET STATISTICS 1 (MEI) THE BINOMIAL DISTRIBUTION & PROBABILITY The main ideas in this chapter are Probabilities based on selecting or arranging objects Probabilities based on the binomial distribution
AP Statistics Solutions to Packet 2
AP Statistics Solutions to Packet 2 The Normal Distributions Density Curves and the Normal Distribution Standard Normal Calculations HW #9 1, 2, 4, 6-8 2.1 DENSITY CURVES (a) Sketch a density curve that
Sampling Distributions
Sampling Distributions You have seen probability distributions of various types. The normal distribution is an example of a continuous distribution that is often used for quantitative measures such as
Binomial Distribution n = 20, p = 0.3
This document will describe how to use R to calculate probabilities associated with common distributions as well as to graph probability distributions. R has a number of built in functions for calculations
Lecture 8: More Continuous Random Variables
Lecture 8: More Continuous Random Variables 26 September 2005 Last time: the eponential. Going from saying the density e λ, to f() λe λ, to the CDF F () e λ. Pictures of the pdf and CDF. Today: the Gaussian
BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I
BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential
Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1
Lecture 2: Discrete Distributions, Normal Distributions Chapter 1 Reminders Course website: www. stat.purdue.edu/~xuanyaoh/stat350 Office Hour: Mon 3:30-4:30, Wed 4-5 Bring a calculator, and copy Tables
