ECS /1 Part IV.2 Dr.Prapun

Size: px
Start display at page:

Download "ECS /1 Part IV.2 Dr.Prapun"

Transcription

1 Sirindhorn International Institute of Technology Thammasat University School of Information, Computer and Communication Technology ECS35 4/ Part IV. Dr.Prapun.4 Families of Continuous Random Variables Theorem.4 states that any nonnegative function f() whose integral over the interval (, + ) equals can be regarded as a probability density function of a random variable. In real-world applications, however, special mathematical forms naturally show up. In this section, we introduce a couple families of continuous random variables that frequently appear in practical applications. The probability densities of the members of each family all have the same mathematical form but differ only in one or more parameters..4. Uniform Distribution Definition.35. For a uniform random variable on an interval [a, b], we denote its family by uniform([a, b]) or U([a, b]) or simply U(a, b). Epressions that are synonymous with X is a uniform random variable are X is uniformly distributed, X has a uniform distribution, and X has a uniform density. This family is characterized by {, < a, > b f X () = b a, a b The random variable X is just as likely to be near any value in [a, b] as any other value. 9

2 In MATLAB, (a) use X = a+(b-a)*rand or X = random( Uniform,a,b) to generate the RV, (b) use pdf( Uniform,,a,b) and cdf( Uniform,,a,b) to calculate the pdf and cdf, respectively. {, < a, > b Eercise.36. Show that F X () = a b a, a b 84 Probability theory, random variables and random processes f () F () b a Fig. 3.5 The pdf and cdf for the uniform random variable. Figure 6: The pdf and cdf for the uniform random variable. [6, Fig. 3.5] f () F () Eample.37 (F). Suppose X is uniformly distributed on πσ the interval (, ). (X U(, ).) a b a b (a) Plot the pdf f X () of X. Fig. 3.6 (b) Plot the cdf F X () of X. The pdf and cdf of a Gaussian random variable. μ μ Gaussian (or normal) random variable is described by the following pdf: f () = This is a continuous random variable that.38. The uniform distribution provides a probability model for selecting a point at random from the interval [a, b]. { } ep ( μ) πσ σ, (3.6) Use with caution to model a quantity that is known to vary where μrandomly σ are two between parameters a and whose b but meaning about is described which little later. Itelse is usually is known. denoted as N (μ, σ ). Figure 3.6 shows sketches of the pdf and cdf of a Gaussian random variable. The Gaussian random variable is the most important and frequently encountered random variable in communications. This is because 3 thermal noise, which is the major source of noise in communication systems, has a Gaussian distribution. Gaussian noise and the Gaussian pdf are discussed in more depth at the end of this chapter. The problems eplore other pdf models. Some of these arise when a random variable

3 Eample.39. [9, E. 4. p. 4-4] In coherent radio communications, the phase difference between the transmitter and the receiver, denoted by Θ, is modeled as having a uniform density on [ π, π]. (a) P [Θ ] = (b) P [ Θ π ] = 3 4 Eercise.4. Show that when X U([a, b]), EX = a+b Var X = (b a), and E [ X ] ( = 3 b + ab + a )..4. Gaussian Distribution.4. This is the most widely used model for the distribution of a random variable. When you have many independent random variables, a fundamental result called the central limit theorem (CLT) (informally) says that the sum (technically, the average) of them can often be approimated by normal distribution. Definition.4. Gaussian random variables: (a) Often called normal random variables because they occur so frequently in practice. (b) In MATLAB, use X = random( Normal,m,σ) or X = σ*randn + m. (c) f X () = πσ e ( m σ ). In Ecel, use NORMDIST(,m,σ,FALSE). In MATLAB, use normpdf(,m,σ) or pdf( Normal,,m,σ). Figure 7 displays the famous bell-shaped graph of the Gaussian pdf. This curve is also called the normal curve. 3,

4 84 Probability theory, random variables and random processes f () F () (d) F X () has no closed-form epression. However, see.48. Inb MATLAB, a use normcdf(,m,σ) or cdf( Normal,,m,σ). In Ecel, use NORMDIST(,m,σ,TRUE). Fig. 3.5 a b a (e) We write X N ( m, σ ). The pdf and cdf for the uniform random variable. b πσ f () F () Fig. 3.6 The pdf and cdf of a Gaussian random variable. Figure 7: The pdf and cdf of N (µ, σ ). [6, Fig. 3.6] μ μ Gaussian (or normal) random variable is described by the following pdf:.43. EX = m and Var X = σ. This is a continuous random variable that { } f () = ep ( μ) πσ σ, (3.6).44. Important probabilities: P [ X µ < σ] =.687; P [ X µ > σ] =.373; P [ X µ > σ] =.455; P [ X µ < σ] =.9545 These values are illustrated in Figure. where μ and σ are two parameters whose meaning is described later. It is usually denoted as N (μ, σ ). Figure 3.6 shows sketches of the pdf and cdf of a Gaussian random variable. The Gaussian random variable is the most important and frequently encountered random variable in communications. This is because thermal noise, which is the major source of noise in communication systems, has a Gaussian distribution. Gaussian noise and the Gaussian pdf are discussed in more depth at the end of this chapter. The problems eplore other pdf models. Some of these arise when a random variable is passed through a nonlinearity. How to determine the pdf of the random variable in this case is discussed net. Eample.45. Figure compares several deviation scores and the normal distribution: Functions of a random variable A function of a random variable y = g() is itself a random variable. From the definition, the cdf of y can be written as (a) Standard scores have a mean of zero and a standard deviation of.. F y (y) = P(ω : g((ω)) y). (3.7) (b) Scholastic Aptitude Test scores have a mean of 5 and a standard deviation of. 3

5 9 3.5 The Gaussian random variable and process.6 (a).4 Signal amplitude (V) t (s) (b) Histogram Gaussian fit Laplacian fit f () (/V) (V) Fig. 3.4 (a) A sample skeletal muscle (emg) signal, and (b) its histogram and pdf fits. Figure 8: Electrical activity of a skeletal muscle: (a) A sample skeletal muscle (emg) signal, and (b) its histogram and pdf fits. [6, Fig. 3.4] [ [ ] = f ()d] = K e a d = K = K e a d = = y= 33 y= e ay dy e a( +y ) ddy. (3.3)

6 3.5 The Gaussian random variable and process f () j m jω 3) Fourier transform:.5 ( f ) f ( ) e dt e ω F = = ωσ. X 4) Note that α π e d = α. Fig. 3.5 Plots of the zero-mean Gaussian m pdf for different values of standard deviation, σ. 5) P[ X > ] = Q σ ; [ ] m m P X < = Q = Q. σ σ X Figure 9: Plots of the zero-mean Gaussian pdf for different values of standard deviation, σ X. [6, Fig. 3.5] 6) Q-function: ( ), pictures the comparison of sevation scores and the normal distritandard scores have a mean of d a standard deviation of.. ic Aptitude Test scores have a 5 and a standard deviation of P X μ < σ =.687, P X μ > σ =.373 σ = σ = Range (±kσ ) k = k = k = 3 k = 4 of the pdf are ignorable. μ Indeed σ μ μwhen + σ communication systems are considered later it is the μ σ μ μ + σ presence of these tails that results in bit errors. The probabilities are on the order of 3, very small, but still significant in terms of system performance. It is of interest to Figure : Q zprobability = e d see how far, in terms of z π density corresponds function to P[ X > zof ] where X X N ~ N(µ, (,σ ) ;). σ, one must be from the mean value to have the different levels of that is Q error probabilities. ( z ) is the probability of the tail of N As shall be seen in later chapters (, this ). FIGURE A translates to the required SNR to achieve a specified bit error probability. N (, This ) is also shown in Table 3.. Having considered the single (or univariate) Gaussian random variable, we turn our attention to the case of two jointly Gaussian random variables (or the bivariate case). Again they are described by their joint pdf which, in general, is an eponential whose eponent is a quadratic in the two variables, i.e., f,y (, y) = QKe ( z ) (a +b+cy+dy+ey +f ), where the constants K, a, b, c, d, e, and f are chosen to satisfy the basic properties.5 of a valid joint pdf, namely being always nonnegative ( ), having unit volume, and also that the marginal pdfs, f () = f z,y(, y)dy and f y (y) = % 4% 34% 34% f,y(, 4% y)d, are % valid. Written in standard forma) the Q is joint a decreasing pdf is function with Q ( ) = Q z = Q z Standard Scores Intelligence Scale scores have a and a standard deviation of 6. case there are 34 percent of the tween the mean and one standard b) ( ) ( ), 4 percent between one and c) Qtwo ( Q( z )) = z deviations, and percent beyond π SAT π Scores 4 sin θ ard deviations. sin θ d) Q( ) = e dθ π Q ( 84 ) = e dθ π Binet Intelligence Scale Scores d Q standard score. 6.3 Applications of Normal Distributions The normal distribution can help us to determine probabilities. 6.4 Notation The z notation is critical in the use of normal σ = 5.3 distributions. 6.5 Normal Approimation of the Binomial Binomial probabilities can be estimated by using a normal distribution. al Probability Distributions nce Scores al probability distribution P is X considered μ > σ Table =.455, 3. Influence the P X single of μ σ< on σ different = most.9545 quantities important probatribution. An unlimited number of continuous random variables have either a normal oimately normal distribution. f X P(m kσ < m + ( kσ ) ( ) f X ) all familiar with IQ (intelligence Error probability quotient) scores and/or 3 SAT (Scholastic 4 Aptitude 6 Test) 8 scores have a mean of Distance and a from standard the mean deviation 3.9 of 6. SAT 3.7scores have 4.75 a mean 5.6 of 95% 68% standard deviation of. But did you know that these continuous random variables a normal distribution? k, Applying Psychology: Critical and Creative e) Thinking, ( ) = Figure e ; 6. Q Pictures ( f ( ) ) = the Comparison e of f ( Several ). Deviation the Normal Distribution, Figure 99 Prentice-Hall, : Comparison d Inc. Reproduced of π Several dby permission Deviation of πpearson Scoresd Education, and the Normal Inc. Distribution d ( f ( ) ) d 34

