B.N.Bandodkar College of Science, Thane. Subject : Computer Simulation and Modeling.

Size: px
Start display at page:

Download "B.N.Bandodkar College of Science, Thane. Subject : Computer Simulation and Modeling."

Transcription

1 B.N.Bandodkar College of Science, Thane Subject : Computer Simulation and Modeling. Simulation is a powerful technique for solving a wide variety of problems. To simulate is to copy the behaviors of a system or phenomenon under study. The simulation technique is used when the problem cannot be epressed in the Mathematical model. We will be dealing with only numerical sequential simulation hence we have to study data values. Though simulation is indeed versatility tool, It provides only satisfied estimates rather than eact result and it only compares the alternatives rather than generating an optimal one. Hence when all fails go for Simulation. In simulation we have to generate data values. Hence we have to study some statistical models or distributions of data values. Statistical Models/ distributions The value of the characteristic under study is known as a variable. Eg demand, arrival time, service time, marks scored I).Discrete variable : If the number of possible values of the variable is finite or countably infinite then the variable is called as a discrete variable. e.g Number of arrivals at the airport. Number of Jobs completed per day. Let X be a discrete random variable. The possible values of X are denoted by the sample space S X. Then probability function P( i )= P(X= i ) i S X i=,, 3. is known as probability mass function (pmf). This function satisfy the following two conditions ) P( i ) 0 for all i ) P( i )=

2 Cumulative probability distribution function (cdf) is defined as F() = P(X ) R F() = P ( i) Properties of cdf: ) F(- ) = 0 and F( ) = ) F is non decreasing function of 3) F is continuous at right. 4) P (a < X < b) = F(b) F(a) Mean, Median, mode and variance are the characteristics of the distribution. If M is the median then F(M)= ½ Mode is that value of X at which P() is maimum Mean =E(X) = i *P( i ) Variance = V(X) = E(X-E(X)) = E(X ) (E(X)) e.g. Tossing a die. A die is loaded in such a way that P(i) is proportional to i. P(i)=ki P(i)= k+k+3k+4k+5k+6k= =» k=/ X: P() / / 3/ 4/ 5/ 6/ E(X)= */ +*/+.+6*6/= 9/= E(X)= */+ */..+6 *6/= 44/= V(X)= - (4.3333) =.5 Mode = 6

3 Graph of p.d.f. 6/ / Cdf of X F() = 0 < = / < = 3/ < 3 =6/ 3 < 4 = 0/ 4 < 5 = 5/ 5 < 6 = 6 P(<X< 5)= F(5)-F() =(5/) (3/)=(/) P(< X< 5) = P(< X< 5)= F(5)-F() =5/ -/=4/=/3 P(X > 4) = -P(X< 4) =-0/=/

4 Graph of cdf 6/ 5/ 4/ 3/ / Standard discrete distributions Bernoulli distribution : This distribution best describes all situations where a "trial" is made resulting in either "success" or "failure," such as when tossing a coin, or when modeling the success or failure of a surgical procedure. The Bernoulli distribution is defined by pmf as: P()= p if = =(-p) if =0 = 0 otherwise This can be written as P() = p (-p) -, for = 0, and 0<p<

5 = 0 otherwise Where p is the probability that a particular event will occur Mean = E(X)= *p+0*(-p)=p E(X )= *p-0 *(-p) =p Variance =E(X )-(E(X)) = p-p = p(-p)=pq Mean=p Variance=pq Binomial distribution : The binomial distribution is useful for describing distributions of binomial events, The random variable X that denotes the number of success in n Bernoulli trials has a binominal distribution given by p (), where P() = n C p q n- for = 0,,,...,n 0<p< where p is the probability that the respective event will occur q is equal to -p n is the maimum number of independent trials. Mean = np variance = npq (n, p) are parameters of the binomial distribution. 3 Poisson distribution The Poisson distribution is also sometimes referred to as the distribution of rare events. Eamples of Poisson distributed variables are number of accidents on the particular road on the particular day, number of printing mistakes per page, or the number of defects found in a production process. It is defined by pmf as: P() = (λ e -λ )/! for = 0,,,..., λ>0

6 According to mathematical derivation Poisson distribution is the limiting case of binomial distribution such that number of trials can be very large probability of success of a trial is (n ), average number of success are finite [np = finite constant =λ] Mean = λ and variance = λ Note : If X, X,..Xn are n independent Poisson variates with parameter λ, then the distribution of X i is also Poisson with parameter n λ. 4 Geometric Distribution If independent Bernoulli trials are made until a "success" occurs, then the total number of trials required is a geometric random variable. The geometric distribution is defined as: P() = pq -, for =,,...,.. 0<p< p is the probability of a success at a given trial, q=-p E (X) = p q and V(X) = p 5 Negative binomial distribution If independent Bernoulli trials are made until a "k successes" occurs, then the total number of trials required is a negative binomial random variable. Its pmf is given by P()= - C k- p k q -k for =k, k+,k+.. 0<p<, p is the probability of a success at a given trial and q=-p E (X) = p k kq and V(X) = p

7 Summary : Name of the distribution Probability mass function Mean Variance Eample Bernoulli 0<p< P=P(success) Binomial 0<p< P+q= Poisson λ>0 Geometric 0<p< P+q= Negative binomial 0<p< P+q= P() = p (-p) -, for = 0, = 0 otherwise P() = n C p q n- = 0 o.w. for = 0,,.,n P() = (λ e -λ )/! for = 0,,,..., =0 o.w P() = pq -, for =,,..., =0 o.w. P()= - C k- p k q -k for =k, k+, k+,.. =0 o.w. p P(-p) Eperiment with two possible outcomes. Success & failure np npq Number of successes in n Bernoulli trials λ λ Number of events occurring on a unit interval. λ is mean rate per unit time /p q/p Number of trials to obtain the first success in a sequence of Bernoulli trials k/p kq/p Number of trials to obtain the k th success in a sequence of Bernoulli trials

