Spaces:
Sleeping
Sleeping
Update pages/1_Probability.py
Browse files- pages/1_Probability.py +6 -1
pages/1_Probability.py
CHANGED
|
@@ -87,4 +87,9 @@ st.markdown("""Probability is classifed into 2 types:
|
|
| 87 |
<li>Empirical probability</li>
|
| 88 |
<li>Theoretical probability</li>
|
| 89 |
</ul>
|
| 90 |
-
""",unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
<li>Empirical probability</li>
|
| 88 |
<li>Theoretical probability</li>
|
| 89 |
</ul>
|
| 90 |
+
""",unsafe_allow_html=True)
|
| 91 |
+
st.subheader("Empirical probability")
|
| 92 |
+
st.markdown("""Empirical Probability is a type of probability that is determined based on Trails rather than theoretical calculations""")
|
| 93 |
+
st.latex(r"""
|
| 94 |
+
P(E) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Trials}}
|
| 95 |
+
""")
|