ECE 650 1/11. Homework Sets 1-3

Size: px
Start display at page:

Download "ECE 650 1/11. Homework Sets 1-3"

Transcription

1 ECE 650 1/11 Note to self: replace # 12, # 15 Homework Sets 1-3 HW Set 1: Review Assignment from Basic Probability 1. Suppose that the duration in minutes of a long-distance phone call is exponentially distributed, with probability density function: f(x) =.2 exp(-x/5), x > 0. Find the probability that the duration of a phone call a. be less than 2 minutes. Ans:.3297 b. will be between 5 and 6 minutes. Ans:.0667 c. will be less than 6 minutes given that it was greater than 3 minutes. Ans: A machine produces bolts the length of which (in cm.) is normally distributed with mean 5 and standard deviation = 0.3. A bolt is called defective if its length falls outside the interval (4.8, 5.2). a. What is the proportion of defective bolts produced? Ans:.5050 b. What is the probability that among 10 bolts produced by this machine, none will be defective? Ans: e-4 3. Three production lines are competing to see which line or team can finish assembling 100 phones the fastest. Their chances of finishing all 100 in less than 2 hours are 1/3, 1/5, and 1/12 respectively. Their production times are independent of each other. What is the probability that at least one team finishes all 100 phones in less than two hours? Ans: 23/45 4. A missile is known to hit its target with probability p. Given that in 5 trials it succeeded 3 times, what is the probability that it succeeded in the first trial? Hint: Try Bayes Theorem. Ans: 3/5 5. A fair coin is tossed (a) 3 times (b) 5 times. For case (a) and (b), find the probability that the number of heads is odd. 6. John and Harry are competing in an archery dual, with each trying to kill the other. First John shoots at Harry, then (if John missed) Harry shoots at John, etc. Both John and Harry are poor shots, with a probability of hitting their targets equal to 0.2. (Assume that any hits are fatal.) Find the probability that John will survive this ordeal i.e., find the probability that eventually John will kill Harry. Hint: you will probably need the formula for the sum of an infinite geometric series. 7. (Papoulis, 2.14) Consider two mutually exclusive sets, A and B, that are events for some experiment. Can they be independent? Why or why not?