8 Eamples: ) On an average % defectives items are produced. A lot of size 50 is selected if it contains more than defectives then lot is rejected. Compute the probability that lot is rejected. ) 40% of the printers are rejected at the inspection centre. Find the probability that i) first accepted printer is the third one inspected. ii) five printers are inspected in order to accept three. iii) out of seven printers inspected four are accepted. 3) The calls due to the failure of a computer occur in accordance with Poisson distribution with a mean of per day. Find the probability that i) there are three calls for computer failure on the net day. ii) Two or more calls on the net day. iii) At least one calls. 4) Of the orders a shop receives 5% are welding jobs and 75% are machining jobs. What is the probability that i) out of net five jobs will be machining jobs? ii) Net four jobs will be welding jobs? 5) Students arrival at the library follows Poisson with mean 0 per hr. Determine the probability that i) there are 50 arrivals in the net one hr. ii) there are no arrivals in the net one hr. iii) there are 75 arrivals in the net hrs. 6) Mr. A receives four calls in a day (Poisson distribution).what is the probability that on the net day, the number of calls received will eceed the average by more than one standard deviation. 7) In the production of ball bearing bubbles or depressions occur, then this bearing is unfit for sale. It has been noted that on an average one in every 800 of the ball bearing has a defect. What is the probability that a random sample of 4000 will yield fewer than three defective ball bearings? 8) A random variable X has pmf P()=/(n+) over the range{0,, n}. Find mean and variance of this distribution.

9 9) An industrial chemical that will retard the spread of fire in paint has been developed. The local sales representative has determined, from past eperience that 48% of the sales calls will result in an order. a) What is the probability that the first order will come on the fourth sales call of the day? b) What is the probability that the third order will come on the sith sales call of the day? c) If eight sales calls are made in a day, what is the probability of receiving eactly si orders? d) If four sales calls are made before lunch, what is the probability that one or less results in an order? 0) Player A is currently winning 0.55 of his games. There are 5 games in the net two weeks. What is the probability that he will win more games than he will lose? ) If r.v. is geometrically distributed over.. with P () = 3P(3) Find P( = odd ) ) A boy is throwing stones at a target, if the probability of hitting the target is /5. i)what is the probability that target it hit on the 5 th attempt? ii) find the probability that si trials were required to hit target thrice. 3) State and prove Memory- less property of geometric distribution. i. P(X > s + t / X>t) = P( X>s) ii. P(X = s + t / X>t) = P( X=s)

10 II) Continuous Distributions Continuous random variables can be used to describe random phenomena in which the variable of interest can take on may value in some interval - for eample, the time to failure or the length of a rod. Let the random variable X be a continuous r.v. P(-d/ X +d/)= f()d Then the function f() is said to be the probability density function of X. The properties of p.d.f. ) f() 0 for all X S ) f ( ) d Cumulative probability distribution function (cdf) is defined as F() = P(X ) R F() = f ( ) d Properties of cdf: ) F(- ) = 0 and F( ) = ) F is non decreasing function of 3) F is a continuous function of X 4) P( < X < ) =F( ) F( ) If M is the median then F(M)= ½ Mode is that value of X at which f() is maimum. df ( ) d Mode is obtained by solving the equation 0 Mean =E(X) = f ( ) d S E(X ) = f ( ) d S Variance = V(X) = E(X-E(X)) = E(X ) (E(X))

11 Standard continuous distributions ) Uniform distribution. A random variable X is uniformly distributed on the interval (a, b) if its pdf is given by f() = b a, 0, otherwise The cdf is given by 0, b, a a F () =, < a a < b b Note that P ( < X < ) = F ( ) F ( ) = b a is proportional to the length of the interval, for all,and satisfying a < b. The mean and variance of the distribution are given by E (X) = a b and V (X) = ( b a) The pdf and cdf when a = and b = 6 are shown in Figure f ()

12 F () The uniform distribution plays a vital role in simulation. Random numbers, uniformly distributed between zero and, provide the means to generate random events. Eample: The demand (in Kg)for cakes is uniformly distributed over the range (000, 500). Find the probability that on a given day demand is i) less than or equal to 500 kg. ii) demand is between (00, 000 ) iii) demand is more than 000 kg. Hear a= 000, b= 500 i) P( X<500)= F( 500) =( )/( )=500/500=/3 ii) P(00<X<000)= F(000)-F(00)=(000/500)-(00/500)=8/5 iii) P(X>000) =-P(X<000) =-(000/500)=/3 ) Triangular distribution. A random variable X has a triangular distribution if its pdf is given by

13 ( a) ( b a)( c a), ( c ) ( c b)( c a) f () =, 0, a b b< c elsewhere The cdf for the triangular distribution is given by F () = 0, ( a) ( b a)( c, a), ( c ) ( c b)( c a), a a < b Height = / (c - a) a b c Graph of pdf E (X) = a b 3 c and Mode= b Variance= a b c ab 8 ac bc Mode= 3Mean-(a+c) The mode is used more often than the mean to characterize the triangular distribution. As shown in above fig, its height is / (c - a) above the ais. The variance, V (X), of the triangular distribution is little used.

