Spaces:
Sleeping
Sleeping
Update pages/5. Distributions.py
Browse files
pages/5. Distributions.py
CHANGED
|
@@ -12,4 +12,5 @@ multi = """:green[Example:]Number of cars passing a red light
|
|
| 12 |
st.markdown(multi)
|
| 13 |
|
| 14 |
st.subheader(":red[Probability mass function (PMF):]")
|
| 15 |
-
st.write("A probability mass function (pmf) is a function over the sample space of a discrete random variable X which gives the probability that X is equal to a certain value.
|
|
|
|
|
|
| 12 |
st.markdown(multi)
|
| 13 |
|
| 14 |
st.subheader(":red[Probability mass function (PMF):]")
|
| 15 |
+
st.write("A probability mass function (pmf) is a function over the sample space of a discrete random variable X which gives the probability that X is equal to a certain value.")
|
| 16 |
+
st.latex("f(x)=P[X=x]")
|