{"id":28507,"date":"2022-08-31T09:03:25","date_gmt":"2022-08-31T09:03:25","guid":{"rendered":"https:\/\/analystprep.com\/study-notes\/?p=28507"},"modified":"2022-09-14T11:37:01","modified_gmt":"2022-09-14T11:37:01","slug":"calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables","status":"publish","type":"post","link":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/","title":{"rendered":"Calculate moments for joint, conditional, and marginal discrete random variables"},"content":{"rendered":"<p>The \\(n\\)-th moment about the origin of a random variable is the expected value of its \\(n\\)-th power.<\/p>\n<p>In this reading, however, we will mostly look at moments about the mean, also called central moments. The \\(n\\)-th central moment of a random variable \\(X\\) is the expected value of the \\(n\\)-th power of the deviation of \\(X\\) from its mean.<\/p>\n<p>The first and the second central moments are the mean and variance, respectively.<\/p>\n<h2>Moments for Joint Discrete Random Variables<\/h2>\n<p>Let \\(\\text{X}\\) and \\(\\text{Y}\\) be two discrete random variables with joint probability function, \\(\\text{f}(\\text{x}, \\text{y})\\) defined on the space \\(\\text{S}\\). If there exists a function, \\(\\text{g}(\\text{x}, \\text{y})\\) of these two random variables, then the expected value(mean) of \\(g(x, y)\\) is given by:<\/p>\n<p>$$<br \/>\nE[g(x, y)]=\\sum_{(x, y) \\in S} g(x, y) f(x, y)<br \/>\n$$<br \/>\nThe second moment(variance) of \\(\\text{g}(\\text{x}, \\text{y})\\) is defined as:<\/p>\n<p>$$<br \/>\n\\text{Var}(\\text{X}, \\text{Y})=\\text{E}\\left(\\text{g}\\left(\\text{x}^{2}, \\text{y}^{2}\\right)\\right)-\\text{E}[\\text{g}(\\text{x}, \\text{y})]^{2}<br \/>\n$$<\/p>\n<h4>Example 1: Moments for Joint Discrete Random Variables<\/h4>\n<p>An actuary determines that the annual number of claims from two policyholders, \\(\\text{A}\\) and \\(\\text{B}\\), is jointly distributed as:<\/p>\n<p>$$<br \/>\nf(x, y)=\\frac{x^{2}+3 y}{96} \\quad x=1,2,3,4 \\quad y=1,2<br \/>\n$$<br \/>\nLet \\(X\\) be the number of annual claims from policyholder \\(\\text{A}\\) and \\(Y\\) be the number of annual claims from policyholder \\(B\\).<\/p>\n<p>Find \\(\\text{E}(\\text{XY})\\)<\/p>\n<h4>Solution<\/h4>\n<p>The possible values for this distribution are:<br \/>\n$$<br \/>\n(1,1),(1,2),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2)<br \/>\n$$<br \/>\nNow,<br \/>\n$$<br \/>\n\\begin{align}<br \/>\n\\text{E}[\\text{XY}] &amp;=\\sum_{(\\text{x}, \\text{y}) \\in \\text{S}} \\text{g}(\\text{x}, \\text{y}) \\text{f}(\\text{x}, \\text{y})=\\sum_{(\\text{x}, \\text{y}) \\in \\text{S}}(\\text{xy}) \\frac{\\text{x}^{2}+3 \\text{y}}{96} \\\\<br \/>\n&amp;=(1) \\frac{1+3}{96}+(2) \\frac{1+6}{96}+(2) \\frac{4+3}{96}+(4) \\frac{4+6}{96}\\\\&amp;+(3) \\frac{9+3}{96}+(6) \\frac{9+6}{96} +(4) \\frac{16+3}{96}+(8) \\frac{16+6}{96}\\\\ &amp;=\\frac{4}{96}+\\frac{14}{96}+\\frac{14}{96}+\\frac{40}{96}+\\frac{36}{96}+\\frac{90}{96}+\\frac{76}{96}+\\frac{176}{96} \\\\<br \/>\n&amp;=\\frac{75}{16}=4 \\frac{11}{16}<br \/>\n\\end{align}<br \/>\n$$<\/p>\n<h2>Moments for Conditional Discrete Random Variables<\/h2>\n<p>In the previous reading, we defined the conditional distributions for two discrete random variables, \\(X\\) and \\(Y\\), with a joint pmf \\(f(x, y)\\) and marginal functions \\(f_{x}(x)\\) and \\(f_{y}(y)\\) as:<\/p>\n<p>$$<br \/>\n\\text{g}(\\text{x} \\mid \\text{y})=\\frac{\\text{f}(\\text{x}, \\text{y})}{\\text{f}_{\\text{Y}}(\\text{y})} \\quad \\text { provided that } \\text{f}_{\\text{Y}}(\\text{y})&gt;0<br \/>\n$$<br \/>\nand,<br \/>\n$$<br \/>\n\\text{h}(\\text{y} \\mid \\text{x})=\\frac{\\text{f}(\\text{x}, \\text{y})}{\\text{f}_{\\text{X}}(\\text{x})} \\quad \\text { provided that } \\text{f}_{\\text{X}}(\\text{x})&gt;0<br \/>\n$$<br \/>\nWe may wish to find the mean and variance of the above conditional distributions.<\/p>\n<p>The conditional mean of \\(\\text{X}\\), given that \\(\\text{Y}=\\text{y}\\) is given by:<\/p>\n<p>$$<br \/>\n\\mu_{\\text{x} \\mid \\text{y}}=\\text{E}[\\text{X} \\mid \\text{Y}]=\\sum_{\\text{x}} \\text{x} * \\text{g}(\\text{x} \\mid \\text{y})<br \/>\n$$<br \/>\nAnd the conditional variance of \\(X\\), given that \\(Y=y\\) is given by:<\/p>\n<p>$$<br \/>\n\\sigma_{\\text{X} \\mid \\text{Y}}=\\text{E}(\\text{X}-\\text{E}[\\text{X} \\mid \\text{Y}])^{2}=\\sum_{\\text{X}}(\\text{X}-\\text{E}[\\text{X} \\mid \\text{y}])^{2} * \\text{g}(\\text{x} \\mid \\text{y})<br \/>\n$$<br \/>\nThis is simplified to:<\/p>\n<p>$$<br \/>\n\\sigma_{\\text{X} \\mid \\text{Y}}=\\text{E}\\left[\\text{X}^{2} \\mid \\text{y}\\right]-(\\text{E}[\\text{X} \\mid \\text{y}])^{2}<br \/>\n$$<br \/>\nSimilarly, the conditional mean of \\(Y\\), given that \\(X=x\\) is given by:<\/p>\n<p>$$<br \/>\n\\mu_{\\text{Y} \\mid \\text{X}}=\\text{E}[\\text{Y} \\mid \\text{x}]=\\sum_{\\text{y}} \\text{y} * \\text{h}(\\text{y} \\mid \\text{x})<br \/>\n$$<br \/>\nAnd the conditional variance of \\(Y\\), given that \\(X=x\\) is given by:<\/p>\n<p>$$<br \/>\n\\sigma_{\\text{Y} \\mid \\text{x}}=\\text{E}(\\text{Y}-\\text{E}[\\text{Y} \\mid \\text{x}])^{2}=\\sum_{\\text{y}}(\\text{Y}-\\text{E}[\\text{Y} \\mid \\text{x}])^{2} * \\text{h}(\\text{y} \\mid \\text{x})<br \/>\n$$<br \/>\nThis is simplified to:<\/p>\n<p>$$<br \/>\n\\sigma_{\\text{Y} \\mid \\text{x}}=\\text{E}\\left[\\text{Y}^{2} \\mid \\text{x}\\right]-(\\text{E}[\\text{Y} \\mid \\text{X}])^{2}<br \/>\n$$<\/p>\n<h4>Example: Moments for Conditional Discrete Random Variables<\/h4>\n<p>Let \\(X\\) be the number of annual tornadoes in country \\(M\\) and let \\(Y\\) be the number of annual tornadoes in country \\(N\\). \\(X\\) and \\(Y\\) have the following probability mass function:<\/p>\n<p>$$<br \/>\n\\text{f}(\\text{x, y})=\\frac{x^{2}+3 y}{96} \\quad \\text{x}=1,2,3,4, \\quad \\text{y}=1,2<br \/>\n$$<br \/>\nCalculate<\/p>\n<ol style=\"list-style-type: lower-alpha;\">\n<li>\\(\\text{E}(\\text{X} \\mid \\text{Y}=1)\\)<\/li>\n<li>\\(\\text{E}(\\text{Y} \\mid \\text{X}=3)\\)<\/li>\n<li>\\(\\text{V}(\\text{X} \\mid \\text{Y}=1)\\)<\/li>\n<\/ol>\n<h4>Solution<\/h4>\n<p>From the joint function, we can get the following marginal distribution functions:<br \/>\n$$<br \/>\nf_{X}(x)=\\frac{2 x^{2}+9}{96}, x=1,2,3,4<br \/>\n$$<br \/>\nand,<br \/>\n$$<br \/>\n\\text{f}_{\\text{Y}}(\\text{y})=\\frac{12 \\text y+30}{96},\\text{y}=1,2<br \/>\n$$<br \/>\nWe can also find conditional probability mass functions:<br \/>\n$$\\begin{align}<br \/>\n&amp;\\text{g}(\\text{x}\\mid \\text{y})=\\frac{x^{2}+3 y}{12y+30};\\quad \\text{and}\\\\\\\\ &amp;h(y \\mid x)=\\frac{x^{2}+3 y}{2 x^{2}+9} \\end{align}<br \/>\n$$<br \/>\nSo,<br \/>\na)<br \/>\n$$<br \/>\n\\begin{align}<br \/>\n\\text{E}(\\text{X} \\mid \\text{Y}=1) &amp;=\\text{E}(\\text{g}(\\text{x} \\mid \\text{y}=1))=\\sum_{\\text{x}=1}^{4} \\text{x} * \\text{g}(\\text{x} \\mid \\text{y}=1)=\\sum_{\\text{x}=1}^{4} \\text{x} * \\frac{\\text{x}^{2}+3(1)}{12(1)+30} \\\\<br \/>\n&amp;=(1) \\frac{1^{2}+3(1)}{12(1)+30}+(2) \\frac{2^{2}+3(1)}{12(1)+30}+(3) \\frac{3^{2}+3(1)}{12(1)+30}+(4) \\frac{4^{2}+3(1)}{12(1)+30} \\\\<br \/>\n&amp;=(1) \\frac{4}{42}+(2) \\frac{7}{42}+\\text { (3) } \\frac{12}{42}+(4) \\frac{19}{42}=\\frac{65}{21}=3.10<br \/>\n\\end{align}<br \/>\n$$<br \/>\nb)<br \/>\n$$<br \/>\n\\begin{align}<br \/>\n\\text{E}(\\text{Y} \\mid \\text{X}=3) &amp;=\\text{E}(\\text{h}(\\text{y} \\mid \\text{x}=3))=\\sum_{\\text{y}=1}^{2} \\text{y} * \\text{h}(\\text{y} \\mid \\text{x}=3)=\\sum_{\\text{y}=1}^{2} \\text{y} * \\frac{3^{2}+3 \\text{y}}{2(3)^{2}+9} \\\\<br \/>\n&amp;=(1) \\frac{3^{2}+3(1)}{2(3)^{2}+9}+(2) \\frac{3^{2}+3(2)}{2(3)^{2}+9} \\\\<br \/>\n&amp;=\\frac{12}{27}+(2) \\frac{15}{27}=\\frac{14}{9}=1.56<br \/>\n\\end{align}<br \/>\n$$<br \/>\nc) Using the output from (a), we have:<\/p>\n<p>$$<br \/>\n\\begin{align} \\text{V}\\left(\\text{X} \\mid \\text{Y}=1\\right)&amp;=\\text{E}\\left[\\text{X}-\\text{E}(\\text{X} \\mid \\text{Y}=1))^{2} \\mid \\text{Y}=1\\right]\\\\<br \/>\n&amp;=\\sum_{\\text{x}=1}^{4}(\\text{x}-\\text{E}(\\text{X} \\mid \\text{Y}=1))^{2} \\text{g}(\\text{x} \\mid \\text{y}=1) \\\\<br \/>\n&amp;=\\sum_{\\text{x}=1}^{4}\\left(\\text{x}-\\frac{65}{21}\\right)^{2} \\frac{\\text{x}^{2}+3(1)}{12(1)+30} \\\\<br \/>\n&amp;=\\left(1-\\frac{65}{21}\\right)^{2} \\frac{4}{42}+\\left(2-\\frac{65}{21}\\right)^{2} \\frac{7}{42}+\\left(3-\\frac{65}{21}\\right)^{2} \\frac{12}{42}+\\left(4-\\frac{65}{21}\\right)^{2} \\frac{19}{42} \\\\<br \/>\n&amp;=\\left(\\frac{1936}{441}\\right) \\frac{4}{42}+\\left(\\frac{529}{441}\\right) \\frac{7}{42}+\\left(\\frac{4}{441}\\right) \\frac{12}{42}+\\left(\\frac{361}{441}\\right) \\frac{19}{42}=0.9909<br \/>\n\\end{align}<br \/>\n$$<\/p>\n<h4>Moments for Marginal Discrete Random Variables<\/h4>\n<p>Recall that if \\(\\text{X}\\) and \\(\\text{Y}\\) are discrete random variables with joint probability mass function \\(\\text{f}(\\text{x}, \\text{y})\\) defined on the space \\(S\\), then the marginal distribution functions of \\(X\\) and \\(Y\\) are given by:<\/p>\n<p>$$<br \/>\n\\text{f}_{\\text{x}}(\\text{x})=\\sum_{\\text{y}} \\text f(\\text x, \\text y)=\\text P(\\text X=\\text x), \\quad \\text{x in S}_{\\text x}<br \/>\n$$<br \/>\nand,<br \/>\n$$<br \/>\n\\text{f}_{\\text{y}}(\\text{y})=\\sum_{\\text{x}} \\text{f}(\\text{x}, \\text{y})=\\text{P}(\\text{Y}=\\text{y}), \\quad \\text{y} \\in \\text{S}_{\\text{y}}<br \/>\n$$<br \/>\nOnce we have the marginal distribution functions of \\(X\\) and \\(Y\\), we can now go ahead to find the moments for \\(\\text{X}\\) and \\(\\text{Y}\\) separately.<\/p>\n<h4>Example: Moments for Marginal Discrete Random Variables<\/h4>\n<p>Let \\(\\text{X}\\) and \\(\\text{Y}\\) be the number of days of hospitalization for two patients, \\(P\\), and \\(Q\\), respectively.<br \/>\n$$<br \/>\n\\text f(\\text x, \\text y)=\\frac{\\text x^{2}+3 \\text y}{96} \\quad \\text x=1,2,3,4; \\quad \\text y=1,2<br \/>\n$$<br \/>\nCalculate:<\/p>\n<p>a) the expected number of days of hospitalization for patient \\(\\text P\\).<\/p>\n<p>b) the expected number of days of hospitalization for patient \\(\\text Q\\).<\/p>\n<h4>Solution<\/h4>\n<p>a) To calculate the expected number of days of hospitalization for patient \\(\\text{P}\\), we need to find the marginal distribution function of \\(\\text{X}\\) first:<br \/>\nWe know that,<br \/>\n$$<br \/>\n\\text f_{\\text x}(\\text x)=\\sum_{\\text y} \\text{f(x, y)}=\\text P(\\text X=\\text x), \\quad \\text{x in S}_{\\text {x}}<br \/>\n$$<br \/>\n$$<br \/>\n\\begin{gather}<br \/>\n=\\frac{\\text{x}^{2}+3(1)}{96}+\\frac{\\text{x}^{2}+3(2)}{96}=\\frac{\\text{x}^{2}+\\text{x}^{2}+3+6}{96} \\\\<br \/>\n\\therefore \\text{f}_{\\text{X}}(\\text{x})=\\frac{2 \\text{x}^{2}+9}{96}<br \/>\n\\end{gather}<br \/>\n$$<br \/>\nTherefore,<br \/>\n$$<br \/>\n\\begin{align}<br \/>\n\\text{E}(\\text{X}) &amp;=\\sum_{\\text{x}=1}^{\\text{n}} \\text{xf}_ \\text{x}(\\text{x})=\\sum_{\\text{x}=1}^{4} \\text{xf} _{\\text{x}}(\\text{x})=\\sum_{\\text{x}=1}^{4} \\text{x} \\frac{2 \\text{x}^{2}+9}{96} \\\\<br \/>\n&amp;=(1) \\frac{2(1)^{2}+9}{96}+(2) \\frac{2(2)^{2}+9}{96}+(3) \\frac{2(3)^{2}+9}{96}+(4) \\frac{2(4)^{2}+9}{96} \\\\<br \/>\n&amp;=(1) \\frac{11}{96}+(2) \\frac{17}{96}+\\text { (3) } \\frac{27}{96}+(4) \\frac{41}{96}=\\frac{145}{48}=3.02<br \/>\n\\end{align}<br \/>\n$$<br \/>\nb) Similarly, to calculate the expected number of days of hospitalization for patient \\(Q\\), we need to find the marginal probability function of \\(Y\\) first:<\/p>\n<p>$$<br \/>\n\\begin{align}<br \/>\n\\text{f}_{\\text{y}}(\\text{y}) &amp;=\\sum_{\\text{x}} \\text{f}(\\text{x}, \\text{y})=\\text{P}(\\text{Y}=\\text{y}), \\quad \\text{y} \\in \\text{S}_{\\text{y}} \\\\<br \/>\n&amp;=\\frac{1+3 \\text{y}}{96}+\\frac{4+3 \\text{y}}{96}+\\frac{9+3 \\text{y}}{96}+\\frac{16+3 \\text{y}}{96} \\\\<br \/>\n&amp;=\\frac{12 \\text{y}+30}{96}, \\text { for } \\text{y}=1,2<br \/>\n\\end{align}<br \/>\n$$<br \/>\nTherefore,<br \/>\n$$<br \/>\n\\begin{align}<br \/>\n\\text{E}(\\text{Y}) &amp;=\\sum_{\\text{y}=1}^{\\text{n}} \\text{yf}(\\text{y})=\\sum_{\\text{y}=1}^{2} \\text{yf}(\\text{y})=\\sum_{\\text{y}=1}^{2} \\text{y} \\frac{12 \\text{y}+30}{96} \\\\<br \/>\n&amp;=(1) \\frac{12(1)+30}{96}+(2) \\frac{12(2)+30}{96} \\\\<br \/>\n&amp;=(1) \\frac{42}{96}+(2) \\frac{54}{96}=\\frac{25}{16}<br \/>\n\\end{align}<br \/>\n$$<br \/>\nWe can also proceed to find the variance for the corresponding variables:<\/p>\n<p>For \\(X\\), we know that:<\/p>\n<p>$$<br \/>\n\\text{V(X)}=\\text E\\left(\\text X^{2}\\right)-\\left[\\text{E(X)}\\right]^{2}<br \/>\n$$<br \/>\nTherefore, we need to find \\(\\text{E}\\left(\\text{X}^{2}\\right)\\) and \\(\\text{E}(\\text{X})\\). Continuing with the example above,<\/p>\n<p>$$<br \/>\n\\begin{align}<br \/>\n\\text{Var}(\\text{X}) &amp;=\\sum_{\\text{x}=1}^{4} \\text{x}^{2} \\mathrm{f}_{\\text{x}}(\\text{x})-[\\text{E}(\\text{X})]^{2} \\\\<br \/>\n&amp;=\\sum_{\\text{x}=1}^{4} \\text{x}^{2} \\frac{2 \\text{x}^{2}+9}{96}-\\left(\\frac{145}{48}\\right)^{2}\\\\&amp; =(1)^{2} \\frac{11}{96}+(2)^{2} \\frac{17}{96}+(3)^{2} \\frac{27}{96}+(4)^{2} \\frac{41}{96}-\\left(\\frac{145}{48}\\right)^{2}=\\frac{163}{16}-\\left(\\frac{145}{48}\\right)^{2}=1.062<br \/>\n\\end{align}<br \/>\n$$<br \/>\nSimilarly, for \\(\\text{Y}\\) :<br \/>\n$$<br \/>\n\\begin{align}<br \/>\n\\text{Var}(\\text{Y}) &amp;=\\sum_{\\text{y}=1}^{2} \\text{y}^{2} \\text{f}_{\\text{y}}(\\text{y})-[\\text{E}(\\text{Y})]^{2} \\\\<br \/>\n&amp;=\\sum_{\\text{y}=1}^{2} \\text{y}^{2} \\frac{12 \\text{y}+30}{96}-\\left(\\frac{25}{16}\\right)^{2} \\\\<br \/>\n&amp;=(1)^{2} \\frac{42}{96}+(2)^{2} \\frac{54}{96}-\\frac{625}{256}=\\frac{43}{16}-\\frac{625}{256}=\\frac{63}{256}<br \/>\n\\end{align}<br \/>\n$$<\/p>\n<h4>Concept Reminders<\/h4>\n<p>We compute and define conditional expectations, variance, etc., as usual, but with conditional distributions in place of <a href=\"https:\/\/www.viagrageneric.org\/viagra-100mg-faq-dosage-buying-online\/\">https:\/\/www.viagrageneric.org<\/a> ordinary distribution:<\/p>\n<p>In general,<\/p>\n<p>$$<br \/>\n\\begin{gather}<br \/>\n\\text{E}(\\text{X} \\mid \\text{Y}=\\text{y})=\\sum_{\\text{x}} \\text{x} * \\text{g}(\\text{x} \\mid \\text{y}) \\\\<br \/>\n\\text{E}\\left(\\text{X}^{2} \\mid \\text{Y}=\\text{y}\\right)=\\sum_{\\text{x}} \\text{x}^{2} * \\text{g}(\\text{x} \\mid \\text{y}) \\\\<br \/>\n\\text{Var}(\\text{X} \\mid \\text{Y}=\\text{y})=\\text{E}\\left(\\text{X}^{2} \\mid \\text{Y}\\right)-[\\text{E}(\\text{X} \\mid \\text{Y})]^{2}<br \/>\n\\end{gather}<br \/>\n$$<br \/>\nThe conditional pmf of \\(X\\) given that \\(Y=y\\) is given by:<br \/>\n$$<br \/>\n\\text{g}(\\text{x} \\mid \\text{y})=\\frac{\\text{f(x, y)}}{\\text f_{\\text Y}(\\text y)}<br \/>\n$$<br \/>\nThe conditional pmf of \\(\\text{Y}\\) given that \\(\\text{X}=\\text{x}\\) is given by:<\/p>\n<p>$$<br \/>\n\\text{h}(\\text{y} \\mid \\text{x})=\\frac{\\text{f(x, y)}}{\\text f_{\\text X}(\\text x)}<br \/>\n$$<\/p>\n<p><em><strong>Learning Outcome<\/strong><\/em><\/p>\n<p><em><strong>Topic 3. c: Multivariate Random Variables- Calculate moments for joint, conditional, and marginal discrete random variables<\/strong><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The \\(n\\)-th moment about the origin of a random variable is the expected value of its \\(n\\)-th power. In this reading, however, we will mostly look at moments about the mean, also called central moments. The \\(n\\)-th central moment of&#8230;<\/p>\n","protected":false},"author":4,"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-28507","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>Calculate moments for joint, conditional, and marginal discrete random variables - CFA, FRM, and Actuarial Exams Study Notes<\/title>\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\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculate moments for joint, conditional, and marginal discrete random variables - CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"og:description\" content=\"The (n)-th moment about the origin of a random variable is the expected value of its (n)-th power. In this reading, however, we will mostly look at moments about the mean, also called central moments. The (n)-th central moment of...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/\" \/>\n<meta property=\"og:site_name\" content=\"CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-31T09:03:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-14T11:37:01+00:00\" \/>\n<meta name=\"author\" content=\"AnalystPrep Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"AnalystPrep Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 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\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/\"},\"author\":{\"name\":\"AnalystPrep Team\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/ed0c939f3f12a02c5a193708b713d89e\"},\"headline\":\"Calculate moments for joint, conditional, and marginal discrete random variables\",\"datePublished\":\"2022-08-31T09:03:25+00:00\",\"dateModified\":\"2022-09-14T11:37:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/\"},\"wordCount\":1843,\"articleSection\":[\"Multivariate Random Variables\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/\",\"name\":\"Calculate moments for joint, conditional, and marginal discrete random variables - CFA, FRM, and Actuarial Exams Study Notes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\"},\"datePublished\":\"2022-08-31T09:03:25+00:00\",\"dateModified\":\"2022-09-14T11:37:01+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/ed0c939f3f12a02c5a193708b713d89e\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/multivariate-random-variables\\\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculate moments for joint, conditional, and marginal discrete random variables\"}]},{\"@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\\\/ed0c939f3f12a02c5a193708b713d89e\",\"name\":\"AnalystPrep Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0828fe7fdfdcf636b2061b4c563e20cc9b7453f7cd1641b4c43edbfba896727a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0828fe7fdfdcf636b2061b4c563e20cc9b7453f7cd1641b4c43edbfba896727a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0828fe7fdfdcf636b2061b4c563e20cc9b7453f7cd1641b4c43edbfba896727a?s=96&d=mm&r=g\",\"caption\":\"AnalystPrep Team\"},\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/author\\\/analystprep-team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculate moments for joint, conditional, and marginal discrete random variables - CFA, FRM, and Actuarial Exams Study Notes","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\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/","og_locale":"en_US","og_type":"article","og_title":"Calculate moments for joint, conditional, and marginal discrete random variables - CFA, FRM, and Actuarial Exams Study Notes","og_description":"The (n)-th moment about the origin of a random variable is the expected value of its (n)-th power. In this reading, however, we will mostly look at moments about the mean, also called central moments. The (n)-th central moment of...","og_url":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/","og_site_name":"CFA, FRM, and Actuarial Exams Study Notes","article_published_time":"2022-08-31T09:03:25+00:00","article_modified_time":"2022-09-14T11:37:01+00:00","author":"AnalystPrep Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"AnalystPrep Team","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/"},"author":{"name":"AnalystPrep Team","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/ed0c939f3f12a02c5a193708b713d89e"},"headline":"Calculate moments for joint, conditional, and marginal discrete random variables","datePublished":"2022-08-31T09:03:25+00:00","dateModified":"2022-09-14T11:37:01+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/"},"wordCount":1843,"articleSection":["Multivariate Random Variables"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/","url":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/","name":"Calculate moments for joint, conditional, and marginal discrete random variables - CFA, FRM, and Actuarial Exams Study Notes","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/#website"},"datePublished":"2022-08-31T09:03:25+00:00","dateModified":"2022-09-14T11:37:01+00:00","author":{"@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/ed0c939f3f12a02c5a193708b713d89e"},"breadcrumb":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/multivariate-random-variables\/calculate-moments-for-joint-conditional-and-marginal-discrete-random-variables\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/study-notes\/"},{"@type":"ListItem","position":2,"name":"Calculate moments for joint, conditional, and marginal discrete random variables"}]},{"@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\/ed0c939f3f12a02c5a193708b713d89e","name":"AnalystPrep Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0828fe7fdfdcf636b2061b4c563e20cc9b7453f7cd1641b4c43edbfba896727a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0828fe7fdfdcf636b2061b4c563e20cc9b7453f7cd1641b4c43edbfba896727a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0828fe7fdfdcf636b2061b4c563e20cc9b7453f7cd1641b4c43edbfba896727a?s=96&d=mm&r=g","caption":"AnalystPrep Team"},"url":"https:\/\/analystprep.com\/study-notes\/author\/analystprep-team\/"}]}},"_links":{"self":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/28507","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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/comments?post=28507"}],"version-history":[{"count":5,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/28507\/revisions"}],"predecessor-version":[{"id":28726,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/28507\/revisions\/28726"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media?parent=28507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/categories?post=28507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/tags?post=28507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}