14 Eample The central processing requirements, for programs that will eecute, have a triangular distribution with a = 0.05 second, b =. seconds, and c = 6.5 seconds. Determine the probability that the CPU requirement for a random program is.5 seconds or less. The required probability is P(X<.5)= F (.5) Since b(=.) <.5 < c (=6.5) (6.5.5) ( )(6.5 F (.5) = Thus, the probability is 0.54 that the CPU requirement is.5 seconds or less. Problems:. The current reading on Sag Reva s gas mileage indicator is an average of 5.3 miles per gallon. Assume that gas mileage on Sag s car follows a triangular distribution with a minimum value of zero and a maimum value of 50 miles per gallon. What is the value of the median?. The consumption of raw material for a fabrication firm follows triangular distribution with minimum 00units, maimum 75 units and mean is 40 units. Obtain its median. 3. Time required to assemble a component follows triangular distribution with a=0seconds, c= 5 seconds, the median is 5, compute mode. 3) Eponential distribution. A random variable X is said to be eponentially distributed with parameter > 0 if its pdf is given by e f () =, 0 0, elsewhere.) F() = t t e e dt [ ] 0 e 0 e Therefore F()= 0 <0 =- e -λ >0

15 The eponential distribution has mean and variance given by E (X) = and V (X) = The pdf and cdf are shown in the following Figures f() F() 0 0 Thus, the mean and standard deviation are equal Cdf of eponential pdf of eponential distribution. One of the most important properties of the eponential distribution is that it is memory less, which means that for all s 0 and t 0,

16 P (X > s + t X > t) = P (X > s) (A) Let X represent the life of a component (a battery, light bulb, computer chip, laser ray, etc.) and assume that X is eponentially distributed. Equation (A) states that the probability that the component lives for at least s + t hours, given that it has survived t hours, is the same as the initial probability that it lives for at least s hours. If the component is alive at time then the distribution of the remaining amount of time s (if X > t), that it survives, namely X > t, is the same as the original distribution of a new component. That is, the component does not remember that it has already been in use for a time t. A used component is as good as new. That Equation (A) holds is shown by eamining the conditional probability P (X > s + t X > s) = P( X P( X s t) s) F( s t) F( s). P (X > s + t X > s) = e e ( s t) s e t = P (X > t) E Suppose that the life of an industrial lamp, in thousands of hours, is eponentially distributed with failure rate = /3 (one failure every 3000 hours, on the average),find the probability that i) it will last longer than its mean life. ii) lamp will last between 000 and 3000 hours iii) lamp will last for another 000 hours, given that it is operating after 500 hours. Solution : life (000hr) average failure rate = /3 ( out 3). i)the probability that the lamp will last longer than its mean life of 3000 hours is given by P (X > 3) = P = (X 3) = F (3). P (X > 3) = ( e -3/3 ) = e - = Regardless of the value of, this result will always be the same That is, the probability that the random variable is greater than its mean is 0.368, for any value of.

17 ii) The probability that the industrial lamp will last between 000 and 3000 hours is determined by P ( X 3) = F (3) - F () F (3) - F () = ( e -3/3 ) - ( e -/3 ) = = 0.45 iii) The probability that the industrial lamp will last for another 000 hours, given that it is operating after 500 hours. Problems: P (X > 3.5 X >.5) = P (X > ) = e -/3 = 0.77 ) For an eponentially distributed random variable X, find the value of that satisfies the following relationship: P (X ) = 0.9 P (X 3) )The time to service customers at a bank s teller counter is eponentially distributed with mean 50 secs. What is the probability that the two customers in front of an arriving customer will each take less than 30 secs to complete their transactions? 4 )Gamma distribution. A function used in defining the gamma distribution is the gamma function, which is defined for all > 0 as ( ) 0 e d where ( ) = ( - ) ( - ) If is an integer, then using () = we can show ( ) = ( - )! A random variable X is gamma distributed with parameters and if its pdf is given by

18 f() f () = 0, ( ( ) ) e, > 0 otherwise The parameter is called the shape parameter and is called the scale parameter. Several gamma distributions for = and various values of are shown in the following Figure The pdf of several Gamma dist when scale parameter = B= B= B= The mean and variance of the gamma distribution are given by E (X) = and V (X) = Mode = (β ) / (θ) The cdf of X is given by

