Continuous Random Variables. Probability Density Function When plotted, discrete random variables (categories) form “bars” A bar represents the # of.

Slides:



Advertisements
Similar presentations
The Normal Distribution
Advertisements

AP Statistics Chapter 7 – Random Variables. Random Variables Random Variable – A variable whose value is a numerical outcome of a random phenomenon. Discrete.
E(X 2 ) = Var (X) = E(X 2 ) – [E(X)] 2 E(X) = The Mean and Variance of a Continuous Random Variable In order to calculate the mean or expected value of.
Statistical Review for Chapters 3 and 4 ISE 327 Fall 2008 Slide 1 Continuous Probability Distributions Many continuous probability distributions, including:
Continuous Probability Distributions
Continuous Random Variable (1). Discrete Random Variables Probability Mass Function (PMF)
Continuous Random Variables. For discrete random variables, we required that Y was limited to a finite (or countably infinite) set of values. Now, for.
CONTINUOUS RANDOM VARIABLES These are used to define probability models for continuous scale measurements, e.g. distance, weight, time For a large data.
Probability Theory Part 2: Random Variables. Random Variables  The Notion of a Random Variable The outcome is not always a number Assign a numerical.
Probability Distributions – Finite RV’s Random variables first introduced in Expected Value def. A finite random variable is a random variable that can.
Probability Densities
Continuous Random Variables and Probability Distributions
Lesson #15 The Normal Distribution. For a truly continuous random variable, P(X = c) = 0 for any value, c. Thus, we define probabilities only on intervals.
Today Today: Chapter 5 Reading: –Chapter 5 (not 5.12) –Exam includes sections from Chapter 5 –Suggested problems: 5.1, 5.2, 5.3, 5.15, 5.25, 5.33,
Statistics Lecture 14. Example Consider a rv, X, with pdf Sketch pdf.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Continuous random variables Uniform and Normal distribution (Sec. 3.1, )
Copyright © 2014 by McGraw-Hill Higher Education. All rights reserved. Essentials of Business Statistics: Communicating with Numbers By Sanjiv Jaggia and.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 4 Continuous Random Variables and Probability Distributions.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
L7.1b Continuous Random Variables CONTINUOUS RANDOM VARIABLES NORMAL DISTRIBUTIONS AD PROBABILITY DISTRIBUTIONS.
Continuous Random Variables and Probability Distributions
Further distributions
Normal Approximation Of The Binomial Distribution:
Chapter 14 Monte Carlo Simulation Introduction Find several parameters Parameter follow the specific probability distribution Generate parameter.
QBM117 Business Statistics Probability and Probability Distributions Continuous Probability Distributions 1.
Modular 11 Ch 7.1 to 7.2 Part I. Ch 7.1 Uniform and Normal Distribution Recall: Discrete random variable probability distribution For a continued random.
McGraw-Hill/Irwin Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Continuous Random Variables.
Probability & Statistics I IE 254 Summer 1999 Chapter 4  Continuous Random Variables  What is the difference between a discrete & a continuous R.V.?
Mean and Standard Deviation of Discrete Random Variables.
Math b (Discrete) Random Variables, Binomial Distribution.
 Random variables can be classified as either discrete or continuous.  Example: ◦ Discrete: mostly counts ◦ Continuous: time, distance, etc.
Basic Concepts of Probability CEE 431/ESS465. Basic Concepts of Probability Sample spaces and events Venn diagram  A Sample space,  Event, A.
§ 5.3 Normal Distributions: Finding Values. Probability and Normal Distributions If a random variable, x, is normally distributed, you can find the probability.
CONTINUOUS RANDOM VARIABLES
Discrete and Continuous Random Variables. Yesterday we calculated the mean number of goals for a randomly selected team in a randomly selected game.
Sundermeyer MAR 550 Spring Laboratory in Oceanography: Data and Methods MAR550, Spring 2013 Miles A. Sundermeyer Computing Basic Statistics.
1 Keep Life Simple! We live and work and dream, Each has his little scheme, Sometimes we laugh; sometimes we cry, And thus the days go by.
Normal Distribution. A lot of our real life experience could be explained by normal distribution. Normal distribution is important for statisticians for.
Central Limit Theorem Let X 1, X 2, …, X n be n independent, identically distributed random variables with mean  and standard deviation . For large n:
Chapter 4 Continuous Random Variables and Probability Distributions  Probability Density Functions.2 - Cumulative Distribution Functions and E Expected.
Unit 4 Review. Starter Write the characteristics of the binomial setting. What is the difference between the binomial setting and the geometric setting?
Random Variables By: 1.
Continuous Random Variables. Probability Density Function When plotted, continuous treated as discrete random variables can be “binned” form “bars” A.
Random Variable 2013.
Chapter 4 Continuous Random Variables and Probability Distributions
The Exponential and Gamma Distributions
Math a Discrete Random Variables
Unit 13 Normal Distribution
STAT 311 REVIEW (Quick & Dirty)
Ch4.2 Cumulative Distribution Functions
Cumulative distribution functions and expected values
CONTINUOUS RANDOM VARIABLES
The distribution function F(x)
Chapter 4 Continuous Random Variables and Probability Distributions
AP Statistics: Chapter 7
Means and Variances of Random Variables
Probability and Distributions
Probability Review for Financial Engineers
x1 p(x1) x2 p(x2) x3 p(x3) POPULATION x p(x) ⋮ Total 1 “Density”
The Normal Probability Distribution Summary
POPULATION (of “units”)
Tutorial 9 Suppose that a random sample of size 10 is drawn from a normal distribution with mean 10 and variance 4. Find the following probabilities:
CS723 - Probability and Stochastic Processes
Statistics Lecture 12.
Use the graph of the given normal distribution to identify μ and σ.
The Normal Distribution
Chapter 3 : Random Variables
The Geometric Distributions
Chapter 5 Continuous Random Variables and Probability Distributions
PROBABILITY AND STATISTICS
Presentation transcript:

Continuous Random Variables

Probability Density Function When plotted, discrete random variables (categories) form “bars” A bar represents the # of times that category occurred.

Probability Density Function As more and more different categories occur the “bars” get thinner and thinner If there are an infinite number of categories, the bars are infinitesimally wide

Probability density function

Uniform distribution

Numerical Integration in R The integrate() function is used to numerically integrate functions in R.

Example

Numerical Integration in R The integrate() function is used to numerically integrate functions in R.

The cumulative distribution function

Computing probabilities using the cdf

Fig. 4-8, p. 138 F(b) F(a) F(b) - F(a)

Example

Percentiles of a continuous distribution

Fig. 4-10, p. 139

Quantiles in R In R, all of the built in distributions have a built in function called the quantile function which calculates percentiles. The quantile function always begins with the letter q. So for instance: Suppose that Z has a standard normal distribution(to be introduced soon) and we wish to determine the 74 th percentile of Z, i.e. the value pp such that P(Z < pp) =.74. In R we just use the qnorm() function as follows: So P(Z< ) ~.74 To verify in R:

Mean of a continuous random variable

Expected value of a function of a rv

Variance of a continuous rv

Example Compute the mean of this rv Compute the standard deviation of this rv

Example Compute the mean of this rv

Example Compute the standard deviation of this rv