CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Moments and transforms of special distributions (Sec. 4.5.2,4.5.3,4.5.4,4.5.5,4.5.6)

Slides:



Advertisements
Similar presentations
Data Analysis Class 4: Probability distributions and densities.
Advertisements

2 Discrete Random Variable. Independence (module 1) A and B are independent iff the knowledge that B has occurred does not change the probability that.
Lec 18 Nov 12 Probability – definitions and simulation.
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 )
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 )
Review.
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 221: Probabilistic Analysis of Computer Systems Topics covered: Pure death process Availability analysis (Sec , 8.4.1)
Probability Distributions
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.
1 Review of Probability Theory [Source: Stanford University]
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference (Sec. )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction Event Algebra (Sec )
P robability Important Random Variable Independent random variable Mean and variance 郭俊利 2009/03/23.
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 )
Chapter 5 Probability Distributions
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
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 )
Probability Mass Function Expectation 郭俊利 2009/03/16
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
© 2001 Prentice-Hall, Inc.Chap 5-1 BA 201 Lecture 8 Some Important Discrete Probability Distributions.
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: Discrete time Markov chains (Sec. 7.1)
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
April 10, HOL Blocking analysis based on: Broadband Integrated Networks by Mischa Schwartz.
General information CSE : Probabilistic Analysis of Computer Systems
Winter 2006EE384x1 Review of Probability Theory Review Session 1 EE384X.
1 Bernoulli trial and binomial distribution Bernoulli trialBinomial distribution x (# H) 01 P(x)P(x)P(x)P(x)(1 – p)p ?
Random Variables. A random variable X is a real valued function defined on the sample space, X : S  R. The set { s  S : X ( s )  [ a, b ] is an event}.
Probability Theory Overview and Analysis of Randomized Algorithms Prepared by John Reif, Ph.D. Analysis of Algorithms.
Convergence in Distribution
One Random Variable Random Process.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
By Satyadhar Joshi. Content  Probability Spaces  Bernoulli's Trial  Random Variables a. Expectation variance and standard deviation b. The Normal Distribution.
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
Probability Generating Functions Suppose a RV X can take on values in the set of non-negative integers: {0, 1, 2, …}. Definition: The probability generating.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
Probability and Statistics Dr. Saeid Moloudzadeh Poisson Random Variable 1 Contents Descriptive Statistics Axioms of Probability Combinatorial.
Discrete Random Variable Random Process. The Notion of A Random Variable We expect some measurement or numerical attribute of the outcome of a random.
Conditional probability
Probabilistic Analysis of Computer Systems
Random variables (r.v.) Random variable
STATISTICS AND PROBABILITY IN CIVIL ENGINEERING
Probability for Machine Learning
Chapter 3 Discrete Random Variables and Probability Distributions
ASV Chapters 1 - Sample Spaces and Probabilities
Distributions and expected value
Useful Discrete Random Variable
Binomial Distribution
Chapter 3 : Random Variables
Discrete Random Variables: Expectation, Mean and Variance
Discrete Random Variables: Basics
Discrete Random Variables: Basics
Discrete Random Variables: Expectation, Mean and Variance
Discrete Random Variables: Expectation, Mean and Variance
Discrete Random Variables: Basics
Presentation transcript:

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)

Bernoulli pmf  Description:  Expectation:  Variance:  Generating function:

Bernoulli pmf (contd..)  Example: Tossing a biased coin.

Binomial pmf  Description:  Expectation:  Variance:  Generating function:

Binomial pmf (contd..)  Example: Number of heads in a sequence of three tosses of a biased coin.

Geometric pmf  Description:  Expectation:  Variance:  Probability generating function:

Geometric pmf (contd..)  Example: Coin tosses of a biased coin, number of tails until the first head.

Poisson pmf  Description:  Expectation:  Variance:  Probability generating function:

Poisson pmf (contd..)  Example: Arrival of jobs in a queue.

Uniform distribution  Definition:  Expectation:  Variance:  Laplace-Stilje’s transform:

Uniform distribution (contd..)  Example: Rainfall on a given day.