19 F () = 0, ( ( t) ) When is an integer, the gamma distribution is related to the eponential distribution in the following manner: If the random variable, X, is the sum of independent, eponentially distributed random variables, each with parameter, then X has a gamma distribution with parameters and. Thus, if where the pdf of X j is given by X = X + X +. +X e t dt, > 0 g ( j ) = ( ) e 0,, 0 and the X j are mutually independent. 5)The Erlang distribution is a special case of the Gamma distribution where the shape parameter β is an integer. In the Gamma distribution, this parameter is not restricted to the integers. The p.d.f is given by f () = ( 0, ( ) )! e, >0 Mean= E (X) = and V (X) =, Mode = (β ) / (θ) 6)Weibull distribution. The random variable X has a Weibull distribution if its pdf has the form f () = ( ) 0, ep ( ) υ, ( otherwise

20 The three parameters of the Weibull distribution are υ (- < υ < ), which is the location parameter; ( > 0), which is the scale parameter; and ( > 0), which is the shape parameter. E (X) = υ + and V (X) = The cdf of the Weibull distribution is given by 0, F () =, ep >v v When υ = 0, the Weibull pdf becomes f () = ( ) ep 0 0, when υ = 0 and =. Letting, = the Weibull distribution is reduced to f () = / e 0,, 0 otherwise which is an eponential distribution with parameter = /. Eample :The time it takes for an aircraft to land and clear the runway at a major international airport has a Weibull distribution with υ =.34 minutes, = 0.5, and = 0.04 minute. Determine the probability that an incoming airplane will take more than.5 minutes to land and clear the runway. In this case P (X >.5) is determined as follows: P (X >.5) = -F (.5) = -( ep ) =-( e - )= 0.35

21 Therefore, the probability that an aircraft will require more than.5 minutes to land and clear the runway is 0.35 Eample The time to failure for a flat panel screen is known to have a Weibull distribution with υ = 0, = /3, and = 00 hours. Find the mean time to failure. Also evaluate the probability that a unit fails before 000 hours. The mean time to failure is given E (X) = υ + =0+00 (3 + )= 00 (3 + ) = 00 (3!) = 00 hours The probability that a unit fails before 000 hours is determined by F(000) F (000) = ep / 3 = e 0 3 = e -.5 = ) Normal distribution. A random variable X with mean (- < < ) and variance > 0 has a normal distribution if it has the pdf f () = ep, The normal distribution is used so often that the notation X N (, ) has been adopted by many authors to indicate that the random variable X is normally distributed with mean and variance. Some of the special properties of the normal distribution are listed here.. lim - f () = 0 and lim f () = 0; the value of f () approaches zero as approaches negative infinity and, similarly, as approaches positive infinity.. f ( - ) = f ( + ); the pdf is symmetric about. 3. The maimum value of the pdf occurs at =. (Thus, the mean and mode are equal.)

22 f () The cdf for the normal distribution is given by F () = P (X ) = ep t dt It is not possible to evaluate this Equation. Numerical methods could be used, but it appears that it would be necessary to evaluate the integral for each pair (, ). However, a transformation of variables, z = (t - )/, allows the evaluation to be independent of and. If X N (, ), let Z = (X - ) / to obtain

23 F () = P (X ) = P ( ) / Z = e z / dz = ( ) / ( z ) dz Φ((X-µ)/σ) The pdf φ (z) = e z /, z is the pdf of a normal distribution with mean zero and variance. it is said that Z has a standard normal distribution. The cdf for the standard normal distribution is given by Φ (z) = The probabilities Φ (z) for Z z e t / dt 0 are given in Table Φ (z) = = 0 z z The pdf of the standard normal distribution Eample It is known that X N (50, 9). Determine F (56) = P (X 56) F (56) = Φ () from Table [Cumulative Normal Distribution]. Eample The time required to load an oceangoing vessel, X, is distributed N (, 4). Find the probability that the vessel will be loaded in less than 0 hours.

24 The probability that the vessel will be loaded in less than 0 hours is given by F (0), where 0 F(0) = ( ) The probability that or more hours will be required to load the ship can also be determined by inspection, using the symmetry property of the normal pdf, determine P (X < )]. Now, P (X >) = F (). The standardized normal F () = Φ (0) = Thus, P (X >) = 0.50 =0.50. The probability that between 0 and hours will be required to load a ship is given by P (0 X ) = F () F (0) = = Eample: The time to pass through a queue to begin self-service at a cafeteria has been found to be N (5, 9). Find the probability that an arriving customer waits between 4 and 7 minutes. The probability that an arriving customer waits between 4 and 7 minutes is determined as follows: P (4 X 7) = F (7) F (4) = Φ = Φ (0.667) Φ (-0.333) = Φ (0.667) (- Φ (0.333)) = ( ) = The probability is that the customer will pass through the queue in a time between 4 and 7 minutes Eample Lead-time demand, X, for an item is approimated by a normal distribution with a mean of 5 and a variance of 9. It is desired to determine a value for lead time that will be eceeded only 5% of the time.

25 Here, the problem is to find 0 such that P (X > 0 ) = 0.05 P (X > 0 ) = P Z i.e. Φ From Table [Cumulative Normal Distribution] it can be seen that Φ (.645) = Thus, 0 can be determined by solving Or 0 = Therefore, in only 5% of the cases will demand during lead time eceed available inventory if an order to purchase is made when the shock level reaches 30. Eamples ) Demand for an item follows N(50, 7 )Determine the probability demand eceeds i) 45 units, ii)55 units, iii)65 units. ) The annual rainfall in Chennai is normally distributed with mean 9 cms and standard deviation 3 cms. Evaluate the probability i) of getting ecess rain( 40cms or above )in a given year. ii) of getting 80cms or below rain in a given year. 3) Let X be a normal variable with mean 0 and variance 4.Find the values of a and b such that P(a<X<b)=0.90 and µ-a = µ-b 4) Three shafts are made and assembled in to a linkage. The length of each shaft in cms is distributed as follows Shaft X --N(60, 0.09), Shaft X --N(40, 0.05), Shaft3 X 3 --N(50, 0.) i) Write down the distribution of the length of the linkage ii)determine the prob that length of the linkage will be longer than 50.cms. iii) The tolerance limits for assembly are(49.83, 50.), what proportion of the assembly are within the limits?

