{"id":2999,"date":"2019-06-28T14:54:34","date_gmt":"2019-06-28T14:54:34","guid":{"rendered":"https:\/\/analystprep.com\/study-notes\/?p=2999"},"modified":"2025-12-31T09:30:47","modified_gmt":"2025-12-31T09:30:47","slug":"explain-and-perform-calculations-concerning-joint-probability-functions","status":"publish","type":"post","link":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/","title":{"rendered":"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only"},"content":{"rendered":"<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"Calculate Var(Y | X = 1) given the joint probabilities of X and Y.\",\n    \"text\": \"A clinical trial is testing a new medication that either improves a patient\u2019s condition (1) or has no effect (0). Let X represent the actual effect of the medication on a patient, and let Y represent the observed effect as reported by the patient. The joint probability function of X and Y is:\\n\\nP(X=0, Y=0) = 0.700\\nP(X=1, Y=0) = 0.100\\nP(X=0, Y=1) = 0.050\\nP(X=1, Y=1) = 0.150\\n\\nCalculate the variance of the observed effect given that the actual effect is positive, Var(Y | X = 1).\\n\\nA. 0.12\\nB. 0.21\\nC. 0.24\\nD. 0.35\\nE. 0.42\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"0.24.\\n\\nFirst compute P(X=1) = P(X=1,Y=0) + P(X=1,Y=1) = 0.100 + 0.150 = 0.250.\\n\\nThen compute the conditional probability p = P(Y=1 | X=1) = P(X=1,Y=1) \/ P(X=1) = 0.150 \/ 0.250 = 0.6.\\n\\nSince Y is Bernoulli conditional on X=1, Var(Y | X=1) = p(1 \u2212 p) = 0.6 \u00d7 0.4 = 0.24.\",\n      \"dateCreated\": \"2025-12-31\"\n    }\n  }\n}\n<\/script><\/p>\n<h2>Discrete Joint Probability Distributions<\/h2>\n<p>In the field of probability and statistics, we often encounter experiments that involve multiple events occurring simultaneously. For example:<\/p>\n<ul>\n<li>An experimenter tossing a fair die is interested in the intersection of getting, say, a 5 and a 6.<\/li>\n<li>The intersection of events of height and weight measures and so on.<\/li>\n<\/ul>\n<p>These events might be related to each other or have an intersection. A fundamental understanding of joint probability functions, probability density functions, and cumulative distribution functions is essential. These concepts play a pivotal role in various practical applications, making them a key focus area for the SOA Exam P.<\/p>\n<h3>Definition<\/h3>\n<p>Let \\(X\\) and \\(Y\\) be two discrete random variables defined on a two-dimensional discrete space, \\(S\\). <\/p>\n<p>The <strong>joint probability mass function<\/strong> of \\(X\\) and \\(Y\\) is defined as:<\/p>\n<p>$$ f\\left(x, y\\right)= P \\left(X = x, Y = y\\right) $$<\/p>\n<p>In other words, this means that \\(f\\left(x, y\\right)\\) gives us the probability that random variable \\(X\\) takes the value \\(x\\), and random variable \\(Y\\) takes the value \\(y\\) simultaneously.<\/p>\n<h3>Properties of a Joint Discrete Distribution<\/h3>\n<ol type=\"1\">\n<li>\\(0\\le f\\left(x,y\\right)\\le 1\\): This property states that the probability assigned to any possible outcome in the joint distribution must always be a value between 0 and 1.<\/li>\n<li>\\(\\sum_{x}\\sum_{y}f\\left(x,y\\right)=1,\\ \\forall \\left(x,y\\right)\\epsilon S\\): This condition requires all the probabilities over the entire space \\(S\\) to sum up to 1.<\/li>\n<li>\\( P \\left[ \\left(X, Y \\epsilon A\\right) \\right]=\\sum_{x,y \\epsilon A}{\\sum f\\left(x,y \\right)}\\): Where \\(A\\) is a subset of the space \\(S\\). This property states that to find the probability of event \\(A\\) occurring, you sum up the joint probabilities, \\(f\\left(x, y\\right)\\) for all \\(\\left(x, y\\right)\\) values within \\(A\\).<\/li>\n<\/ol>\n<h3>Conditional Probabilities under the Joint Distribution<\/h3>\n<p>The conditional probability function of \\(X\\), given that \\(Y = y\\), is given by:<\/p>\n<p>$$ P\\left(X=x\\middle| Y=y\\right)=p\\left(x\\middle| y\\right)=\\frac{p\\left(x,y\\right)}{p_X\\left(x\\right)} $$<\/p>\n<h4>Example 1: Discrete Conditional Distribution<\/h4>\n<p>An insurance company collects data on accidents in different regions. The data is characterized as follows, with the number of accidents, \\(X\\), in each region:<\/p>\n<p>$$ \\begin{array}{c|c|c|c}<br \/>\n\\text{Region} &#038;\t\\bf{X=0} &#038;\t\\bf{X=1} &#038;\t\\bf{X=2} \\\\ \\hline<br \/>\nA &#038;\t0.23 &#038;\t0.10 &#038;\t0.13 \\\\ \\hline<br \/>\nB &#038;\t0.10 &#038;\t0.15 &#038;\t0.02 \\\\ \\hline<br \/>\nC &#038;\t0.01 &#038;\t0.18 &#038;\t0.08<br \/>\n\\end{array} $$<\/p>\n<p>Find the conditional distribution of \\(X|\\text{Region } A\\).<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>To determine the conditional distribution of \\(X\\) given Region A, denoted as \\(P(X=x | \\text{Region } A)\\), we will use the conditional probability formula:<\/p>\n<p>$$ P(X=x |\\text{Region } A)= \\frac{P\\left(X=x \\text{ and Region } A\\right)}{P\\left(\\text{Region } A\\right)} $$<\/p>\n<p>First, we need to find \\(P(\\text{Region } A)\\), which we can directly calculate from the table:<\/p>\n<p>$$ P\\left(\\text{Region } A\\right)=0.23+0.10+0.13=0.46 $$<\/p>\n<p>Therefore, we can now calculate the conditional probabilities for each value, \\(x\\):<\/p>\n<p>$$ \\begin{align*}<br \/>\nP\\left(X=0\\middle| \\text{Region } A\\right) &#038; = \\frac{0.23}{0.46}  = 0.5 \\\\<br \/>\nP\\left(X=1\\middle| \\text{Region } A\\right) &#038; = \\frac{0.10}{0.46}  =0.2174 \\\\<br \/>\nP(X=2 |\\text{Region } A) &#038; =\\frac{0.13}{0.46}= 0.2826 \\end{align*} $$<\/p>\n<p>So, the conditional distribution of \\(X\\) given Region \\(A\\) is as follows:<\/p>\n<p>$$ \\begin{array}{c|c}<br \/>\nX|\\text{Region } A\t&#038; P(X|\\text{Region } A) \\\\ \\hline<br \/>\n0 &#038;\t0.5 \\\\ \\hline<br \/>\n1 &#038;\t0.2174 \\\\ \\hline<br \/>\n2 &#038;\t0.2826<br \/>\n\\end{array} $$<\/p>\n<p>Note that,<\/p>\n<p>$$ \\text{Conditional probability}=\\frac{\\text{Joint probability}}{\\text{Marginal probability}} $$<\/p>\n<p>We will discuss this in detail in the next reading. <\/p>\n<h4>Example 2: Discrete Joint Distribution<\/h4>\n<p>Suppose a certain local bank had three deposit or withdrawal counters. Two investors arrive at the counters at different times when the counters are serving no other customers. Each investor chooses a counter at random, independently of the other. <\/p>\n<p>Let \\(X\\) be the number of investors who select counter 1, and let \\(Y\\) be the number of investors who select counter 2.<\/p>\n<ol type=\"i\">\n<li>Determine the joint probability function of \\(X\\) and \\(Y\\).<\/li>\n<li>Find \\(P \\left(X=2, Y=0 \\text{ or } 1\\right)\\).<\/li>\n<li>Find \\(P\\left(Y=2\\right)\\).<\/li>\n<\/ol>\n<p><strong>Solution<\/strong><\/p>\n<ol type=\"a\">\n<li>\n<p>First, we have to consider the sample space associated with the experiment.<\/p>\n<p>Let the pair \\(\\left\\{I,j\\right\\}\\) represent the simple event that the first investor selects counter \\(i\\) and the second investor chooses counter \\(j\\), where \\(I, j=1,2, \\text{ and } 3\\).<\/p>\n<p>By using the mn rule, the sample space consists of:<\/p>\n<p>$$ 3\\times3=9 \\text{ sample points} $$<\/p>\n<p>Therefore, each sample point is equal and has a probability of \\(\\frac{1}{9}\\)<\/p>\n<p>Thus, the sample space for the experiment is given as:<\/p>\n<p>$$ S=\\left[\\left\\{1,1\\right\\},\\left\\{1,2\\right\\},\\left\\{1,3\\right\\},\\left\\{2,1\\right\\},\\left\\{2,2\\right\\},\\left\\{2,3\\right\\},\\left\\{3,1\\right\\},\\left\\{3,2\\right\\},\\left\\{3,3\\right\\}\\right] $$<\/p>\n<p>We know that:<\/p>\n<p>$$ f \\left(x, y\\right)= P \\left(X =x, Y = y\\right) $$<\/p>\n<p>Therefore, the joint probability of \\(X\\) and \\(Y\\) is given as follows:<\/p>\n<p>$$ \\begin{array}{c|c|c|c|c} {\\begin{matrix} X \\\\ \\huge{\\diagdown} \\\\ Y \\end{matrix}} &amp; {0} &amp; {1} &amp; {2} \\\\ \\hline 0 &#038; \\frac{1}{9}\t&#038; \\frac{2}{9} &#038;\t\\frac{1}{9} \\\\ \\hline 1 &#038;\t\\frac{2}{9} &#038;\t\\frac{2}{9} &#038;\t0 \\\\ \\hline 2 &#038;\t\\frac{1}{9} &#038;\t0 &#038;\t0 &#038; \\end{array} $$<\/p>\n<\/li>\n<li>\n<p>We know that,<\/p>\n<p>$$ f \\left(x, y\\right)= P \\left(X = x, Y = y\\right) $$<\/p>\n<p>Thus,<\/p>\n<p>$$ \\begin{align*} P\\left(X=2, Y=0 \\text{ or } 1\\right) &#038; =P\\left(X=2, Y=0\\right)+P\\left(X=2, Y=1\\right) \\\\<br \/>\n&#038; =\\frac{1}{9}+0=\\frac{1}{9} \\\\<br \/>\n&#038; =\\frac{1}{9}+0=\\frac{1}{9} \\end{align*} $$<\/p>\n<\/li>\n<li>\n<p>We are required to find \\(P\\left(Y=2\\right)\\), and since it does not depend on the value of \\(X\\), it is the same as finding \\(P\\left(Y=2, X=0,1,2\\right)\\). That is, we are summing over all the possible values of \\(X\\).<\/p>\n<p>Thus,<\/p>\n<p>$$ P\\left(Y=2\\right)=\\frac{1}{9}+0+0=\\frac{1}{9} $$<\/p>\n<\/li>\n<\/ol>\n<h4>Example 3: Discrete Joint Distribution <\/h4>\n<p>An insurance company collects data on the number of claims made by male and female policyholders. Let \\(X\\) be the number of claims from males, and \\(Y\\) be the number of claims from females. \\(X\\) and \\(Y\\) have the following joint probability distribution:<\/p>\n<p>$$ f\\left(x,y\\right)=\\frac{y}{9x},\\ \\ \\ \\text{for } x=1, 2;\\ y=1, 2, 3 $$<\/p>\n<p>Calculate \\(P\\left(X+\\frac{Y}{2}=2\\right)\\).<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>We first determine the pairs \\(\\left(x,y\\right)\\) which satisfy the condition that \\(x+\\frac{y}{2}=2\\).<\/p>\n<p>\\(x+\\frac{y}{2}=2\\) only for the pair (1, 2).<\/p>\n<p>Now, we can proceed to calculate the required probability:<\/p>\n<p>$$ P\\left(X+\\frac{Y}{2}=2\\right)=\\frac{2}{9\\times1}=\\frac{2}{9} $$<\/p>\n<h4>Example 4: Discrete Joint Distribution<\/h4>\n<p>An analyst is concerned about the annual number of tsunamis in two countries, \\(M\\) and \\(N\\).<\/p>\n<p>Let \\(X\\) and \\(Y\\) be the annual number of tsunamis in countries \\(M\\) and \\(N\\), respectively. <\/p>\n<p>The analyst determines that \\(X\\) and \\(Y\\) are jointly distributed as below:<\/p>\n<p>$$ f\\left(x,y\\right)=\\frac{xy}{10},\\ \\ \\ \\text{for } \\ x=0, 1;y=0, 1, 2, 3, 4 $$<\/p>\n<p>Calculate \\(P\\left(X+Y \\lt 3\\right)\\).<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>\\(x+y \\lt 3\\) for the pairs, \\(\\left(0,0\\right); \\left(0,1\\right); \\left(0,2\\right); \\left(1,0\\right)\\) and \\(\\left(1,1\\right)\\)<\/p>\n<p>Therefore,<\/p>\n<p>$$ \\begin{align*} P\\left(X+Y \\lt 3\\right) &#038; =\\frac{0}{10}+\\frac{0}{10}+\\frac{0}{10}+\\frac{0}{10}+\\frac{1}{10} \\\\<br \/>\n&#038; =\\frac{1}{10} \\end{align*} $$<\/p>\n<h3>Joint Discrete Cumulative Distribution Functions <\/h3>\n<h4>Definition<\/h4>\n<p>The joint cumulative distribution function, \\(F_{XY}\\left(x,y\\right)\\) of two discrete random variables, \\(X\\) and \\(Y\\), is defined as the probability that the random variable \\(X\\) is less than or equal to a specified value of \\(x\\) and that the random variable \\(Y\\) is less than or equal to a specified value of \\(y\\), namely,<\/p>\n<p>$$ F_{XY}\\left(x,y\\right)=P\\left(X\\le x, Y\\le y\\right) $$<\/p>\n<p>Now, consider an experiment involving a sample of size \\(n\\), i.e., \\(X_1, X_2,\\ldots, X_n\\). The cumulative distribution function of \\(X_1, X_2,\\ldots, X_n\\) is given by:<\/p>\n<p>$$ F\\left(X_1, X_2,\\ldots, X_n\\right)=\\sum_{w_1\\le x_1}\\sum_{w_2\\le x_2}{\\ldots\\sum_{w_n\\le x_n}f\\left(w_1, w_2, \\ldots., w_n\\right)} $$<\/p>\n<p>The following result holds for two random variables, \\(X\\) and \\(Y\\):<\/p>\n<p>$$ P\\left(x_1 \\lt X\\le x_2, {y}_1 \\lt  Y\\le y_2\\right)= F\\left(x_2,y_2\\right)+ F\\left(x_1, y_1\\right)- F\\left(x_1, y_2\\right)- F\\left(x_2,y_1\\right) $$<\/p>\n<p>The above result holds if and only if \\(x_1\\lt x_2\\) and \\(y_1 \\lt y_2\\).<\/p>\n<p>To prove the above results, suppose we have two discrete random variables, \\(X\\) and \\(Y\\), and we wish to find the probability that \\(x_1 \\lt x_2\\) and \\(y_1 \\lt y_2\\). This can be expressed as:<\/p>\n<p>$$ P\\left(x_1 \\lt X\\le x_2, { y}_1 \\lt Y\\le y_2\\right) $$<\/p>\n<p>Now, we can break this into four cases depending on whether \\(X\\) is less than or equal to \\(x_1\\) and \\(Y\\) is less than or equal to \\(y_1\\):<\/p>\n<p>$$ P\\left(x_1 \\lt X\\le x_2, {y}_1 \\lt Y\\le y_2\\right) $$<\/p>\n<p>$$ \\begin{align*} = &#038; P\\left(X\\le x_1, Y\\le y_1\\right)+ P\\left(X\\le x_2, Y \\gt y_1\\right) \\\\  + &#038; P\\left(X \\gt x_1, Y \\le y_1\\right)+ P\\left(X \\gt x_1, Y \\gt y_1\\right) \\end{align*} $$<\/p>\n<p>From the definition of the joint cumulative distribution function,<\/p>\n<p>$$ P\\left(X \\le x_1, Y \\le y_1\\right)= F\\left(x_1, y_1\\right) $$<\/p>\n<p>$$  P\\left(X\\le x_2, Y \\gt y_1\\right)= F\\left(x_2, y_2\\right)- F\\left(x_2, y_1\\right) $$<\/p>\n<p>$$ P\\left(X \\gt x_1, Y\\le y_1\\right)= F\\left(x_1, y_2\\right)- F\\left(x_1, y_1\\right) $$<\/p>\n<p>$$ P\\left(X \\gt x_1, Y \\gt y_1\\right)=1-F\\left(x_1, y_2\\right)-F\\left(x_2, y_1\\right)+ F\\left(x_1, y_1\\right) $$<\/p>\n<p>And when we substitute the above equations in the original equation, we get:<\/p>\n<p>$$ P\\left(x_1 \\gt X\\le x_2, { y}_1 \\lt  Y\\le y_2\\right)= F\\left(x_2,y_2\\right)+ F\\left(x_1, y_1\\right)- F\\left(x_1, y_2\\right)- F\\left(x_2,y_1\\right) $$<\/p>\n<h4>Example 5: Joint Discrete Cumulative Distribution Function<\/h4>\n<p>An actuary is conducting an analysis of the number of days of sickness and the number of medical appointments for a group of policyholders. Let \\(X\\) be the random variable representing the number of days of sickness, and \\(Y\\) be the random variable representing the number of medical appointments.<\/p>\n<p>The joint probability mass function (pmf) for \\(X\\) and \\(Y\\) is given in the table below:<\/p>\n<p>$$ \\begin{array}{c|c|c|c|c} {\\begin{matrix} X \\\\ \\huge{\\diagdown} \\\\ Y \\end{matrix}} &amp; {0} &amp; {1} &amp; {2} \\\\ \\hline 0 &#038; \\frac{1}{8}\t&#038; \\frac{1}{6} &#038;\t\\frac{1}{4} \\\\ \\hline 1 &#038;\t\\frac{1}{6} &#038;\t\\frac{1}{8} &#038;\t\\frac{1}{6}   \\end{array} $$<\/p>\n<p>Find \\(F_{XY}\\left(0.5,1\\right)\\)<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>By definition of a joint cumulative distribution function,<\/p>\n<p>$$ \\begin{align*} F_{XY}\\left(0.5,1\\right) &#038; =P\\left(X\\le 0.5, Y\\le 1\\right) \\\\<br \/>\n&#038; =P_{XY}\\left(0,0\\right)+P_{XY}\\left(0,1\\right)=\\frac{1}{8}+\\frac{1}{6}=\\frac{7}{24} \\\\<br \/>\n\\therefore F_{XY}\\left(0.5,1\\right) &#038; =\\frac{7}{24} \\end{align*} $$<\/p>\n<h4>Example 6: Joint Discrete Cumulative Distribution Function<\/h4>\n<p>An insurance company operates in two neighboring cities, \\(A\\) and \\(B\\). In June 2022, they collected data on the number of road accidents in each city. Let \\(X\\) represent the number of accidents in city \\(A\\), and \\(Y\\) represent the number of accidents in city \\(B\\). \\(X\\) and \\(Y\\) have the following joint cumulative distribution function:<\/p>\n<p>$$ F\\left(x,y\\right)=\\left({0.8}^x\\right)\\left({0.2}^y\\right), \\text{ for } x=0, 1, 2\\ldots \\text{ and } y=0, 1,2\\ldots $$<\/p>\n<p>Find the probability that in June 2022, we will have exactly 3 claims from city \\(A\\) and exactly 3 claims from city \\(B\\).<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>We wish to find \\(P\\left(X=3, Y=3\\right)\\).<\/p>\n<p>We know that, <\/p>\n<p>$$ F\\left(x,y\\right)=P\\left(X\\le x, Y\\le y\\right) $$<\/p>\n<p>We also know that,<\/p>\n<p>$$ P\\left(x_1 \\lt X\\le x_2, { y}_1 \\lt Y\\le y_2\\right)= F\\left(x_2,y_2\\right)+ F\\left(x_1, y_1\\right)- F\\left(x_1, y_2\\right)- F\\left(x_2,y_1\\right) $$<\/p>\n<p>$$ \\begin{align*}<br \/>\n\\Rightarrow P\\left(X=3, Y=3\\right) &#038; =F\\left(3,3\\right)-F\\left(2,3\\right)-F\\left(3,2\\right)+F\\left(2,2\\right)\\\\<br \/>\n&#038; =\\left({0.8}^3\\right)\\left({0.2}^3\\right)+\\left({0.8}^2\\right)\\left({0.2}^2\\right)-\\left({0.8}^2\\right)\\left({0.2}^3\\right) \\\\ &#038; -\\left({0.8}^3\\right)\\left({0.2}^2\\right) \\\\<br \/>\n&#038; =0.004096 \\end{align*} $$<\/p>\n<blockquote>\n<h2>Question<\/h2>\n<p>A clinical trial is testing a new medication that either improves a patient&#8217;s condition (represented by 1) or has no effect (represented by 0). Let \\(X\\) represent the actual effect of the medication on a patient, and let \\(Y\\) represent the observed effect as reported by the patient. The joint probability function of \\(X\\) and \\(Y\\) is given by:<\/p>\n<ul>\n<li>\\(P[X = 0, Y = 0] = 0.700\\)\n<li>\\(P[X = 1, Y = 0] = 0.100\\)\n<li>\\(P[X = 0, Y = 1] = 0.050\\)\n<li>\\(P[X = 1, Y = 1] = 0.150\\)\n<\/ul>\n<p>Calculate the variance of the observed effect given that the actual effect is positive, \\(Var(Y\u2223X = 1)\\)<\/p>\n<ol type=\"A\">\n<li>0.12<\/li>\n<li>0.21<\/li>\n<li>0.24<\/li>\n<li>0.35<\/li>\n<li>0.42<\/li>\n<\/ol>\n<p><strong>Solution<\/strong><\/p>\n<p><strong>The correct answer is C.<\/strong><\/p>\n<p>First, we need to calculate the conditional probabilities \\(P\\left(Y=0\\middle| X=1\\right)\\) and \\(P\\left(Y=1\\middle| X=1\\right)\\)<\/p>\n<p>The conditional probability \\(P(Y=0|X=1)\\) is calculated as:<\/p>\n<p>$$ P\\left(Y=0\\middle| X=1\\right)=\\frac{P\\left(X=1,Y=0\\right)}{P\\left(X=1\\right)} $$<\/p>\n<p>We know that \\(P\\left(X=1\\right)=P\\left(X=1,Y=0\\right)+P\\left(X=1,Y=1\\right)=0.100+0.150=0.250\\)<\/p>\n<p>Now, we calculate \\(P(Y=0|X=1)\\):<\/p>\n<p>$$ P\\left(Y=0\\middle| X=1\\right)=\\frac{0.100}{0.250}=0.4 $$<\/p>\n<p>Similarly, we calculate \\(P(Y = 1\u2223X = 1)\\):<\/p>\n<p>$$ P\\left(Y=1\\middle| X=1\\right)=\\frac{P\\left(X=1,Y=1\\right)}{P\\left(X=1\\right)}=\\frac{0.150}{0.250}=0.6 $$<\/p>\n<p>Given that \\(Y\\) is a Bernoulli random variable, the variance of \\(Y\\) given \\(X\\) is:<\/p>\n<p>$$ Var(Y\u2223X = 1) = p(1 \u2212 p) $$<\/p>\n<p>Where \\(p = P(Y = 1\u2223X = 1)\\). Substituting p with the calculated value:<\/p>\n<p>$$ Var(Y\u2223X = 1) = 0.600(1 \u2212 0.600) = 0.600(0.400) = 0.240 $$<\/p>\n<p><em>Note: A Bernoulli random variable is a discrete random variable that takes the value 1 with probability \\(p\\) and the value 0 with probability \\(1\u2212p\\). In the case of the problem you&#8217;ve provided, the outcome of the medication&#8217;s effect is a perfect scenario for a Bernoulli random variable because each trial (i.e., each patient&#8217;s response to the medication) has only two possible outcomes.<\/p>\n<\/blockquote>\n<p><i><strong>Learning Outcome<\/strong><\/i><\/p>\n<p><i><strong>Topic 3. a: Multivariate Random Variables &#8211; Explain and perform calculations concerning joint probability functions, probability density functions, and cumulative distribution function.<\/strong><\/i><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discrete Joint Probability Distributions In the field of probability and statistics, we often encounter experiments that involve multiple events occurring simultaneously. For example: An experimenter tossing a fair die is interested in the intersection of getting, say, a 5 and&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[99],"tags":[],"class_list":["post-2999","post","type-post","status-publish","format-standard","hentry","category-multivariate-random-variables","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only - CFA, FRM, and Actuarial Exams Study Notes<\/title>\n<meta name=\"description\" content=\"Understand discrete joint probability distributions, probability mass functions, and cumulative distribution functions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only - CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"og:description\" content=\"Understand discrete joint probability distributions, probability mass functions, and cumulative distribution functions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/\" \/>\n<meta property=\"og:site_name\" content=\"CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-28T14:54:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-31T09:30:47+00:00\" \/>\n<meta name=\"author\" content=\"Jasmine Keizer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jasmine Keizer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/\"},\"author\":{\"name\":\"Jasmine Keizer\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/2280b3ab50717cffd45a0f28f27eb6b5\"},\"headline\":\"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only\",\"datePublished\":\"2019-06-28T14:54:34+00:00\",\"dateModified\":\"2025-12-31T09:30:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/\"},\"wordCount\":2259,\"articleSection\":[\"Multivariate Random Variables\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/\",\"name\":\"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only - CFA, FRM, and Actuarial Exams Study Notes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\"},\"datePublished\":\"2019-06-28T14:54:34+00:00\",\"dateModified\":\"2025-12-31T09:30:47+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/2280b3ab50717cffd45a0f28f27eb6b5\"},\"description\":\"Understand discrete joint probability distributions, probability mass functions, and cumulative distribution functions.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/explain-and-perform-calculations-concerning-joint-probability-functions\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\",\"name\":\"CFA, FRM, and Actuarial Exams Study Notes\",\"description\":\"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/2280b3ab50717cffd45a0f28f27eb6b5\",\"name\":\"Jasmine Keizer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d6cbbbd1d0c7637649aa2a266d4b93d5b354480307d29433711b664817e0497?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d6cbbbd1d0c7637649aa2a266d4b93d5b354480307d29433711b664817e0497?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d6cbbbd1d0c7637649aa2a266d4b93d5b354480307d29433711b664817e0497?s=96&d=mm&r=g\",\"caption\":\"Jasmine Keizer\"},\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only - CFA, FRM, and Actuarial Exams Study Notes","description":"Understand discrete joint probability distributions, probability mass functions, and cumulative distribution functions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/","og_locale":"en_US","og_type":"article","og_title":"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only - CFA, FRM, and Actuarial Exams Study Notes","og_description":"Understand discrete joint probability distributions, probability mass functions, and cumulative distribution functions.","og_url":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/","og_site_name":"CFA, FRM, and Actuarial Exams Study Notes","article_published_time":"2019-06-28T14:54:34+00:00","article_modified_time":"2025-12-31T09:30:47+00:00","author":"Jasmine Keizer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jasmine Keizer","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/"},"author":{"name":"Jasmine Keizer","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/2280b3ab50717cffd45a0f28f27eb6b5"},"headline":"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only","datePublished":"2019-06-28T14:54:34+00:00","dateModified":"2025-12-31T09:30:47+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/"},"wordCount":2259,"articleSection":["Multivariate Random Variables"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/","url":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/","name":"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only - CFA, FRM, and Actuarial Exams Study Notes","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/#website"},"datePublished":"2019-06-28T14:54:34+00:00","dateModified":"2025-12-31T09:30:47+00:00","author":{"@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/2280b3ab50717cffd45a0f28f27eb6b5"},"description":"Understand discrete joint probability distributions, probability mass functions, and cumulative distribution functions.","breadcrumb":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/explain-and-perform-calculations-concerning-joint-probability-functions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/study-notes\/"},{"@type":"ListItem","position":2,"name":"Explain and perform calculations concerning joint probability functions and cumulative distribution functions for discrete random variables only"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/study-notes\/#website","url":"https:\/\/analystprep.com\/study-notes\/","name":"CFA, FRM, and Actuarial Exams Study Notes","description":"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/study-notes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/2280b3ab50717cffd45a0f28f27eb6b5","name":"Jasmine Keizer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6d6cbbbd1d0c7637649aa2a266d4b93d5b354480307d29433711b664817e0497?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6d6cbbbd1d0c7637649aa2a266d4b93d5b354480307d29433711b664817e0497?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6d6cbbbd1d0c7637649aa2a266d4b93d5b354480307d29433711b664817e0497?s=96&d=mm&r=g","caption":"Jasmine Keizer"},"url":"https:\/\/analystprep.com\/study-notes\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/2999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/comments?post=2999"}],"version-history":[{"count":88,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/2999\/revisions"}],"predecessor-version":[{"id":41667,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/2999\/revisions\/41667"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media?parent=2999"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/categories?post=2999"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/tags?post=2999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}