Skip to content

Commit 92c1539

Browse files
Merge pull request #39 from nisanharamati/patch-1
Fixed typos in section Probability Distribution: Three Classifications
2 parents a1e26d7 + 92449f6 commit 92c1539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@
372372
"\n",
373373
"- **$Z$ is discrete**: Discrete random variables may only assume values on a specified list. Things like populations, movie ratings, and number of votes are all discrete random variables. Discrete random variables become more clear when we contrast them with...\n",
374374
"\n",
375-
"- **$Z$ is continuous**: Continuous random variable can take on arbitrarily exact values. For example, temperature, speed, time, color are all modeled as continuous variables because you can constantly make the values more and more precise.\n",
375+
"- **$Z$ is continuous**: Continuous random variable can take on arbitrarily exact values. For example, temperature, speed, time, color are all modeled as continuous variables because you can progressively make the values more and more precise.\n",
376376
"\n",
377-
"- **$Z$ is mixed**: Mixed random variables assign probabilities to both discrete and continuous random variables, i.e. is is a combination of the above two categories. \n",
377+
"- **$Z$ is mixed**: Mixed random variables assign probabilities to both discrete and continuous random variables, i.e. it is a combination of the above two categories. \n",
378378
"\n",
379379
"###Discrete Case\n",
380380
"If $Z$ is discrete, then its distribution is called a *probability mass function*, which measures the probability $Z$ takes on the value $k$, denoted $P(Z=k)$. Note that the probability mass function completely describes the random variable $Z$, that is, if we know the mass function, we know how $Z$ should behave. There are popular probability mass functions that consistently appear: we will introduce them as needed, but let's introduce the first very useful probability mass function. We say $Z$ is *Poisson*-distributed if:\n",
@@ -1043,4 +1043,4 @@
10431043
"metadata": {}
10441044
}
10451045
]
1046-
}
1046+
}

0 commit comments

Comments
 (0)