26 5)Given the following distribution evaluate P(6<X<8) i) Normal(0,4) ii)uniform (4,6) iii) eponential with parameter 0. iv) triangular (4,0,6) 8) Lognormal distribution. A random variable X has a lognormal distribution if its pdf is given by f () = 0, ep ( In ), > 0 where > 0. The mean and variance of a lognormal random variable are + E (X) = e / V (X) = e + (e ) The parameters and are not the mean and variance of the lognormal. These parameters come from the fact that when Y has a N (, ) distribution, then X = e Y has a lognormal distribution with parameters and. If the mean and variance of the lognormal are known to be respectively, then the parameters and are given by L and L, = n L L L L = n L L Eample: The rate of return on a volatile investment is modeled as having a lognormal distribution with mean 0% and standard deviation 5%. Determine the parameters for the lognormal distribution. From the information given we have L = 0 and L = 5. Since we have = L 0 n = n L L

27 L 0 5 = n = n L L 9)Beta Distribution : (First Kind):. Beta integral of first type is given by ( m, n) 0 ( ) m n d ( m, n) m ( m n n) A random variable X has a beta distribution of first kind,if its pdf is given by ( m, n) m n f ( ) ( ) 0<< m>0, n>0 = 0 o.w. Mean=E(X)= m ( m n) V()= ( m mn n) ( m n ) Eample: In a certain country the proportion of highway sections requiring repairs in any given year is a r.v. having beta distribution of first kind with m = 3, n =. Find i. On the average what percentage of highway sections requires repairs in the given year? ii. The probability that at most half of the highway section will require repairs in the given year. Poisson Process: Consider random events such as arrivals at station, arrivals of calls, arrivals of jobs, number of breakdowns,.these events can be described by counting function N(t) defined for all t >0. N(t) denotes number of events occurred between [0,t] The counting process {N(t), t> 0} is said to be Poisson Process with mean rate λ if the following assumptions are fulfilled.

28 ) Events should occur one at a time. ) {N(t), t> 0} has stationary increments. The number of events occurring in the interval depends only on the length of the interval. 3) {N(t), t> 0}has independent increments. Future arrivals occure completely at random, independent of the number of arrivals in the past time intervals. P[N(t) =n]=e -λt (λt) n /n! For t > 0 and n=0,,. P[N(t)-N(s) =n]=e -λ(t-s) (λ(t-s)) n /n! n=0,,. Consider first event occurs at t, second at t +t and so on Then P (t >t)= P[N(t)=0]= e -λt P (t <t) = - P(t >t)= - e -λt This is cdf of eponential distribution. Hence interarrival time is eponentially distributed with mean /λ. Empirical distribution: By collecting the data we can write the distribution which is not the standard distribution that is known as empirical distribution. Eg. The number of students coming in a group is observed for 00 groups.,,3,3,,,,5,5,,,6,7,.. And the data is complied as (Discrete variable) Number of students in a group Frequency Relative frequency= probability Cumulative probability

29 Inter arrival time is noted for 00 customers (continuous variable) Interval Frequency Relative frequency= probability Cumulative probability

A) Questions on Estimation

A) Questions on Estimation A) Questions on Estimation 1 The following table shows the data about the number of seeds germinating out of 10 on damp filter paper which has Poisson distribution. Determine Estimate of λ. Number of seeds

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

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

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 20, 2012 Introduction Introduction The world of the model-builder

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

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

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

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

Plotting data is one method for selecting a probability distribution. The following

Plotting data is one method for selecting a probability distribution. The following Advanced Analytical Models: Over 800 Models and 300 Applications from the Basel II Accord to Wall Street and Beyond By Johnathan Mun Copyright 008 by Johnathan Mun APPENDIX C Understanding and Choosing

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

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

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

Chapter 1: Revie of Calculus and Probability

Chapter 1: Revie of Calculus and Probability Chapter 1: Revie of Calculus and Probability Refer to Text Book: Operations Research: Applications and Algorithms By Wayne L. Winston,Ch. 12 Operations Research: An Introduction By Hamdi Taha, Ch. 12 OR441-Dr.Khalid

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

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

Dr. Maddah ENMG 617 EM Statistics 10/15/12. Nonparametric Statistics (2) (Goodness of fit tests)

Dr. Maddah ENMG 617 EM Statistics 10/15/12. Nonparametric Statistics (2) (Goodness of fit tests) Dr. Maddah ENMG 617 EM Statistics 10/15/12 Nonparametric Statistics (2) (Goodness of fit tests) Introduction Probability models used in decision making (Operations Research) and other fields require fitting

More information

Discrete Distributions

Discrete Distributions Discrete Distributions Applications of the Binomial Distribution A manufacturing plant labels items as either defective or acceptable A firm bidding for contracts will either get a contract or not A marketing

More information

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3)

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) 3 Probability Distributions (Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) Probability Distribution Functions Probability distribution function (pdf): Function for mapping random variables to real numbers. Discrete

More information

Chapter 2: The Random Variable

Chapter 2: The Random Variable Chapter : The Random Variable The outcome of a random eperiment need not be a number, for eample tossing a coin or selecting a color ball from a bo. However we are usually interested not in the outcome

More information

CS 1538: Introduction to Simulation Homework 1

CS 1538: Introduction to Simulation Homework 1 CS 1538: Introduction to Simulation Homework 1 1. A fair six-sided die is rolled three times. Let X be a random variable that represents the number of unique outcomes in the three tosses. For example,

More information

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3)

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) 3 Probability Distributions (Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) Probability Distribution Functions Probability distribution function (pdf): Function for mapping random variables to real numbers. Discrete

More information

II. The Binomial Distribution

II. The Binomial Distribution 88 CHAPTER 4 PROBABILITY DISTRIBUTIONS 進佳數學團隊 Dr. Herbert Lam 林康榮博士 HKDSE Mathematics M1 II. The Binomial Distribution 1. Bernoulli distribution A Bernoulli eperiment results in any one of two possible

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

ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables

ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables Department of Electrical Engineering University of Arkansas ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Random Variable Discrete Random

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

