Spaces:
Sleeping
Sleeping
Update pages/1_Probability.py
Browse files- pages/1_Probability.py +1 -0
pages/1_Probability.py
CHANGED
|
@@ -93,6 +93,7 @@ st.markdown("""Empirical Probability is a type of probability that is determined
|
|
| 93 |
st.latex(r"""
|
| 94 |
P(E) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Trials}}
|
| 95 |
""")
|
|
|
|
| 96 |
st.title("Empirical probability_Caluculation")
|
| 97 |
st.write("""
|
| 98 |
This simple experiment will tell you Empirical probability when you click button
|
|
|
|
| 93 |
st.latex(r"""
|
| 94 |
P(E) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Trials}}
|
| 95 |
""")
|
| 96 |
+
st.markdown("""At infinity Empirical probability will become Theoretical probability""",unsafe_allow_html=True)
|
| 97 |
st.title("Empirical probability_Caluculation")
|
| 98 |
st.write("""
|
| 99 |
This simple experiment will tell you Empirical probability when you click button
|