7 (c) Binet Intelligence Scale 43 scores have a mean of and a standard deviation of 6. In each case there are 34 percent of the scores between the mean and one standard deviation, 4 percent between one and two standard deviations, and percent beyond two standard deviations. [Source: Beck, Applying Psychology: Critical and Creative Thinking.].46. N (, ) is the standard Gaussian (normal) distribution. In Ecel, use NORMSINV(RAND()). In MATLAB, use randn. The standard normal cdf is denoted by Φ(z). It inherits all properties of cdf. Moreover, note that Φ( z) = Φ(z)..47. Relationship between N (, ) and N (m, σ ). (a) An arbitrary Gaussian random variable with mean m and variance σ can be represented as σz+m, where Z N (, ). 43 Alfred Binet, who devised the first general aptitude test at the beginning of the th century, defined intelligence as the ability to make adaptations. The general purpose of the test was to determine which children in Paris could benefit from school. Binets test, like its subsequent revisions, consists of a series of progressively more difficult tasks that children of different ages can successfully complete. A child who can solve problems typically solved by children at a particular age level is said to have that mental age. For eample, if a child can successfully do the same tasks that an average 8-year-old can do, he or she is said to have a mental age of 8. The intelligence quotient, or IQ, is defined by the formula: IQ = (Mental Age/Chronological Age) There has been a great deal of controversy in recent years over what intelligence tests measure. Many of the test items depend on either language or other specific cultural eperiences for correct answers. Nevertheless, such tests can rather effectively predict school success. If school requires language and the tests measure language ability at a particular point of time in a childs life, then the test is a better-than-chance predictor of school performance. 35