Chapter 3. Discrete Random Variables and Their Probability Distributions

Chapter 3. Discrete Random Variables and Their Probability Distributions Chapter 3. Discrete Random Variables and Their Probability Distributions 2.11 Definition of random variable 3.1 Definition of a discrete random variable 3.2 Probability distribution of a discrete random

More information

Random Variables Example:

Random Variables Example: Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

Engineering Mathematics : Probability & Queueing Theory SUBJECT CODE : MA 2262 X find the minimum value of c.

Engineering Mathematics : Probability & Queueing Theory SUBJECT CODE : MA 2262 X find the minimum value of c. SUBJECT NAME : Probability & Queueing Theory SUBJECT CODE : MA 2262 MATERIAL NAME : University Questions MATERIAL CODE : SKMA104 UPDATED ON : May June 2013 Name of the Student: Branch: Unit I (Random Variables)

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

Chapter 3. Discrete Random Variables and Their Probability Distributions

Chapter 3. Discrete Random Variables and Their Probability Distributions Chapter 3. Discrete Random Variables and Their Probability Distributions 1 3.4-3 The Binomial random variable The Binomial random variable is related to binomial experiments (Def 3.6) 1. The experiment

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

Probability and Statistics for Engineers

Probability and Statistics for Engineers Probability and Statistics for Engineers Chapter 4 Probability Distributions Ruochen Liu Ruochenliu@xidian.edu.cn Institute of Intelligent Information Processing, Xidian University Outline Random variables

More information

DISCRETE VARIABLE PROBLEMS ONLY

DISCRETE VARIABLE PROBLEMS ONLY DISCRETE VARIABLE PROBLEMS ONLY. A biased die with four faces is used in a game. A player pays 0 counters to roll the die. The table below shows the possible scores on the die, the probability of each

More information

3 Modeling Process Quality

3 Modeling Process Quality 3 Modeling Process Quality 3.1 Introduction Section 3.1 contains basic numerical and graphical methods. familiar with these methods. It is assumed the student is Goal: Review several discrete and continuous

More information

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

Relationship between probability set function and random variable - 2 -

Relationship between probability set function and random variable - 2 - 2.0 Random Variables A rat is selected at random from a cage and its sex is determined. The set of possible outcomes is female and male. Thus outcome space is S = {female, male} = {F, M}. If we let X be

More information

Introduction to Probability and Statistics Slides 3 Chapter 3

Introduction to Probability and Statistics Slides 3 Chapter 3 Introduction to Probability and Statistics Slides 3 Chapter 3 Ammar M. Sarhan, asarhan@mathstat.dal.ca Department of Mathematics and Statistics, Dalhousie University Fall Semester 2008 Dr. Ammar M. Sarhan

More information

BINOMIAL DISTRIBUTION

BINOMIAL DISTRIBUTION BINOMIAL DISTRIBUTION The binomial distribution is a particular type of discrete pmf. It describes random variables which satisfy the following conditions: 1 You perform n identical experiments (called

More information

Discrete probability distributions

Discrete probability distributions Discrete probability s BSAD 30 Dave Novak Fall 08 Source: Anderson et al., 05 Quantitative Methods for Business th edition some slides are directly from J. Loucks 03 Cengage Learning Covered so far Chapter

More information

Mathematical Statistics 1 Math A 6330

Mathematical Statistics 1 Math A 6330 Mathematical Statistics 1 Math A 6330 Chapter 3 Common Families of Distributions Mohamed I. Riffi Department of Mathematics Islamic University of Gaza September 28, 2015 Outline 1 Subjects of Lecture 04

More information

Guidelines for Solving Probability Problems

Guidelines for Solving Probability Problems Guidelines for Solving Probability Problems CS 1538: Introduction to Simulation 1 Steps for Problem Solving Suggested steps for approaching a problem: 1. Identify the distribution What distribution does

More information

b. ( ) ( ) ( ) ( ) ( ) 5. Independence: Two events (A & B) are independent if one of the conditions listed below is satisfied; ( ) ( ) ( )

b. ( ) ( ) ( ) ( ) ( ) 5. Independence: Two events (A & B) are independent if one of the conditions listed below is satisfied; ( ) ( ) ( ) 1. Set a. b. 2. Definitions a. Random Experiment: An experiment that can result in different outcomes, even though it is performed under the same conditions and in the same manner. b. Sample Space: This

More information

A random variable is said to have a beta distribution with parameters (a, b) ifits probability density function is equal to

A random variable is said to have a beta distribution with parameters (a, b) ifits probability density function is equal to 224 Chapter 5 Continuous Random Variables A random variable is said to have a beta distribution with parameters (a, b) ifits probability density function is equal to 1 B(a, b) xa 1 (1 x) b 1 x 1 and is

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

Statistics for Economists. Lectures 3 & 4

Statistics for Economists. Lectures 3 & 4 Statistics for Economists Lectures 3 & 4 Asrat Temesgen Stockholm University 1 CHAPTER 2- Discrete Distributions 2.1. Random variables of the Discrete Type Definition 2.1.1: Given a random experiment with

More information

57:022 Principles of Design II Final Exam Solutions - Spring 1997

57:022 Principles of Design II Final Exam Solutions - Spring 1997 57:022 Principles of Design II Final Exam Solutions - Spring 1997 Part: I II III IV V VI Total Possible Pts: 52 10 12 16 13 12 115 PART ONE Indicate "+" if True and "o" if False: + a. If a component's

More information

Probability and Statistics Concepts

Probability and Statistics Concepts University of Central Florida Computer Science Division COT 5611 - Operating Systems. Spring 014 - dcm Probability and Statistics Concepts Random Variable: a rule that assigns a numerical value to each

More information

EE126: Probability and Random Processes

EE126: Probability and Random Processes EE126: Probability and Random Processes Lecture 18: Poisson Process Abhay Parekh UC Berkeley March 17, 2011 1 1 Review 2 Poisson Process 2 Bernoulli Process An arrival process comprised of a sequence of

More information

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution Random Variable Theoretical Probability Distribution Random Variable Discrete Probability Distributions A variable that assumes a numerical description for the outcome of a random eperiment (by chance).

More information

Find the value of n in order for the player to get an expected return of 9 counters per roll.

Find the value of n in order for the player to get an expected return of 9 counters per roll. . A biased die with four faces is used in a game. A player pays 0 counters to roll the die. The table below shows the possible scores on the die, the probability of each score and the number of counters

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

MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3

MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3 MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3 1. A four engine plane can fly if at least two engines work. a) If the engines operate independently and each malfunctions with probability q, what is the

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

