Spaces:
Sleeping
Sleeping
Update pages/1_Probability.py
Browse files- pages/1_Probability.py +2 -4
pages/1_Probability.py
CHANGED
|
@@ -24,10 +24,8 @@ st.markdown("""At infinity Empirical probability will become Theoretical probabi
|
|
| 24 |
|
| 25 |
st.subheader("Empirical Probability: Picking a Ball from a Bag")
|
| 26 |
st.write("""
|
| 27 |
-
This experiment simulates a random prediction: picking a ball from a bag
|
| 28 |
-
|
| 29 |
-
- 20 Green balls
|
| 30 |
-
- 50 White balls
|
| 31 |
You will also see the sample space and the observed data based on random events.
|
| 32 |
""")
|
| 33 |
|
|
|
|
| 24 |
|
| 25 |
st.subheader("Empirical Probability: Picking a Ball from a Bag")
|
| 26 |
st.write("""
|
| 27 |
+
This experiment simulates a random prediction: picking a ball from a bag :
|
| 28 |
+
|
|
|
|
|
|
|
| 29 |
You will also see the sample space and the observed data based on random events.
|
| 30 |
""")
|
| 31 |
|