2 ECE 650 2/11 8. (Papoulis, 2.18) Box 1 contains 1000 bulbs, 10% of which are defective. Box 2 contains 2000 bulbs, 5% of which are defective. Two bulbs are selected from a randomly selected box. a. Find the probability that both are defective. Ans: b. If both selected bulbs are defective, find the prob. that they came from Box (Gubner) A photo-sensor fails to activate if it receives fewer than four photons per ms. The number of photons per ms is a Poisson RV with parameter = 3. Find the probability that the sensor activates. Ans: Find the mean and variance of a RV that is uniformly distributed on the interval (0, 4). (Proof or derivation not required if you know the answer/shortcut.) 11a. Use MATLAB to verify your answers for problems 1, 2, and 9. Hint: Use functions of the form distcdf, where dist is norm, exp or poiss. (Also see MATLAB Addendum for Lecture 1 posted on the course web page. 11b. Use MATLAB to plot the pdf s for problems 1, 2, and 9. Hint: Use functions of the form distpdf, where dist is norm, exp or poiss, to generate the pdf s. Use MATLAB s subplot function to plot all three distributions on a single page. Also see the MATLAB Addendum described in part (a). 12. If X is uniformly distributed between 2 and 10, find (a) Pr(3 < X < 7); (b) Pr(X > 8). 13. Use MATLAB to: simulate the experiment of tossing a fair die 1,000 times. construct a 6-bin density histogram for the results of the experiment. Hint: To generate the variates, use a function of the form distrnd, where dist is unid. (Also see MATLAB Addendum for Lecture 1 posted on the course web page.) 14. Consider Examples 2.9 and 2.10 from the textbook (Miller & Childers), in which MATLAB code is written to simulate the tossing of two dice, and finding the probability that the sum is 5. Modify this code using the function unidrnd to simulate the toss of the dice. Run your modified code to simulate 10,000 tosses of the dice, and find the resulting approximation for Pr(sum = 5). 15. In a binarycommunications system, transmitted 0 s are incorrectly received as 1 s with probability.01, while transmitted 1 s are incorrectly received as 0 s with probability.02; find the total probability of error if 40% of the transmitted symbols are 0 s. 16. M&C, Prob. 2.64a. Ans. for 16:.0171

3 ECE 650 3/ Suppose that we start with a standard normal RV X ~ N(0, 1). Now transform X to form the new RV Y = 3X + 7. Write the equation for the pdf for the RV Y. (Proof or derivation not required if you know the answer/shortcut.) End of HW Set 1 HW Set 2 From Lecture 1: 1. Show that: a Gamma RV with parameter c = 1 is an exponential RV. 2. On a single sheet of paper, use MATLAB to graph four cases of the gamma pdf, with b and c values: (b, c) = { (2, 2), (4, 2), (2, 4), (4, 4) }. 3. Miller & Childers, Problem Ans. c: Miller & Childers, Problem 3.35b. (Assume 2 = 1 for the sake of the plot.) 5. Miller & Childers, Problem 3.36a. (Hint: See Lecture 1, p. 50, and let A be the event: M = Miller & Childers, Problem 3.39a. 7. (Dougherty) On the average, a gram of radium emits 3.57 * alpha particles per second. The Poisson RV X counts the number of emissions observed per nanosecond. a. Find the rate for the RV X; i.e., the average number of particles emitted per nanosecond. (See Lecture 1, p. 25) b. Find the probability that exactly 30 particles are emitted in a single nanosecond. c. Use MATLAB to verify your answer. Recall that for discrete RV s, the pdf, f X (x), or pmf actually gives the probability for any value x. 8. (Stark & Woods) A switchboard receives on the average 16 calls per minute. If the switchboard can handle at most 24 calls per minute, what is the probability that in any one minute the switchboard will saturate. Ans: Let X be a Gaussian RV, N(, x 2 = 3). Let W = 10 x/10, so that W db = 10 log 10 (W) = X. Find the equation for the pdf for RV W. Hint: Compare to Lecture 1 s discussion on lognormal RV s.)

4 ECE 650 4/ (Dougherty) The time to failure (in yrs) of a radar system is gamma distributed with b = ½ and c = 1.5. What is the probability that the system functions for at least one year prior to failure. Ans: A temperature monitoring system for a computer room is designed to sound a warning (and activate the air conditioning) whenever the temperature rises above 75 F, which happens 20% of the time. If the temp. is > 75 F: the voltage X is N(4, 2 = 4): X = signal + noise If the temp. is 75 F: the voltage X is N(0, 2 = 4): X = noise only Find the over-all pdf for the RV X representing the system voltage. Use MATLAB to plot the over-all pdf. 12. A Gaussian RV X is N(1, 2 = 2). Find the conditional pdf: f X X>2 (x); i.e., find the conditional probability density function for X, given that X > 2. Use MATLAB to sketch both the original pdf and the conditional pdf on the same plot. From Lecture 2: 13. Find (a) the moment generating function, and (b) the characteristic function, for the random variable X that is uniformly distributed on [-4, 4]. 14. Find (a) the moment generating function, and (b) the characteristic function, for the random variable X with PMF as shown: P X (x) (1/2) (1/2) x 15. Use the moment generating functions from answers 13 and 14 to find the first moment for RV X in problem 13 and both the first and second moments for the random variables X in problem Find the variance for the random variables as given in problems 13 and A normal RV X: N(1, = 2) is input to a half-wave rectifier, with input/output characteristic: Y = X, X 0 0, X < 0 Find the pdf of the output RV, Y.

5 ECE 650 5/ (Papoulis, 5-6) Let X be uniform on the interval (0, 1). Find the density of the RV Y = - ln(x). 19. Assume that humans have an average height of 65 inches, with a standard deviation of 3 inches. Also assume that the distribution is symmetric about the mean. Use the Chebyshev bound to find an upper bound on the probability that a human has height greater than 70 inches. Ans: 9/ Let X be uniformly distributed between 0 and 50. (a) Find the Markov bound on the probability that X is greater than or equal to 10. (b) Find the Markov bound on the probability that X is greater than or equal to 40. (c) Compare your answers from part (b) to the actual probability that X is greater than or equal to (Gubner) A cellular company knows that the expected (or average) number of simultaneous calls coming into a base station is 100. Since the actual number is a random variable, the station is designed to handle a maximum of 150 calls. a. Use the Markov inequality to find an upper bound on the probability that the station receives more than the maximum allowable number. Ans:.6623 b. If the variance in the number of incoming calls is 50, find a tighter bound on the probability that the station receives more than the maximum allowable number. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HW Set 3 1. (Dwight Mix) In shooting at a circular target, we assume that the points of impact in both the horizontal and vertical directions are independent Gaussian RV s, N(0, 2 ), where the bullseye is centered at the origin. For a particular shooter, the aimpoint variance is 2 = 4 in 2. (a) Find his average distance from the bullseye. 1 (b) Find the probability that a particular shot (by this same shooter) is more than 4 inches from the bullseye. Ans. b: a. Let X, Y and Z be independent, identically distributed (iid) RV s, each U(0, 2). Let W = X + Y + Z. Find fw(w). (This problem is for A students only!) 2b. Use MATLAB to simulate the underlying experiment for problem 2a. Specifically, generate 3 vectors X, Y, and Z, each containing 10,000 variates from the distribution U(0, 2). Then form the vector W = X + Y + Z, and make a (density) histogram of W. Plot 1 Once you know what type of rv you have, feel free to look up the equation for the average. You don t need to derive it! Similarly for the equation for the cdf if you do part b by hand instead of by MATLAB.

6 ECE 650 6/11 your theoretical answer (obtained in part a) on the same graph as your density histogram, and hope that they show good agreement! 3. Consider the experiment of tossing a single coin, with random variables X 1 and X 2 as shown: H T X X (a) Find and graph the joint pdf, fx1x2(x 1, x 2 ). (b) Find and graph the marginal pdf s, fx1(x 1 ) and fx2(x 2 ). (c) Find fz(z) if Z = X 1 + X 2. (Caution: X 1 and X 2 are not independent.) 4. (Papoulis 6-1a,f) Let X and Y be independent, identically distributed RV s: fx(x) = e -x U(x), fy(y) = e -y U(y) a. Find fz(z) if Z = X + Y. b. Find fz(z) if Z = max(x, Y). 5. Given the joint density fxy(x, y) = (1/8) e -(x/2 + y/4) U(x) U(y), a. Find f(x). b. Find f(y). c. Find f X Y (x). d. Find f Y X (y). e. Are X and Y independent? Why or why not? 6. Let X and Y be standard normal independent rv s. Find the probability that a random point (X, Y) falls in the shaded half-plane. Hint: it may be helpful to form a new RV, Z, based on the equation of the line dividing the plane. Ans:.1855 y 1 2 x 7. (Carol Ash) If RV X has mean 12 and variance 9, find a. var(10x) b. var(10x + 3) c. var(-x) d. E(X 2 ) 8. (Carol Ash) Find the variance of Z = X Y as a function of var(x), var(y) and cov(x, Y).

7 ECE 650 7/11 9. (Yates & Goodman, Ch. 9) The following table gives the joint probabilities for RV s X and Y: Pr(x,y) Y = -3 Y = -1 Y = 1 Y = 3 X = -1 1/6 1/8 1/24 0 X = 0 1/12 1/12 1/12 1/12 X = 1 0 1/24 1/8 1/6 a. Find the marginal pdf s f(x) and f(y). b. Are X and Y independent? 10. (Yates & Goodman, Ch. 5) Random variables X1, X2, X3, and X4 have joint pdf f(x 1, x 2, x 3, x 4 ) = k 0 < x 1 < x 2 < 1, 0 < x 3 < x 4 < 1 0 else First find constant k to make the joint pdf legitimate; then find the marginal pdfs f(x 2, x 3 ) and f(x 3 ). 11. (Papoulis, 4 th ed., 6.58) RV s X and Y are jointly distributed over the region 0 < x < y < 1, with: fxy(x, y) = kx 0 < x < y < 1 0 else Determine k to make the pdf legitimate, and find the covariance between X and Y. Ans: k = 6, cov = 1/ (Papoulis, 4 th ed., 6-71) RV s X and Y are uniform on the interval [-1, 1] and independent. Find the conditional density fr(r M) for the RV R = sqrt(x 2 + Y 2 ), where M = {R< 1}. Hint: x, y uniform on 2 x 2 square implies f(x, y) =, on the square. 13. (old quiz question) Let f X,Y (x,y) be the density function representing a jointly Gaussian pair of random variables, each having mean 0 and with covariance matrix 3 C 1 Write out f X,Y (x,y) explicitly (old quiz question) Find the correlation matrix for the random vector [X 1 X 2 ] T if X 1 and X 2 are independent, identically distributed RV s, each U(0, 12).

8 ECE 650 8/ (old quiz question) A telemetry signal, T, transmitted from a temperature sensor on a communications satellite is N(0, 9), where the second parameter is the variance. The receiver at mission control receives R = T + X where X is a noise voltage U(-3,3), independent of T. The receiver uses R to calculate linear MMSE estimate of the telemetry voltage: ^ T = AR + B a. Find the variance of RV R. b. Find the covariance of RV s R and T. ^ ^ c. Find the linear MMSE estimate, T = AR + B. Ans: T = (3/4) R 16. The input signal Y to a channel is N(0, 1), while the output (observable) is X = Y + N, where noise N is N(0, 2 = 9). (Assume that signal Y and noise N are independent.) a. Find the linear MMSE estimate of Y in terms of X; i.e., find A and B for the estimate Y = A X + B. b. Find the best (arbitrary) MMSE estimate of Y in terms of X; i.e. find the function c(x) that minimizes the mean squared error. 17. Use the technique for transformations of pairs of RV s (where input RV s X, Y yield output RV s W, Z) to find the equation for the pdf of RV Z = X Y, if the pdf s for X and Y are known and X and Y are independent. Hint: Let Z = XY; let W = Y; then find f ZW (z, w); then integrate to find fz(z). 18. From the handout on Conditional Probability and Estimation, Example 2, do parts c and d. (Note that the answers, but not the derivations, are given on the handout.) 19. Consider the 3-dimensional random vector : X = X 1 X2 X3 the Y k are independent Gaussian RV s with mean k and unit variance., where X k = k Y k, and where a. What is the mean vector, X? b. What is the correlation matrix, RX? c. Write an explicit expression (not in vector/matrix form) for the joint pdf f(x 1, x 2 ) for random variables X 1 and X 2. d. Write the correlation matrix, R, for random variables x 1 and x Let X be a R vector with mean X = and covariance matrix CX =

9 ECE 650 9/11 a. Find the correlation matrix, RX. b. Find the correlation, the covariance, and the correlation coefficient of random variables X 1 and X 2. Also find the variance of X 1 and the variance of X 2. c. Let W be a 2-dimensional, elementary white random vector. Design a linear transformation (X = HW + C) which operates on the elementary white vector to generate the R vector X described above. (In other words, find the required H and C for the transformation.) 21. (old test question) Two Gaussian random variables x 1 and x 2 have 0 means and variances 4 and 9 respectively. Their covariance Cx 1 x 2 is equal to 3. a. Find the covariance matrix, CX, for the random vector X = X 1. X2 b. Suppose that we generate two new random variables, Y 1 and Y 2, using the transformation H shown below, according to Y = HX: 1 2 H 3 4 Find the covariance matrix for random vector Y = Y 1 Y2 c. Write the joint probability density function, f(y 1, y 2 ), for the random variables Y 1 and Y (mostly from Mix) The following statements are either correct, partially correct, or wrong. Label the statements correct as is, or modify the statements as needed to make them correct. a. If events A and B are independent, then Pr(A B) = 0. b. If 2 RV s are independent, then they are uncorrelated. c. RV s X and Y are uncorrelated if E(XY) = 0. d. The conditional cdf F X Y (x) = F(x y) is the derivative (with respect to x) of the conditional pdf f X Y (x) = f(x y). e. The pdf for the n-dimensional Gaussian random vector can be written down if we know the means, the variances, and the covariances. f. The central limit theorem says that the sum of a large number of RV s is Gaussian, even though none of the RV s may be Gaussian. g. To apply Chebyshev s inequality to a RV X, we need to know the mean and variance of X. h. The linear transformation of a Gaussian RV is Gaussian. i. The sum of n Gaussian RV s is Gaussian.

10 ECE /11 j. If 2 RV s are uncorrelated, then they are independent. 23. A random binary signal, S, is equally likely to take values ±10. The signal into the receiver is R = S + N, where N is N(0, 2 = 9), and S is independent of N. Use MATLAB to plot f S (s), f N (n), and f R (r), one beneath the other on a single page. 24. (old test question, closed-book, closed-notes section, 5 pts) Find the covariance matrix for the white vector W = [W 1 W 2 W 3 ] T if the W 1, W 2 and W 3 all have standard deviation (old test question, closed-book, closed-notes section, 5 pts) Given Y = X + N, where X is uniform on (0, 10) and N is Gaussian, N(2, 2 = 9), and X and N are independent, find the correlation between random variables X and Y. 26. (old test question, 15 pts) Let X be uniformly distributed on (-2, 2). Let Y = X 2. Find the linear MMSE estimate ( Ŷ = AX + B) of Y in terms of X. 27. (old test question, hard) Consider a random variable Y, to be estimated: Y: U(0, 1). The scalar observation is X = Y + N, where Y and N are independent, and where f N (n) is: f N (n) a. (10 pts) Find f X (x) for the case: 2 < x < 3. (Hint: since X = Y + N where Y and N are independent, this is a convolution problem; however, you only need to find the answer for one case of shift value.) b. (10 pts) Find (ii) f X (x y). (Hint: sketch: f X (x y), and first write the equations for the case f X (x Y =.5); note that the only possible y values are between 0 and 1.) c. (10 pts) Use Bayes Rule for pdfs, together with your answers from parts a and b, to find f Y (y x) for the case: X = 2.5. n d. What is the best (in the MMSE sense) estimate of Y, given that X = 2.5? (Note: your answer should be a number, not a function.)

11 ECE / (Mix, and former test question) Two RV s X and Y are associated with the toss of a single fair die, taking values as shown: # on die RV Y RV X a. Find the constant c that is the MMSE estimate of the RV Y, and the resulting meansquared error; i.e., find Ŷ c, and find E[(Y-c) 2 ]. (Ignore RV X for part a.) b. Now find the MMSE estimate of the RV Y, as an arbitrary function of X (treating X as the observable ). Hints i iv below: You need to do this for each possible value of X. Also find the resulting MSE using your estimate. i. If X = 4, find Ŷ X 4 ii. If X = 1, find Ŷ X 1 iii. If X = 0, find Ŷ X 0 iv. If X = 9, find Ŷ X 9 Summary of Estimate: Ŷ if X = Ŷ if X = MSE of the estimate:

ECE Homework Set 2

ECE Homework Set 2 1 Solve these problems after Lecture #4: Homework Set 2 1. Two dice are tossed; let X be the sum of the numbers appearing. a. Graph the CDF, FX(x), and the pdf, fx(x). b. Use the CDF to find: Pr(7 X 9).

More information

ECE Homework Set 3

ECE Homework Set 3 ECE 450 1 Homework Set 3 0. Consider the random variables X and Y, whose values are a function of the number showing when a single die is tossed, as show below: Exp. Outcome 1 3 4 5 6 X 3 3 4 4 Y 0 1 3

More information

ECE 450 Homework #3. 1. Given the joint density function f XY (x,y) = 0.5 1<x<2, 2<y< <x<4, 2<y<3 0 else

ECE 450 Homework #3. 1. Given the joint density function f XY (x,y) = 0.5 1<x<2, 2<y< <x<4, 2<y<3 0 else ECE 450 Homework #3 0. Consider the random variables X and Y, whose values are a function of the number showing when a single die is tossed, as show below: Exp. Outcome 1 3 4 5 6 X 3 3 4 4 Y 0 1 3 4 5

More information

ECE 650 Lecture 4. Intro to Estimation Theory Random Vectors. ECE 650 D. Van Alphen 1

ECE 650 Lecture 4. Intro to Estimation Theory Random Vectors. ECE 650 D. Van Alphen 1 EE 650 Lecture 4 Intro to Estimation Theory Random Vectors EE 650 D. Van Alphen 1 Lecture Overview: Random Variables & Estimation Theory Functions of RV s (5.9) Introduction to Estimation Theory MMSE Estimation

More information

FINAL EXAM: Monday 8-10am

FINAL EXAM: Monday 8-10am ECE 30: Probabilistic Methods in Electrical and Computer Engineering Fall 016 Instructor: Prof. A. R. Reibman FINAL EXAM: Monday 8-10am Fall 016, TTh 3-4:15pm (December 1, 016) This is a closed book exam.

More information

ECE 650 Fall, /9 Homework Set 2 Solutions

ECE 650 Fall, /9 Homework Set 2 Solutions ECE 65 Fall, 14 1/9 Homework Set Solutions 1. Gamma with c = 1, from eq. 3.1a (tetbook): f() = ( / b) ep( / b) b () u() (1/b) ep(-/b) u(), which is eponential since gamma() = 1, either from MATLAB or from

More information

STAT 414: Introduction to Probability Theory

STAT 414: Introduction to Probability Theory STAT 414: Introduction to Probability Theory Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical Exercises

More information

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu Home Work: 1 1. Describe the sample space when a coin is tossed (a) once, (b) three times, (c) n times, (d) an infinite number of times. 2. A coin is tossed until for the first time the same result appear

More information

Name of the Student: Problems on Discrete & Continuous R.Vs

Name of the Student: Problems on Discrete & Continuous R.Vs Engineering Mathematics 08 SUBJECT NAME : Probability & Random Processes SUBJECT CODE : MA645 MATERIAL NAME : University Questions REGULATION : R03 UPDATED ON : November 07 (Upto N/D 07 Q.P) (Scan the

More information

Statistics for scientists and engineers

Statistics for scientists and engineers Statistics for scientists and engineers February 0, 006 Contents Introduction. Motivation - why study statistics?................................... Examples..................................................3

More information

HW1 (due 10/6/05): (from textbook) 1.2.3, 1.2.9, , , (extra credit) A fashionable country club has 100 members, 30 of whom are

HW1 (due 10/6/05): (from textbook) 1.2.3, 1.2.9, , , (extra credit) A fashionable country club has 100 members, 30 of whom are HW1 (due 10/6/05): (from textbook) 1.2.3, 1.2.9, 1.2.11, 1.2.12, 1.2.16 (extra credit) A fashionable country club has 100 members, 30 of whom are lawyers. Rumor has it that 25 of the club members are liars

More information

Midterm Exam 1 Solution

Midterm Exam 1 Solution EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2015 Kannan Ramchandran September 22, 2015 Midterm Exam 1 Solution Last name First name SID Name of student on your left:

More information

STAT 418: Probability and Stochastic Processes

STAT 418: Probability and Stochastic Processes STAT 418: Probability and Stochastic Processes Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical

More information

1 Basic continuous random variable problems

1 Basic continuous random variable problems Name M362K Final Here are problems concerning material from Chapters 5 and 6. To review the other chapters, look over previous practice sheets for the two exams, previous quizzes, previous homeworks and

More information

CDA6530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random Variables

CDA6530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random Variables CDA6530: Performance Models of Computers and Networks Chapter 2: Review of Practical Random Variables Two Classes of R.V. Discrete R.V. Bernoulli Binomial Geometric Poisson Continuous R.V. Uniform Exponential,

More information

conditional cdf, conditional pdf, total probability theorem?

conditional cdf, conditional pdf, total probability theorem? 6 Multiple Random Variables 6.0 INTRODUCTION scalar vs. random variable cdf, pdf transformation of a random variable conditional cdf, conditional pdf, total probability theorem expectation of a random

More information

MAS223 Statistical Inference and Modelling Exercises

MAS223 Statistical Inference and Modelling Exercises MAS223 Statistical Inference and Modelling Exercises The exercises are grouped into sections, corresponding to chapters of the lecture notes Within each section exercises are divided into warm-up questions,

More information

Lecture 2: Repetition of probability theory and statistics

Lecture 2: Repetition of probability theory and statistics Algorithms for Uncertainty Quantification SS8, IN2345 Tobias Neckel Scientific Computing in Computer Science TUM Lecture 2: Repetition of probability theory and statistics Concept of Building Block: Prerequisites:

More information

University of Illinois ECE 313: Final Exam Fall 2014

University of Illinois ECE 313: Final Exam Fall 2014 University of Illinois ECE 313: Final Exam Fall 2014 Monday, December 15, 2014, 7:00 p.m. 10:00 p.m. Sect. B, names A-O, 1013 ECE, names P-Z, 1015 ECE; Section C, names A-L, 1015 ECE; all others 112 Gregory

More information

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows.

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows. Chapter 5 Two Random Variables In a practical engineering problem, there is almost always causal relationship between different events. Some relationships are determined by physical laws, e.g., voltage

More information

3. Review of Probability and Statistics

3. Review of Probability and Statistics 3. Review of Probability and Statistics ECE 830, Spring 2014 Probabilistic models will be used throughout the course to represent noise, errors, and uncertainty in signal processing problems. This lecture

More information

ECE Lecture #10 Overview

ECE Lecture #10 Overview ECE 450 - Lecture #0 Overview Introduction to Random Vectors CDF, PDF Mean Vector, Covariance Matrix Jointly Gaussian RV s: vector form of pdf Introduction to Random (or Stochastic) Processes Definitions

More information

Name of the Student: Problems on Discrete & Continuous R.Vs

Name of the Student: Problems on Discrete & Continuous R.Vs Engineering Mathematics 05 SUBJECT NAME : Probability & Random Process SUBJECT CODE : MA6 MATERIAL NAME : University Questions MATERIAL CODE : JM08AM004 REGULATION : R008 UPDATED ON : Nov-Dec 04 (Scan

More information

for valid PSD. PART B (Answer all five units, 5 X 10 = 50 Marks) UNIT I

for valid PSD. PART B (Answer all five units, 5 X 10 = 50 Marks) UNIT I Code: 15A04304 R15 B.Tech II Year I Semester (R15) Regular Examinations November/December 016 PROBABILITY THEY & STOCHASTIC PROCESSES (Electronics and Communication Engineering) Time: 3 hours Max. Marks:

More information

Midterm Exam 1 (Solutions)

Midterm Exam 1 (Solutions) EECS 6 Probability and Random Processes University of California, Berkeley: Spring 07 Kannan Ramchandran February 3, 07 Midterm Exam (Solutions) Last name First name SID Name of student on your left: Name

More information

G.PULLAIAH COLLEGE OF ENGINEERING & TECHNOLOGY DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING PROBABILITY THEORY & STOCHASTIC PROCESSES

G.PULLAIAH COLLEGE OF ENGINEERING & TECHNOLOGY DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING PROBABILITY THEORY & STOCHASTIC PROCESSES G.PULLAIAH COLLEGE OF ENGINEERING & TECHNOLOGY DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING PROBABILITY THEORY & STOCHASTIC PROCESSES LECTURE NOTES ON PTSP (15A04304) B.TECH ECE II YEAR I SEMESTER

More information

Chapter 5 continued. Chapter 5 sections

Chapter 5 continued. Chapter 5 sections Chapter 5 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

Chapter 2. Probability

Chapter 2. Probability 2-1 Chapter 2 Probability 2-2 Section 2.1: Basic Ideas Definition: An experiment is a process that results in an outcome that cannot be predicted in advance with certainty. Examples: rolling a die tossing

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

Tutorial 1 : Probabilities

Tutorial 1 : Probabilities Lund University ETSN01 Advanced Telecommunication Tutorial 1 : Probabilities Author: Antonio Franco Emma Fitzgerald Tutor: Farnaz Moradi January 11, 2016 Contents I Before you start 3 II Exercises 3 1

More information

1 Basic continuous random variable problems

1 Basic continuous random variable problems Name M362K Final Here are problems concerning material from Chapters 5 and 6. To review the other chapters, look over previous practice sheets for the two exams, previous quizzes, previous homeworks and

More information

HW5 Solutions. (a) (8 pts.) Show that if two random variables X and Y are independent, then E[XY ] = E[X]E[Y ] xy p X,Y (x, y)

HW5 Solutions. (a) (8 pts.) Show that if two random variables X and Y are independent, then E[XY ] = E[X]E[Y ] xy p X,Y (x, y) HW5 Solutions 1. (50 pts.) Random homeworks again (a) (8 pts.) Show that if two random variables X and Y are independent, then E[XY ] = E[X]E[Y ] Answer: Applying the definition of expectation we have

More information

Recitation 2: Probability

Recitation 2: Probability Recitation 2: Probability Colin White, Kenny Marino January 23, 2018 Outline Facts about sets Definitions and facts about probability Random Variables and Joint Distributions Characteristics of distributions

More information

ECEn 370 Introduction to Probability

ECEn 370 Introduction to Probability RED- You can write on this exam. ECEn 370 Introduction to Probability Section 00 Final Winter, 2009 Instructor Professor Brian Mazzeo Closed Book Non-graphing Calculator Allowed No Time Limit IMPORTANT!

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

FINAL EXAM: 3:30-5:30pm

FINAL EXAM: 3:30-5:30pm ECE 30: Probabilistic Methods in Electrical and Computer Engineering Spring 016 Instructor: Prof. A. R. Reibman FINAL EXAM: 3:30-5:30pm Spring 016, MWF 1:30-1:0pm (May 6, 016) This is a closed book exam.

More information

MAT 271E Probability and Statistics

MAT 271E Probability and Statistics MAT 271E Probability and Statistics Spring 2011 Instructor : Class Meets : Office Hours : Textbook : Supp. Text : İlker Bayram EEB 1103 ibayram@itu.edu.tr 13.30 16.30, Wednesday EEB? 10.00 12.00, Wednesday

More information

E X A M. Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours. Number of pages incl.

E X A M. Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours. Number of pages incl. E X A M Course code: Course name: Number of pages incl. front page: 6 MA430-G Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours Resources allowed: Notes: Pocket calculator,

More information

Appendix A : Introduction to Probability and stochastic processes

Appendix A : Introduction to Probability and stochastic processes A-1 Mathematical methods in communication July 5th, 2009 Appendix A : Introduction to Probability and stochastic processes Lecturer: Haim Permuter Scribe: Shai Shapira and Uri Livnat The probability of

More information

CDA5530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random Variables

CDA5530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random Variables CDA5530: Performance Models of Computers and Networks Chapter 2: Review of Practical Random Variables Definition Random variable (R.V.) X: A function on sample space X: S R Cumulative distribution function

More information

Homework 2. Spring 2019 (Due Thursday February 7)

Homework 2. Spring 2019 (Due Thursday February 7) ECE 302: Probabilistic Methods in Electrical and Computer Engineering Spring 2019 Instructor: Prof. A. R. Reibman Homework 2 Spring 2019 (Due Thursday February 7) Homework is due on Thursday February 7

More information

Probability, Random Processes and Inference

Probability, Random Processes and Inference INSTITUTO POLITÉCNICO NACIONAL CENTRO DE INVESTIGACION EN COMPUTACION Laboratorio de Ciberseguridad Probability, Random Processes and Inference Dr. Ponciano Jorge Escamilla Ambrosio pescamilla@cic.ipn.mx

More information

Notes for Math 324, Part 19

Notes for Math 324, Part 19 48 Notes for Math 324, Part 9 Chapter 9 Multivariate distributions, covariance Often, we need to consider several random variables at the same time. We have a sample space S and r.v. s X, Y,..., which

More information

Multivariate probability distributions and linear regression

Multivariate probability distributions and linear regression Multivariate probability distributions and linear regression Patrik Hoyer 1 Contents: Random variable, probability distribution Joint distribution Marginal distribution Conditional distribution Independence,

More information

CDA6530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random

CDA6530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random CDA6530: Performance Models of Computers and Networks Chapter 2: Review of Practical Random Variables Definition Random variable (RV)X (R.V.) X: A function on sample space X: S R Cumulative distribution

More information

a zoo of (discrete) random variables

a zoo of (discrete) random variables a zoo of (discrete) random variables 42 uniform random variable Takes each possible value, say {1..n} with equal probability. Say random variable uniform on S Recall envelopes problem on homework... Randomization

More information

Discrete Random Variable

Discrete Random Variable Discrete Random Variable Outcome of a random experiment need not to be a number. We are generally interested in some measurement or numerical attribute of the outcome, rather than the outcome itself. n

More information

EECS 70 Discrete Mathematics and Probability Theory Fall 2015 Walrand/Rao Final

EECS 70 Discrete Mathematics and Probability Theory Fall 2015 Walrand/Rao Final EECS 70 Discrete Mathematics and Probability Theory Fall 2015 Walrand/Rao Final PRINT Your Name:, (last) SIGN Your Name: (first) PRINT Your Student ID: CIRCLE your exam room: 220 Hearst 230 Hearst 237

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

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

Random Variables. Cumulative Distribution Function (CDF) Amappingthattransformstheeventstotherealline.

Random Variables. Cumulative Distribution Function (CDF) Amappingthattransformstheeventstotherealline. Random Variables Amappingthattransformstheeventstotherealline. Example 1. Toss a fair coin. Define a random variable X where X is 1 if head appears and X is if tail appears. P (X =)=1/2 P (X =1)=1/2 Example

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

Probability and Probability Distributions. Dr. Mohammed Alahmed Probability and Probability Distributions 1 Probability and Probability Distributions Usually we want to do more with data than just describing them! We might want to test certain specific inferences about

More information

ECE531: Principles of Detection and Estimation Course Introduction

ECE531: Principles of Detection and Estimation Course Introduction ECE531: Principles of Detection and Estimation Course Introduction D. Richard Brown III WPI 22-January-2009 WPI D. Richard Brown III 22-January-2009 1 / 37 Lecture 1 Major Topics 1. Web page. 2. Syllabus

More information

Joint Distribution of Two or More Random Variables

Joint Distribution of Two or More Random Variables Joint Distribution of Two or More Random Variables Sometimes more than one measurement in the form of random variable is taken on each member of the sample space. In cases like this there will be a few

More information

1.1 Review of Probability Theory

1.1 Review of Probability Theory 1.1 Review of Probability Theory Angela Peace Biomathemtics II MATH 5355 Spring 2017 Lecture notes follow: Allen, Linda JS. An introduction to stochastic processes with applications to biology. CRC Press,

More information

Review of Probability. CS1538: Introduction to Simulations

Review of Probability. CS1538: Introduction to Simulations Review of Probability CS1538: Introduction to Simulations Probability and Statistics in Simulation Why do we need probability and statistics in simulation? Needed to validate the simulation model Needed

More information

ECE531: Principles of Detection and Estimation Course Introduction

ECE531: Principles of Detection and Estimation Course Introduction ECE531: Principles of Detection and Estimation Course Introduction D. Richard Brown III WPI 15-January-2013 WPI D. Richard Brown III 15-January-2013 1 / 39 First Lecture: Major Topics 1. Administrative

More information

ECE 650. Some MATLAB Help (addendum to Lecture 1) D. Van Alphen (Thanks to Prof. Katz for the Histogram PDF Notes!)

ECE 650. Some MATLAB Help (addendum to Lecture 1) D. Van Alphen (Thanks to Prof. Katz for the Histogram PDF Notes!) ECE 65 Some MATLAB Help (addendum to Lecture 1) D. Van Alphen (Thanks to Prof. Katz for the Histogram PDF Notes!) Obtaining Probabilities for Gaussian RV s - An Example Let X be N(1, s 2 = 4). Find Pr(X

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

6.041/6.431 Fall 2010 Quiz 2 Solutions

6.041/6.431 Fall 2010 Quiz 2 Solutions 6.04/6.43: Probabilistic Systems Analysis (Fall 200) 6.04/6.43 Fall 200 Quiz 2 Solutions Problem. (80 points) In this problem: (i) X is a (continuous) uniform random variable on [0, 4]. (ii) Y is an exponential

More information

1. If X has density. cx 3 e x ), 0 x < 0, otherwise. Find the value of c that makes f a probability density. f(x) =

1. If X has density. cx 3 e x ), 0 x < 0, otherwise. Find the value of c that makes f a probability density. f(x) = 1. If X has density f(x) = { cx 3 e x ), 0 x < 0, otherwise. Find the value of c that makes f a probability density. 2. Let X have density f(x) = { xe x, 0 < x < 0, otherwise. (a) Find P (X > 2). (b) Find

More information

This exam contains 6 questions. The questions are of equal weight. Print your name at the top of this page in the upper right hand corner.

This exam contains 6 questions. The questions are of equal weight. Print your name at the top of this page in the upper right hand corner. GROUND RULES: This exam contains 6 questions. The questions are of equal weight. Print your name at the top of this page in the upper right hand corner. This exam is closed book and closed notes. Show

More information

Review of Basic Probability Theory

Review of Basic Probability Theory Review of Basic Probability Theory James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) 1 / 35 Review of Basic Probability Theory

More information

ECE 353 Probability and Random Signals - Practice Questions

ECE 353 Probability and Random Signals - Practice Questions ECE 353 Probability and Random Signals - Practice Questions Winter 2018 Xiao Fu School of Electrical Engineering and Computer Science Oregon State Univeristy Note: Use this questions as supplementary materials

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

Problem Y is an exponential random variable with parameter λ = 0.2. Given the event A = {Y < 2},

Problem Y is an exponential random variable with parameter λ = 0.2. Given the event A = {Y < 2}, ECE32 Spring 25 HW Solutions April 6, 25 Solutions to HW Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in italics where

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

2. Variance and Covariance: We will now derive some classic properties of variance and covariance. Assume real-valued random variables X and Y.

2. Variance and Covariance: We will now derive some classic properties of variance and covariance. Assume real-valued random variables X and Y. CS450 Final Review Problems Fall 08 Solutions or worked answers provided Problems -6 are based on the midterm review Identical problems are marked recap] Please consult previous recitations and textbook

More information

Homework 10 (due December 2, 2009)

Homework 10 (due December 2, 2009) Homework (due December, 9) Problem. Let X and Y be independent binomial random variables with parameters (n, p) and (n, p) respectively. Prove that X + Y is a binomial random variable with parameters (n

More information

CME 106: Review Probability theory

CME 106: Review Probability theory : Probability theory Sven Schmit April 3, 2015 1 Overview In the first half of the course, we covered topics from probability theory. The difference between statistics and probability theory is the following:

More information

Raquel Prado. Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010

Raquel Prado. Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010 Raquel Prado Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010 Final Exam (Type B) The midterm is closed-book, you are only allowed to use one page of notes and a calculator.

More information

Multivariate Random Variable

Multivariate Random Variable Multivariate Random Variable Author: Author: Andrés Hincapié and Linyi Cao This Version: August 7, 2016 Multivariate Random Variable 3 Now we consider models with more than one r.v. These are called multivariate

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

Discrete Random Variables

Discrete Random Variables CPSC 53 Systems Modeling and Simulation Discrete Random Variables Dr. Anirban Mahanti Department of Computer Science University of Calgary mahanti@cpsc.ucalgary.ca Random Variables A random variable is

More information

1 Random Variable: Topics

1 Random Variable: Topics Note: Handouts DO NOT replace the book. In most cases, they only provide a guideline on topics and an intuitive feel. 1 Random Variable: Topics Chap 2, 2.1-2.4 and Chap 3, 3.1-3.3 What is a random variable?

More information

Chapter 4 continued. Chapter 4 sections

Chapter 4 continued. Chapter 4 sections Chapter 4 sections Chapter 4 continued 4.1 Expectation 4.2 Properties of Expectations 4.3 Variance 4.4 Moments 4.5 The Mean and the Median 4.6 Covariance and Correlation 4.7 Conditional Expectation SKIP:

More information

P 1.5 X 4.5 / X 2 and (iii) The smallest value of n for

P 1.5 X 4.5 / X 2 and (iii) The smallest value of n for DHANALAKSHMI COLLEGE OF ENEINEERING, CHENNAI DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING MA645 PROBABILITY AND RANDOM PROCESS UNIT I : RANDOM VARIABLES PART B (6 MARKS). A random variable X

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

Bivariate distributions

Bivariate distributions Bivariate distributions 3 th October 017 lecture based on Hogg Tanis Zimmerman: Probability and Statistical Inference (9th ed.) Bivariate Distributions of the Discrete Type The Correlation Coefficient

More information

ECE 313: Conflict Final Exam Tuesday, May 13, 2014, 7:00 p.m. 10:00 p.m. Room 241 Everitt Lab

ECE 313: Conflict Final Exam Tuesday, May 13, 2014, 7:00 p.m. 10:00 p.m. Room 241 Everitt Lab University of Illinois Spring 1 ECE 313: Conflict Final Exam Tuesday, May 13, 1, 7: p.m. 1: p.m. Room 1 Everitt Lab 1. [18 points] Consider an experiment in which a fair coin is repeatedly tossed every

More information

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES VARIABLE Studying the behavior of random variables, and more importantly functions of random variables is essential for both the

More information

Statistics for Economists Lectures 6 & 7. Asrat Temesgen Stockholm University

Statistics for Economists Lectures 6 & 7. Asrat Temesgen Stockholm University Statistics for Economists Lectures 6 & 7 Asrat Temesgen Stockholm University 1 Chapter 4- Bivariate Distributions 41 Distributions of two random variables Definition 41-1: Let X and Y be two random variables

More information

MATHEMATICS 154, SPRING 2009 PROBABILITY THEORY Outline #11 (Tail-Sum Theorem, Conditional distribution and expectation)

MATHEMATICS 154, SPRING 2009 PROBABILITY THEORY Outline #11 (Tail-Sum Theorem, Conditional distribution and expectation) MATHEMATICS 154, SPRING 2009 PROBABILITY THEORY Outline #11 (Tail-Sum Theorem, Conditional distribution and expectation) Last modified: March 7, 2009 Reference: PRP, Sections 3.6 and 3.7. 1. Tail-Sum Theorem

More information

Twelfth Problem Assignment

Twelfth Problem Assignment EECS 401 Not Graded PROBLEM 1 Let X 1, X 2,... be a sequence of independent random variables that are uniformly distributed between 0 and 1. Consider a sequence defined by (a) Y n = max(x 1, X 2,..., X

More information

UNIT-2: MULTIPLE RANDOM VARIABLES & OPERATIONS

UNIT-2: MULTIPLE RANDOM VARIABLES & OPERATIONS UNIT-2: MULTIPLE RANDOM VARIABLES & OPERATIONS In many practical situations, multiple random variables are required for analysis than a single random variable. The analysis of two random variables especially

More information

Lecture 2: Review of Probability

Lecture 2: Review of Probability Lecture 2: Review of Probability Zheng Tian Contents 1 Random Variables and Probability Distributions 2 1.1 Defining probabilities and random variables..................... 2 1.2 Probability distributions................................

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

ECE 302 Division 2 Exam 2 Solutions, 11/4/2009.

ECE 302 Division 2 Exam 2 Solutions, 11/4/2009. NAME: ECE 32 Division 2 Exam 2 Solutions, /4/29. You will be required to show your student ID during the exam. This is a closed-book exam. A formula sheet is provided. No calculators are allowed. Total

More information

f X, Y (x, y)dx (x), where f(x,y) is the joint pdf of X and Y. (x) dx

f X, Y (x, y)dx (x), where f(x,y) is the joint pdf of X and Y. (x) dx INDEPENDENCE, COVARIANCE AND CORRELATION Independence: Intuitive idea of "Y is independent of X": The distribution of Y doesn't depend on the value of X. In terms of the conditional pdf's: "f(y x doesn't

More information

Lecture 2: Review of Basic Probability Theory

Lecture 2: Review of Basic Probability Theory ECE 830 Fall 2010 Statistical Signal Processing instructor: R. Nowak, scribe: R. Nowak Lecture 2: Review of Basic Probability Theory Probabilistic models will be used throughout the course to represent

More information

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 8. For any two events E and F, P (E) = P (E F ) + P (E F c ). Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 Sample space. A sample space consists of a underlying

More information

. Find E(V ) and var(v ).

. Find E(V ) and var(v ). Math 6382/6383: Probability Models and Mathematical Statistics Sample Preliminary Exam Questions 1. A person tosses a fair coin until she obtains 2 heads in a row. She then tosses a fair die the same number

More information

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed.

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. STAT 302 Introduction to Probability Learning Outcomes Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. Chapter 1: Combinatorial Analysis Demonstrate the ability to solve combinatorial

More information

Example continued. Math 425 Intro to Probability Lecture 37. Example continued. Example

Example continued. Math 425 Intro to Probability Lecture 37. Example continued. Example continued : Coin tossing Math 425 Intro to Probability Lecture 37 Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan April 8, 2009 Consider a Bernoulli trials process with

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

1 Exercises for lecture 1

1 Exercises for lecture 1 1 Exercises for lecture 1 Exercise 1 a) Show that if F is symmetric with respect to µ, and E( X )

More information

Review. DS GA 1002 Statistical and Mathematical Models. Carlos Fernandez-Granda

Review. DS GA 1002 Statistical and Mathematical Models.   Carlos Fernandez-Granda Review DS GA 1002 Statistical and Mathematical Models http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall16 Carlos Fernandez-Granda Probability and statistics Probability: Framework for dealing with

More information

ENGG2430A-Homework 2

ENGG2430A-Homework 2 ENGG3A-Homework Due on Feb 9th,. Independence vs correlation a For each of the following cases, compute the marginal pmfs from the joint pmfs. Explain whether the random variables X and Y are independent,

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

MATH/STAT 3360, Probability Sample Final Examination Model Solutions

MATH/STAT 3360, Probability Sample Final Examination Model Solutions MATH/STAT 3360, Probability Sample Final Examination Model Solutions This Sample examination has more questions than the actual final, in order to cover a wider range of questions. Estimated times are

More information