CH5 CH6(Sections 1 through 5) Homework Problems

CH5 CH6(Sections 1 through 5) Homework Problems 550.40 CH5 CH6(Sections 1 through 5) Homework Problems 1. Part of HW #6: CH 5 P1. Let X be a random variable with probability density function f(x) = c(1 x ) 1 < x < 1 (a) What is the value of c? (b) What

More information

Discrete Distributions

Discrete Distributions A simplest example of random experiment is a coin-tossing, formally called Bernoulli trial. It happens to be the case that many useful distributions are built upon this simplest form of experiment, whose

More information

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

Math/Stat 352 Lecture 8

Math/Stat 352 Lecture 8 Math/Stat 352 Lecture 8 Sections 4.3 and 4.4 Commonly Used Distributions: Poisson, hypergeometric, geometric, and negative binomial. 1 The Poisson Distribution Poisson random variable counts the number

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

MgtOp 215 Chapter 5 Dr. Ahn

MgtOp 215 Chapter 5 Dr. Ahn MgtOp 215 Chapter 5 Dr. Ahn Random variable: a variable that assumes its values corresponding to a various outcomes of a random experiment, therefore its value cannot be predicted with certainty. Discrete

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

Brief Review of Probability

Brief Review of Probability Maura Department of Economics and Finance Università Tor Vergata Outline 1 Distribution Functions Quantiles and Modes of a Distribution 2 Example 3 Example 4 Distributions Outline Distribution Functions

More information

Applied Statistics and Probability for Engineers. Sixth Edition. Chapter 4 Continuous Random Variables and Probability Distributions.

Applied Statistics and Probability for Engineers. Sixth Edition. Chapter 4 Continuous Random Variables and Probability Distributions. Applied Statistics and Probability for Engineers Sixth Edition Douglas C. Montgomery George C. Runger Chapter 4 Continuous Random Variables and Probability Distributions 4 Continuous CHAPTER OUTLINE Random

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Applied Statistics and Probability for Engineers Sixth Edition Douglas C. Montgomery George C. Runger Chapter 4 Continuous Random Variables and Probability Distributions 4 Continuous CHAPTER OUTLINE 4-1

More information

POISSON RANDOM VARIABLES

POISSON RANDOM VARIABLES POISSON RANDOM VARIABLES Suppose a random phenomenon occurs with a mean rate of occurrences or happenings per unit of time or length or area or volume, etc. Note: >. Eamples: 1. Cars passing through an

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

Chapter 3: Discrete Random Variable

Chapter 3: Discrete Random Variable Chapter 3: Discrete Random Variable Shiwen Shen University of South Carolina 2017 Summer 1 / 63 Random Variable Definition: A random variable is a function from a sample space S into the real numbers.

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

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 60 minutes.

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 60 minutes. Closed book and notes. 60 minutes. A summary table of some univariate continuous distributions is provided. Four Pages. In this version of the Key, I try to be more complete than necessary to receive full

More information

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables Chapter 4: Continuous Random Variables and Probability s 4-1 Continuous Random Variables 4-2 Probability s and Probability Density Functions 4-3 Cumulative Functions 4-4 Mean and Variance of a Continuous

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

Sample Problems for the Final Exam

Sample Problems for the Final Exam Sample Problems for the Final Exam 1. Hydraulic landing assemblies coming from an aircraft rework facility are each inspected for defects. Historical records indicate that 8% have defects in shafts only,

More information

Chapter (4) Discrete Probability Distributions Examples

Chapter (4) Discrete Probability Distributions Examples Chapter (4) Discrete Probability Distributions Examples Example () Two balanced dice are rolled. Let X be the sum of the two dice. Obtain the probability distribution of X. Solution When the two balanced

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

Discrete Probability Distribution

Discrete Probability Distribution Shapes of binomial distributions Discrete Probability Distribution Week 11 For this activity you will use a web applet. Go to http://socr.stat.ucla.edu/htmls/socr_eperiments.html and choose Binomial coin

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

Probability Distributions

Probability Distributions Probability Distributions Series of events Previously we have been discussing the probabilities associated with a single event: Observing a 1 on a single roll of a die Observing a K with a single card

More information

STA 584 Supplementary Examples (not to be graded) Fall, 2003

STA 584 Supplementary Examples (not to be graded) Fall, 2003 Page 1 of 8 Central Michigan University Department of Mathematics STA 584 Supplementary Examples (not to be graded) Fall, 003 1. (a) If A and B are independent events, P(A) =.40 and P(B) =.70, find (i)