8 I z <I>(z) I z ~(z) I z <I>(z) I z <I>(z) I z <I>(z) I z <I> (z) I Table 3. The standard nonnal CDF <t>(y).

9 This relationship can be used to generate general Gaussian RV from standard Gaussian RV. (b) If X N ( m, σ ), the random variable Z = X m σ is a standard normal random variable. That is, Z N (, ). Creating a new random variable by this transformation is referred to as standardizing. The standardized variable is called standard score or z-score..48. It is impossible to epress the integral of a Gaussian PDF between non-infinite limits (e.g., ()) as a function that appears on most scientific calculators. An old but still popular technique to find integrals of the Gaussian PDF is to refer to tables that have been obtained by numerical integration. One such table is the table that lists Φ(z) for many values of positive z. For X N ( m, σ ), we can show that the CDF of X can be calculated by ( ) m F X () = Φ. σ Eample.49. Suppose Z N (, ). Evaluate the following probabilities. (a) P [ Z ] 36

10 (b) P [ Z ] Eample.5. Suppose X N (, ). Find P [ X ]..5. Q-function: Q (z) = z N, π e z d corresponds to P [X > z] where X N (, ); that is Q (z) is the probability of the tail of N (, ). The Q function is then a complementary cdf (ccdf). erf ( z ) Q ( z ) N (,).9.8 Q( z ) z z Figure : Q-function (a) Q is a decreasing function with Q () =. (b) Q ( z) = Q (z) = Φ(z).5. Error function (MATLAB): erf (z) = π Q ( z ) (a) It is an odd function of z. z e d = (b) For z, it corresponds to P [ X < z] where X N (, ). (c) lim z erf (z) = 37

11 I z Q(z) I z' Q(z) Iz Q(z) Q(z) Q(z) , Ql.O I z Iz 3, ; Table 3. The standard normal complementary CDF Q(z).

