You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/prob_matrix.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,11 @@ where ${\mathcal G}$ is the subset of $\Omega$ for which $X(\omega) \in A$.
84
84
We call this the induced probability distribution of random variable $X$.
85
85
86
86
87
-
## Digression: What Does Probability Mean?
87
+
## What Does Probability Mean?
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 the quantecon lectures <https://python.quantecon.org/prob_meaning.html> and <https://python.quantecon.org/navy_captain.html>.
91
+
We also touch on these topics 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
@@ -248,10 +248,10 @@ where $\theta $ is a vector of parameters that is of much smaller dimension than
248
248
**Remarks:**
249
249
250
250
- The concept of **parameter** is intimately related to the notion of **sufficient statistic**.
251
-
- Sufficient statistic are nonlinear function of a data set.
252
-
- Sufficient statistics are designed to summarize all **information** about the parameters that is contained in the big data set.
253
-
- They are important tools that AI uses to reduce the size of a **big data** set
254
-
- R. A. Fisher provided a sharp definition of **information** -- see <https://en.wikipedia.org/wiki/Fisher_information>
251
+
- Sufficient statistics are nonlinear functions of a data set.
252
+
- Sufficient statistics are designed to summarize all **information** about parameters that is contained in a data set.
253
+
- They are important tools that AI uses to summarize a **big data** set
254
+
- R. A. Fisher provided a rigorous definition of **information** -- see <https://en.wikipedia.org/wiki/Fisher_information>
255
255
256
256
257
257
@@ -294,7 +294,7 @@ To begin, we restrict ourselves to two discrete random variables.
294
294
Let $X,Y$ be two discrete random variables that take values:
295
295
296
296
$$
297
-
X\in\{0,\ldots,J-1\}
297
+
X\in\{0,\ldots,I-1\}
298
298
$$
299
299
300
300
$$
@@ -304,7 +304,7 @@ $$
304
304
Then their **joint distribution** is described by a matrix
0 commit comments