More information

Applied Statistics I

Applied Statistics I Applied Statistics I (IMT224β/AMT224β) Department of Mathematics University of Ruhuna A.W.L. Pubudu Thilan Department of Mathematics University of Ruhuna Applied Statistics I(IMT224β/AMT224β) 1/158 Chapter

More information

RS Chapter 2 Random Variables 9/28/2017. Chapter 2. Random Variables

RS Chapter 2 Random Variables 9/28/2017. Chapter 2. Random Variables RS Chapter Random Variables 9/8/017 Chapter Random Variables Random Variables A random variable is a convenient way to epress the elements of Ω as numbers rather than abstract elements of sets. Definition:

More information

Chapter 3 Probability Distribution

Chapter 3 Probability Distribution Chapter 3 Probability Distribution Probability Distributions A probability function is a function which assigns probabilities to the values of a random variable. Individual probability values may be denoted

More information

4Continuous Random. Variables and Probability Distributions CHAPTER OUTLINE LEARNING OBJECTIVES

4Continuous Random. Variables and Probability Distributions CHAPTER OUTLINE LEARNING OBJECTIVES 4Continuous Random Variables and Probability Distributions CHAPTER OUTLINE 4-1 CONTINUOUS RANDOM VARIABLES 4-2 PROBABILITY DISTRIBUTIONS AND PROBABILITY DENSITY FUNCTIONS 4-3 CUMULATIVE DISTRIBUTION FUNCTIONS

More information

Known probability distributions

Known probability distributions Known probability distributions Engineers frequently wor with data that can be modeled as one of several nown probability distributions. Being able to model the data allows us to: model real systems design

More information

Continuous Probability Spaces

Continuous Probability Spaces Continuous Probability Spaces Ω is not countable. Outcomes can be any real number or part of an interval of R, e.g. heights, weights and lifetimes. Can not assign probabilities to each outcome and add

More information

S n = x + X 1 + X X n.

S n = x + X 1 + X X n. 0 Lecture 0 0. Gambler Ruin Problem Let X be a payoff if a coin toss game such that P(X = ) = P(X = ) = /2. Suppose you start with x dollars and play the game n times. Let X,X 2,...,X n be payoffs in each

More information

Solutions Manual Discrete-Event System Simulation Fourth Edition. Jerry Banks John S. Carson II Barry L. Nelson David M. Nicol

Solutions Manual Discrete-Event System Simulation Fourth Edition. Jerry Banks John S. Carson II Barry L. Nelson David M. Nicol Solutions Manual Discrete-Event System Simulation Fourth Edition Jerry Banks John S. Carson II Barry L. Nelson David M. Nicol January 4, 2005 Contents 1 Introduction to Simulation 1 2 Simulation Examples

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

Common Discrete Distributions

Common Discrete Distributions Common Discrete Distributions Statistics 104 Autumn 2004 Taken from Statistics 110 Lecture Notes Copyright c 2004 by Mark E. Irwin Common Discrete Distributions There are a wide range of popular discrete

More information

STAT509: Discrete Random Variable

STAT509: Discrete Random Variable University of South Carolina September 16, 2014 Motivation So far, we have already known how to calculate probabilities of events. Suppose we toss a fair coin three times, we know that the probability

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binomial and Poisson Probability Distributions Esra Akdeniz March 3, 2016 Bernoulli Random Variable Any random variable whose only possible values are 0 or 1 is called a Bernoulli random variable. What

More information

A Probability Primer. A random walk down a probabilistic path leading to some stochastic thoughts on chance events and uncertain outcomes.

A Probability Primer. A random walk down a probabilistic path leading to some stochastic thoughts on chance events and uncertain outcomes. A Probability Primer A random walk down a probabilistic path leading to some stochastic thoughts on chance events and uncertain outcomes. Are you holding all the cards?? Random Events A random event, E,

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

2009 Winton 1 Distributi ( ons 2) (2)

2009 Winton 1 Distributi ( ons 2) (2) Distributions ib i (2) 2 IV. Triangular Distribution ib ti Known values The minimum (a) The mode (b - the most likely value of the pdf) The maimum (c) f() probability density function (area under the curve

More information

Some Famous Discrete Distributions. 1. Uniform 2. Bernoulli 3. Binomial 4. Negative Binomial 5. Geometric 6. Hypergeometric 7.

Some Famous Discrete Distributions. 1. Uniform 2. Bernoulli 3. Binomial 4. Negative Binomial 5. Geometric 6. Hypergeometric 7. Some Famous Discrete Distributions. Uniform 2. Bernoulli 3. Binomial 4. Negative Binomial 5. Geometric 6. Hypergeometric 7. Poisson 5.2: Discrete Uniform Distribution: If the discrete random variable X

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

Part I Stochastic variables and Markov chains

Part I Stochastic variables and Markov chains Part I Stochastic variables and Markov chains Random variables describe the behaviour of a phenomenon independent of any specific sample space Distribution function (cdf, cumulative distribution function)

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

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

3.4. The Binomial Probability Distribution

3.4. The Binomial Probability Distribution 3.4. The Binomial Probability Distribution Objectives. Binomial experiment. Binomial random variable. Using binomial tables. Mean and variance of binomial distribution. 3.4.1. Four Conditions that determined

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

HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS

HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS A The Hypergeometric Situation: Sampling without Replacement In the section on Bernoulli trials [top of page 3 of those notes], it was indicated

More information