12 k, k odd = = k 35 ( k ) σ, k even k E ( X μ) ( k ) E ( X μ) k k 4 6 ( k ) σ, k odd X μ E = π [Papoulis p ]. k 35 (d) erf ( z) = erf (z) ( k ) σ, k even 4 Var X ( = 4μ σ + ( σ. )) ( ) (e) Φ() = + erf = () erfc, odd 8) For N (,) and k, ( ) k k k E X = k E X = 35 ( k, ) k even (f) The complementary error function: erfc (z) = erf (z) = Q ( z 9) Error function (Matlab): ( ) = z ) = ( π = erf z e d Q z) corresponds to π z e d P X < z where X ~ N,. N, erf ( z ) Q ( z ) a) erf ( z) lim = z Figure 3: erf-function and Q-function b) erf ( z) = erf ( z).4.3 Eponential Distribution Definition.53. The eponential distribution is denoted by E (λ). (a) λ > is a parameter of the distribution, often called the rate parameter. (b) Characterized by { λe f X () = λ, >,, { e F X () = λ, >,, z 38

13 Survival-, survivor-, or reliability-function: (c) MATLAB: X = eprnd(/λ) or random( ep,/λ) f X () = eppdf(,/λ) or pdf( ep,,/λ) F X () = epcdf(,/λ) or cdf( ep,,/λ) Eample.54. Suppose X E(λ), find P [ < X < ]. Eercise.55. Eponential random variable as a continuous version of geometric random variable: Suppose X E (λ). Show that X G (e λ ) and X G (e λ ) Eample.56. The eponential distribution is intimately related to the Poisson process. It is often used as a probability model for the (waiting) time until a rare event occurs. time elapsed until the net earthquake in a certain region decay time of a radioactive particle time between independent events such as arrivals at a service facility or arrivals of customers in a shop. duration of a cell-phone call time it takes a computer network to transmit a message from one node to another. 39

14

15 .57. EX = λ Eample.58. Phone Company A charges $.5 per minute for telephone calls. For any fraction of a minute at the end of a call, they charge for a full minute. Phone Company B also charges $.5 per minute. However, Phone Company B calculates its charge based on the eact duration of a call. If T, the duration of a call in minutes, is eponential with parameter λ = /3, what are the epected revenues per call E [R A ] and E [R B ] for companies A and B? Solution: First, note that ET = λ = 3. Hence, E [R B ] = E [.5 T ] =.5ET = $.45. and E [R A ] = E [.5 T ] =.5E T. ( Now, recall, from Eercise.55, that T G ) e λ. E T = Therefore, e λ E [R A ] =.5E T.59. Hence,.59. Memoryless property: The eponential r.v. is the only continuous 44 r.v. on [, ) that satisfies the memoryless property: P [X > s + X > s] = P [X > ] for all > and all s > [8, p ]. In words, the future is independent of the past. The fact that it hasn t happened yet, tells us nothing about how much longer it will take before it does happen. Imagining that the eponentially distributed random variable X represents the lifetime of an item, the residual life of an item has the same eponential distribution as the original lifetime, 44 For discrete random variable, geometric random variables satisfy the memoryless property. 4

16 regardless of how long the item has been already in use. In other words, there is no deterioration/degradation over time. If it is still currently working after years of use, then today, its condition is just like new. In particular, suppose we define the set B+ to be { + b : b B}. For any > and set B [, ), we have P [X B + X > ] = P [X B] because P [X B + ] P [X > ].6. Summary: = B+ λe λt dt e λ τ=t = B λe λ(τ+) dτ e λ. X Support S X f X () = { Uniform U(a, b) (a, b), a < < b, b a, otherwise. Normal (Gaussian) N (m, σ ) R πσ e ( m { λe Eponential E(λ) (, ) λ, >,, σ ) Table 4: Eamples of probability density functions. Here, λ, σ >. 4

Lecture Notes 2 Random Variables. Discrete Random Variables: Probability mass function (pmf)

Lecture Notes 2 Random Variables. Discrete Random Variables: Probability mass function (pmf) Lecture Notes 2 Random Variables Definition Discrete Random Variables: Probability mass function (pmf) Continuous Random Variables: Probability density function (pdf) Mean and Variance Cumulative Distribution

More information

Lecture Notes 2 Random Variables. Random Variable

Lecture Notes 2 Random Variables. Random Variable Lecture Notes 2 Random Variables Definition Discrete Random Variables: Probability mass function (pmf) Continuous Random Variables: Probability density function (pdf) Mean and Variance Cumulative Distribution

More information

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential.

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential. Math 8A Lecture 6 Friday May 7 th Epectation Recall the three main probability density functions so far () Uniform () Eponential (3) Power Law e, ( ), Math 8A Lecture 6 Friday May 7 th Epectation Eample

More information

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr.

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr. Simulation Discrete-Event System Simulation Chapter 4 Statistical Models in Simulation Purpose & Overview The world the model-builder sees is probabilistic rather than deterministic. Some statistical model

More information

EE/CpE 345. Modeling and Simulation. Fall Class 5 September 30, 2002

EE/CpE 345. Modeling and Simulation. Fall Class 5 September 30, 2002 EE/CpE 345 Modeling and Simulation Class 5 September 30, 2002 Statistical Models in Simulation Real World phenomena of interest Sample phenomena select distribution Probabilistic, not deterministic Model

More information

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations Chapter 5 Statistical Models in Simulations 5.1 Contents Basic Probability Theory Concepts Discrete Distributions Continuous Distributions Poisson Process Empirical Distributions Useful Statistical Models

More information

Chapter 2. Random Variable. Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance.

Chapter 2. Random Variable. Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance. Chapter 2 Random Variable CLO2 Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance. 1 1. Introduction In Chapter 1, we introduced the concept

More information

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution Pengyuan (Penelope) Wang June 15, 2011 Review Discussed Uniform Distribution and Normal Distribution Normal Approximation

More information

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 29, 2014 Introduction Introduction The world of the model-builder

More information

Random variable X is a mapping that maps each outcome s in the sample space to a unique real number x, x. X s. Real Line

Random variable X is a mapping that maps each outcome s in the sample space to a unique real number x, x. X s. Real Line Random Variable Random variable is a mapping that maps each outcome s in the sample space to a unique real number,. s s : outcome Sample Space Real Line Eamples Toss a coin. Define the random variable

More information

Random variables. DS GA 1002 Probability and Statistics for Data Science.

Random variables. DS GA 1002 Probability and Statistics for Data Science. Random variables DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Motivation Random variables model numerical quantities

More information

n px p x (1 p) n x. p x n(n 1)... (n x + 1) x!

n px p x (1 p) n x. p x n(n 1)... (n x + 1) x! Lectures 3-4 jacques@ucsd.edu 7. Classical discrete distributions D. The Poisson Distribution. If a coin with heads probability p is flipped independently n times, then the number of heads is Bin(n, p)

More information

ESS011 Mathematical statistics and signal processing

ESS011 Mathematical statistics and signal processing ESS011 Mathematical statistics and signal processing Lecture 9: Gaussian distribution, transformation formula for continuous random variables, and the joint distribution Tuomas A. Rajala Chalmers TU April

More information

Transform Techniques - CF

Transform Techniques - CF Transform Techniques - CF [eview] Moment Generating Function For a real t, the MGF of the random variable is t t M () t E[ e ] e Characteristic Function (CF) k t k For a real ω, the characteristic function

More information

Continuous random variables

Continuous random variables Continuous random variables Continuous r.v. s take an uncountably infinite number of possible values. Examples: Heights of people Weights of apples Diameters of bolts Life lengths of light-bulbs We cannot

More information

Central Limit Theorem and the Law of Large Numbers Class 6, Jeremy Orloff and Jonathan Bloom

Central Limit Theorem and the Law of Large Numbers Class 6, Jeremy Orloff and Jonathan Bloom Central Limit Theorem and the Law of Large Numbers Class 6, 8.5 Jeremy Orloff and Jonathan Bloom Learning Goals. Understand the statement of the law of large numbers. 2. Understand the statement of the

More information

Chapter 4. Continuous Random Variables

Chapter 4. Continuous Random Variables Chapter 4. Continuous Random Variables Review Continuous random variable: A random variable that can take any value on an interval of R. Distribution: A density function f : R R + such that 1. non-negative,

More information

Chapter 2: Random Variables

Chapter 2: Random Variables ECE54: Stochastic Signals and Systems Fall 28 Lecture 2 - September 3, 28 Dr. Salim El Rouayheb Scribe: Peiwen Tian, Lu Liu, Ghadir Ayache Chapter 2: Random Variables Example. Tossing a fair coin twice:

More information

STAT Chapter 5 Continuous Distributions

STAT Chapter 5 Continuous Distributions STAT 270 - Chapter 5 Continuous Distributions June 27, 2012 Shirin Golchi () STAT270 June 27, 2012 1 / 59 Continuous rv s Definition: X is a continuous rv if it takes values in an interval, i.e., range

More information

ECON 5350 Class Notes Review of Probability and Distribution Theory

ECON 5350 Class Notes Review of Probability and Distribution Theory ECON 535 Class Notes Review of Probability and Distribution Theory 1 Random Variables Definition. Let c represent an element of the sample space C of a random eperiment, c C. A random variable is a one-to-one

More information

Recall Discrete Distribution. 5.2 Continuous Random Variable. A probability histogram. Density Function 3/27/2012

Recall Discrete Distribution. 5.2 Continuous Random Variable. A probability histogram. Density Function 3/27/2012 3/7/ Recall Discrete Distribution 5. Continuous Random Variable For a discrete distribution, for eample Binomial distribution with n=5, and p=.4, the probabilit distribution is f().7776.59.3456.34.768.4.3

More information

L06. Chapter 6: Continuous Probability Distributions

L06. Chapter 6: Continuous Probability Distributions L06 Chapter 6: Continuous Probability Distributions Probability Chapter 6 Continuous Probability Distributions Recall Discrete Probability Distributions Could only take on particular values Continuous

More information

Notes on Continuous Random Variables

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

More information

Class 26: review for final exam 18.05, Spring 2014

Class 26: review for final exam 18.05, Spring 2014 Probability Class 26: review for final eam 8.05, Spring 204 Counting Sets Inclusion-eclusion principle Rule of product (multiplication rule) Permutation and combinations Basics Outcome, sample space, event

More information

CSCI-6971 Lecture Notes: Probability theory

CSCI-6971 Lecture Notes: Probability theory CSCI-6971 Lecture Notes: Probability theory Kristopher R. Beevers Department of Computer Science Rensselaer Polytechnic Institute beevek@cs.rpi.edu January 31, 2006 1 Properties of probabilities Let, A,

More information

Introduction to Probability Theory for Graduate Economics Fall 2008

Introduction to Probability Theory for Graduate Economics Fall 2008 Introduction to Probability Theory for Graduate Economics Fall 008 Yiğit Sağlam October 10, 008 CHAPTER - RANDOM VARIABLES AND EXPECTATION 1 1 Random Variables A random variable (RV) is a real-valued function

More information

Transform Techniques - CF

Transform Techniques - CF Transform Techniques - CF [eview] Moment Generating Function For a real t, the MGF of the random variable is t e k p ( k) discrete t t k M () t E[ e ] e t e f d continuous Characteristic Function (CF)

More information

Chapter 3 Single Random Variables and Probability Distributions (Part 1)

Chapter 3 Single Random Variables and Probability Distributions (Part 1) Chapter 3 Single Random Variables and Probability Distributions (Part 1) Contents What is a Random Variable? Probability Distribution Functions Cumulative Distribution Function Probability Density Function

More information

Exponential, Gamma and Normal Distribuions

Exponential, Gamma and Normal Distribuions Exponential, Gamma and Normal Distribuions Sections 5.4, 5.5 & 6.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

More information

Common ontinuous random variables

Common ontinuous random variables Common ontinuous random variables CE 311S Earlier, we saw a number of distribution families Binomial Negative binomial Hypergeometric Poisson These were useful because they represented common situations:

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 3: The Exponential Distribution and the Poisson process Section 4.8 The Exponential Distribution 1 / 21 Exponential Distribution

More information

8-1 Exploring Exponential Models

8-1 Exploring Exponential Models 8- Eploring Eponential Models Eponential Function A function with the general form, where is a real number, a 0, b > 0 and b. Eample: y = 4() Growth Factor When b >, b is the growth factor Eample: y =

More information

Transform Techniques - CF

Transform Techniques - CF Transform Techniques - CF [eview] Moment Generating Function For a real t, the MGF of the random variable is t t M () t E[ e ] e Characteristic Function (CF) k t k For a real ω, the characteristic function

More information

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R Random Variables Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R As such, a random variable summarizes the outcome of an experiment

More information

Chapter 1 Statistical Reasoning Why statistics? Section 1.1 Basics of Probability Theory

Chapter 1 Statistical Reasoning Why statistics? Section 1.1 Basics of Probability Theory Chapter 1 Statistical Reasoning Why statistics? Uncertainty of nature (weather, earth movement, etc. ) Uncertainty in observation/sampling/measurement Variability of human operation/error imperfection

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES Contents 1. Continuous random variables 2. Examples 3. Expected values 4. Joint distributions

More information

Chapter 2 Continuous Distributions

Chapter 2 Continuous Distributions Chapter Continuous Distributions Continuous random variables For a continuous random variable X the probability distribution is described by the probability density function f(x), which has the following

More information

BMIR Lecture Series on Probability and Statistics Fall, 2015 Uniform Distribution

BMIR Lecture Series on Probability and Statistics Fall, 2015 Uniform Distribution Lecture #5 BMIR Lecture Series on Probability and Statistics Fall, 2015 Department of Biomedical Engineering and Environmental Sciences National Tsing Hua University s 5.1 Definition ( ) A continuous random

More information

Introduction...2 Chapter Review on probability and random variables Random experiment, sample space and events

Introduction...2 Chapter Review on probability and random variables Random experiment, sample space and events Introduction... Chapter...3 Review on probability and random variables...3. Random eperiment, sample space and events...3. Probability definition...7.3 Conditional Probability and Independence...7.4 heorem

More information

Continuous Variables Chris Piech CS109, Stanford University

Continuous Variables Chris Piech CS109, Stanford University Continuous Variables Chris Piech CS109, Stanford University 1906 Earthquak Magnitude 7.8 Learning Goals 1. Comfort using new discrete random variables 2. Integrate a density function (PDF) to get a probability

More information

HW7 Solutions. f(x) = 0 otherwise. 0 otherwise. The density function looks like this: = 20 if x [10, 90) if x [90, 100]

HW7 Solutions. f(x) = 0 otherwise. 0 otherwise. The density function looks like this: = 20 if x [10, 90) if x [90, 100] HW7 Solutions. 5 pts.) James Bond James Bond, my favorite hero, has again jumped off a plane. The plane is traveling from from base A to base B, distance km apart. Now suppose the plane takes off from

More information

Continuous-time Markov Chains

Continuous-time Markov Chains Continuous-time Markov Chains Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ October 23, 2017

More information

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment:

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment: Moments Lecture 10: Central Limit Theorem and CDFs Sta230 / Mth 230 Colin Rundel Raw moment: Central moment: µ n = EX n ) µ n = E[X µ) 2 ] February 25, 2014 Normalized / Standardized moment: µ n σ n Sta230

More information

Chapter Review of of Random Processes

Chapter Review of of Random Processes Chapter.. Review of of Random Proesses Random Variables and Error Funtions Conepts of Random Proesses 3 Wide-sense Stationary Proesses and Transmission over LTI 4 White Gaussian Noise Proesses @G.Gong

More information

Chapter 2. Discrete Distributions

Chapter 2. Discrete Distributions Chapter. Discrete Distributions Objectives ˆ Basic Concepts & Epectations ˆ Binomial, Poisson, Geometric, Negative Binomial, and Hypergeometric Distributions ˆ Introduction to the Maimum Likelihood Estimation

More information

Probability Models. 4. What is the definition of the expectation of a discrete random variable?

Probability Models. 4. What is the definition of the expectation of a discrete random variable? 1 Probability Models The list of questions below is provided in order to help you to prepare for the test and exam. It reflects only the theoretical part of the course. You should expect the questions

More information

Chapter 4 Multiple Random Variables

Chapter 4 Multiple Random Variables Chapter 4 Multiple Random Variables Chapter 41 Joint and Marginal Distributions Definition 411: An n -dimensional random vector is a function from a sample space S into Euclidean space n R, n -dimensional

More information

DS-GA 1002 Lecture notes 2 Fall Random variables

DS-GA 1002 Lecture notes 2 Fall Random variables DS-GA 12 Lecture notes 2 Fall 216 1 Introduction Random variables Random variables are a fundamental tool in probabilistic modeling. They allow us to model numerical quantities that are uncertain: the

More information

Chapter 3, 4 Random Variables ENCS Probability and Stochastic Processes. Concordia University

Chapter 3, 4 Random Variables ENCS Probability and Stochastic Processes. Concordia University Chapter 3, 4 Random Variables ENCS6161 - Probability and Stochastic Processes Concordia University ENCS6161 p.1/47 The Notion of a Random Variable A random variable X is a function that assigns a real

More information

The exponential distribution and the Poisson process

The exponential distribution and the Poisson process The exponential distribution and the Poisson process 1-1 Exponential Distribution: Basic Facts PDF f(t) = { λe λt, t 0 0, t < 0 CDF Pr{T t) = 0 t λe λu du = 1 e λt (t 0) Mean E[T] = 1 λ Variance Var[T]

More information

ECS /1 Part IV.2 Dr.Prapun

ECS /1 Part IV.2 Dr.Prapun Sirindhorn Interntionl Institute of Technology Thmmst University School of Informtion, Computer nd Communiction Technology ECS35 3/ Prt IV. Dr.Prpun.4 Fmilies of Continuous Rndom Vribles Theorem.4 sttes

More information

Simulation. Where real stuff starts

Simulation. Where real stuff starts 1 Simulation Where real stuff starts ToC 1. What is a simulation? 2. Accuracy of output 3. Random Number Generators 4. How to sample 5. Monte Carlo 6. Bootstrap 2 1. What is a simulation? 3 What is a simulation?

More information

Solutions to Homework Set #3 (Prepared by Yu Xiang) Let the random variable Y be the time to get the n-th packet. Find the pdf of Y.

Solutions to Homework Set #3 (Prepared by Yu Xiang) Let the random variable Y be the time to get the n-th packet. Find the pdf of Y. Solutions to Homework Set #3 (Prepared by Yu Xiang). Time until the n-th arrival. Let the random variable N(t) be the number of packets arriving during time (0,t]. Suppose N(t) is Poisson with pmf p N

More information

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables ECE 6010 Lecture 1 Introduction; Review of Random Variables Readings from G&S: Chapter 1. Section 2.1, Section 2.3, Section 2.4, Section 3.1, Section 3.2, Section 3.5, Section 4.1, Section 4.2, Section

More information

(a) (i) Use StatCrunch to simulate 1000 random samples of size n = 10 from this population.

(a) (i) Use StatCrunch to simulate 1000 random samples of size n = 10 from this population. Chapter 8 Sampling Distribution Ch 8.1 Distribution of Sample Mean Objective A : Shape, Center, and Spread of the Distributions of A1. Sampling Distributions of Mean A1.1 Sampling Distribution of the Sample

More information

Gamma and Normal Distribuions

Gamma and Normal Distribuions Gamma and Normal Distribuions Sections 5.4 & 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 15-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Random variable X is a mapping that maps each outcome s in the sample space to a unique real number x, < x <. ( ) X s. Real Line

Random variable X is a mapping that maps each outcome s in the sample space to a unique real number x, < x <. ( ) X s. Real Line Random Variable Random variable is a mapping that maps each outcome s in the sample space to a unique real number, <

More information

Gaussian integrals. Calvin W. Johnson. September 9, The basic Gaussian and its normalization

Gaussian integrals. Calvin W. Johnson. September 9, The basic Gaussian and its normalization Gaussian integrals Calvin W. Johnson September 9, 24 The basic Gaussian and its normalization The Gaussian function or the normal distribution, ep ( α 2), () is a widely used function in physics and mathematical

More information

General Random Variables

General Random Variables 1/65 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Probability A general random variable is discrete, continuous, or mixed. A discrete random variable

More information

Exponential Distribution and Poisson Process

Exponential Distribution and Poisson Process Exponential Distribution and Poisson Process Stochastic Processes - Lecture Notes Fatih Cavdur to accompany Introduction to Probability Models by Sheldon M. Ross Fall 215 Outline Introduction Exponential

More information

UNIT TWO EXPONENTS AND LOGARITHMS MATH 621B 20 HOURS

UNIT TWO EXPONENTS AND LOGARITHMS MATH 621B 20 HOURS UNIT TWO EXPONENTS AND LOGARITHMS MATH 61B 0 HOURS Revised Apr 9, 0 9 SCO: By the end of grade 1, students will be epected to: B30 understand and use zero, negative and fractional eponents Elaborations

More information

6 The normal distribution, the central limit theorem and random samples

6 The normal distribution, the central limit theorem and random samples 6 The normal distribution, the central limit theorem and random samples 6.1 The normal distribution We mentioned the normal (or Gaussian) distribution in Chapter 4. It has density f X (x) = 1 σ 1 2π e

More information

UCSD ECE 153 Handout #20 Prof. Young-Han Kim Thursday, April 24, Solutions to Homework Set #3 (Prepared by TA Fatemeh Arbabjolfaei)

UCSD ECE 153 Handout #20 Prof. Young-Han Kim Thursday, April 24, Solutions to Homework Set #3 (Prepared by TA Fatemeh Arbabjolfaei) UCSD ECE 53 Handout #0 Prof. Young-Han Kim Thursday, April 4, 04 Solutions to Homework Set #3 (Prepared by TA Fatemeh Arbabjolfaei). Time until the n-th arrival. Let the random variable N(t) be the number

More information

Probability and Distributions

Probability and Distributions Probability and Distributions What is a statistical model? A statistical model is a set of assumptions by which the hypothetical population distribution of data is inferred. It is typically postulated

More information

STA 256: Statistics and Probability I

STA 256: Statistics and Probability I Al Nosedal. University of Toronto. Fall 2017 My momma always said: Life was like a box of chocolates. You never know what you re gonna get. Forrest Gump. Exercise 4.1 Let X be a random variable with p(x)

More information

Expected Values, Exponential and Gamma Distributions

Expected Values, Exponential and Gamma Distributions Expected Values, Exponential and Gamma Distributions Sections 5.2 & 5.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 13-3339 Cathy

More information

Chapter 5. Chapter 5 sections

Chapter 5. Chapter 5 sections 1 / 43 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

More information

STAT509: Continuous Random Variable

STAT509: Continuous Random Variable University of South Carolina September 23, 2014 Continuous Random Variable A continuous random variable is a random variable with an interval (either finite or infinite) of real numbers for its range.

More information

15 Discrete Distributions

15 Discrete Distributions Lecture Note 6 Special Distributions (Discrete and Continuous) MIT 4.30 Spring 006 Herman Bennett 5 Discrete Distributions We have already seen the binomial distribution and the uniform distribution. 5.

More information

C.6 Normal Distributions

C.6 Normal Distributions C.6 Normal Distributions APPENDIX C.6 Normal Distributions A43 Find probabilities for continuous random variables. Find probabilities using the normal distribution. Find probabilities using the standard

More information

Ching-Han Hsu, BMES, National Tsing Hua University c 2015 by Ching-Han Hsu, Ph.D., BMIR Lab. = a + b 2. b a. x a b a = 12

Ching-Han Hsu, BMES, National Tsing Hua University c 2015 by Ching-Han Hsu, Ph.D., BMIR Lab. = a + b 2. b a. x a b a = 12 Lecture 5 Continuous Random Variables BMIR Lecture Series in Probability and Statistics Ching-Han Hsu, BMES, National Tsing Hua University c 215 by Ching-Han Hsu, Ph.D., BMIR Lab 5.1 1 Uniform Distribution

More information

Continuous distributions

Continuous distributions CHAPTER 7 Continuous distributions 7.. Introduction A r.v. X is said to have a continuous distribution if there exists a nonnegative function f such that P(a X b) = ˆ b a f(x)dx for every a and b. distribution.)

More information

Expected value of r.v. s

Expected value of r.v. s 10 Epected value of r.v. s CDF or PDF are complete (probabilistic) descriptions of the behavior of a random variable. Sometimes we are interested in less information; in a partial characterization. 8 i

More information

Chapter 2: Elements of Probability Continued

Chapter 2: Elements of Probability Continued MSCS6 Chapter : Elements of Probability Continued Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 7 by MSCS6 Agenda.7 Chebyshev s Inequality and the law of Large

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

Chapter 4. Probability-The Study of Randomness

Chapter 4. Probability-The Study of Randomness Chapter 4. Probability-The Study of Randomness 4.1.Randomness Random: A phenomenon- individual outcomes are uncertain but there is nonetheless a regular distribution of outcomes in a large number of repetitions.

More information

EE 302 Division 1. Homework 6 Solutions.

EE 302 Division 1. Homework 6 Solutions. EE 3 Division. Homework 6 Solutions. Problem. A random variable X has probability density { C f X () e λ,,, otherwise, where λ is a positive real number. Find (a) The constant C. Solution. Because of the

More information

3F1 Random Processes Examples Paper (for all 6 lectures)

3F1 Random Processes Examples Paper (for all 6 lectures) 3F Random Processes Examples Paper (for all 6 lectures). Three factories make the same electrical component. Factory A supplies half of the total number of components to the central depot, while factories

More information

Probability Density Functions

Probability Density Functions Probability Density Functions Probability Density Functions Definition Let X be a continuous rv. Then a probability distribution or probability density function (pdf) of X is a function f (x) such that

More information

3 Continuous Random Variables

3 Continuous Random Variables Jinguo Lian Math437 Notes January 15, 016 3 Continuous Random Variables Remember that discrete random variables can take only a countable number of possible values. On the other hand, a continuous random

More information

explicit expression, recursive, composition of functions, arithmetic sequence, geometric sequence, domain, range

explicit expression, recursive, composition of functions, arithmetic sequence, geometric sequence, domain, range Jordan-Granite-Canyons Consortium Secondary Math 1: Unit B (7 8 Weeks) Unit : Linear and Eponential Relationships In earlier grades, students define, evaluate, and compare functions, and use them to model

More information

STAT2201. Analysis of Engineering & Scientific Data. Unit 3

STAT2201. Analysis of Engineering & Scientific Data. Unit 3 STAT2201 Analysis of Engineering & Scientific Data Unit 3 Slava Vaisman The University of Queensland School of Mathematics and Physics What we learned in Unit 2 (1) We defined a sample space of a random

More information

ARCONES MANUAL FOR THE SOA EXAM P/CAS EXAM 1, PROBABILITY, SPRING 2010 EDITION.

ARCONES MANUAL FOR THE SOA EXAM P/CAS EXAM 1, PROBABILITY, SPRING 2010 EDITION. A self published manuscript ARCONES MANUAL FOR THE SOA EXAM P/CAS EXAM 1, PROBABILITY, SPRING 21 EDITION. M I G U E L A R C O N E S Miguel A. Arcones, Ph. D. c 28. All rights reserved. Author Miguel A.

More information

Outline. Random Variables. Examples. Random Variable

Outline. Random Variables. Examples. Random Variable Outline Random Variables M. Sami Fadali Professor of Electrical Engineering University of Nevada, Reno Random variables. CDF and pdf. Joint random variables. Correlated, independent, orthogonal. Correlation,

More information

Chapter 4: Continuous Probability Distributions

Chapter 4: Continuous Probability Distributions Chapter 4: Continuous Probability Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 57 Continuous Random Variable A continuous random

More information

Continuous Distributions

Continuous Distributions A normal distribution and other density functions involving exponential forms play the most important role in probability and statistics. They are related in a certain way, as summarized in a diagram later

More information

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators.

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. IE 230 Seat # Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. Score Exam #3a, Spring 2002 Schmeiser Closed book and notes. 60 minutes. 1. True or false. (for each,

More information

Chapter 8: Continuous Probability Distributions

Chapter 8: Continuous Probability Distributions Chapter 8: Continuous Probability Distributions 8.1 Introduction This chapter continued our discussion of probability distributions. It began by describing continuous probability distributions in general,

More information

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 18

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 18 EECS 7 Discrete Mathematics and Probability Theory Spring 214 Anant Sahai Note 18 A Brief Introduction to Continuous Probability Up to now we have focused exclusively on discrete probability spaces Ω,

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 14: Continuous random variables Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin www.cs.cmu.edu/

More information

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015 Part IA Probability Definitions Based on lectures by R. Weber Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

2. A Basic Statistical Toolbox

2. A Basic Statistical Toolbox . A Basic Statistical Toolbo Statistics is a mathematical science pertaining to the collection, analysis, interpretation, and presentation of data. Wikipedia definition Mathematical statistics: concerned

More information

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z,

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, Random Variable And Probability Distribution Introduction Random Variable ( r.v. ) Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, T, and denote the assumed

More information

Chapter 2 Random Variables

Chapter 2 Random Variables Stochastic Processes Chapter 2 Random Variables Prof. Jernan Juang Dept. of Engineering Science National Cheng Kung University Prof. Chun-Hung Liu Dept. of Electrical and Computer Eng. National Chiao Tung

More information

Chapter 3 Common Families of Distributions

Chapter 3 Common Families of Distributions Lecture 9 on BST 631: Statistical Theory I Kui Zhang, 9/3/8 and 9/5/8 Review for the previous lecture Definition: Several commonly used discrete distributions, including discrete uniform, hypergeometric,

More information

Continuous-Valued Probability Review

Continuous-Valued Probability Review CS 6323 Continuous-Valued Probability Review Prof. Gregory Provan Department of Computer Science University College Cork 2 Overview Review of discrete distributions Continuous distributions 3 Discrete

More information

Slides 8: Statistical Models in Simulation

Slides 8: Statistical Models in Simulation Slides 8: Statistical Models in Simulation Purpose and Overview The world the model-builder sees is probabilistic rather than deterministic: Some statistical model might well describe the variations. An

More information

ECS /1 Part III.2 Dr.Prapun

ECS /1 Part III.2 Dr.Prapun Sirindhorn International Institute of Technology Thammasat University School of Information, Computer and Communication Technology ECS315 2011/1 Part III.2 Dr.Prapun 8.2 Families of Discrete Random Variables

More information