@@ -88,7 +88,7 @@ We call this the induced probability distribution of random variable $X$.
|
88 | 88 | |
89 | 89 | Before diving in, we'll say a few words about what probability theory means and how it connects to statistics. |
90 | 90 | |
91 | | -These are topics that are also touched on in these quantecon lectures :XXXXX TOM ADD |
| 91 | +These are topics that are also touched on in the quantecon lectures <https://python.quantecon.org/prob_meaning.html> and <https://python.quantecon.org/navy_captain.html>. |
92 | 92 | |
93 | 93 | For much of this lecture we'll be discussing fixed "population" probabilities. |
94 | 94 | |
@@ -1671,9 +1671,7 @@ Copula functions are often used to characterize **dependence** of random variab
|
1671 | 1671 | |
1672 | 1672 | **Discrete marginal distribution** |
1673 | 1673 | |
1674 | | -TOM -- REWRITE OR MAYBE DROP PARTS OF |
1675 | | - |
1676 | | -If no copula function is given, there could be more than one copulings for two given mariginal distributions. |
| 1674 | +As mentioned above, for two given marginal distributions there can be more than one coupling. |
1677 | 1675 | |
1678 | 1676 | For example, consider two random variables $X, Y$ with distributions |
1679 | 1677 | |
|