Spaces:
Sleeping
Sleeping
Update pages/5. Distributions.py
Browse files
pages/5. Distributions.py
CHANGED
|
@@ -5,6 +5,8 @@ st.write("A distribution describes how the values of a random variable are sprea
|
|
| 5 |
|
| 6 |
st.subheader(":rainbow[1. Discrete probability distribution]")
|
| 7 |
st.write("For discrete variables, the outcomes are countable.")
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
st.subheader(":rainbow[1. Discrete probability distribution]")
|
| 7 |
st.write("For discrete variables, the outcomes are countable.")
|
| 8 |
+
multi = """:green[Example:]Number of cars passing a red light
|
| 9 |
+
- This could be 0, 1, 2, 3, or more cars.
|
| 10 |
+
- The probability of each number would depend on factors like traffic volume and the timing of the red light.
|
| 11 |
+
"""
|
| 12 |
+
st.markdown(multi)
|