DOMMETI commited on
Commit
d83af08
·
verified ·
1 Parent(s): 1cdcb16

Update pages/1_Probability.py

Browse files
Files changed (1) hide show
  1. pages/1_Probability.py +7 -1
pages/1_Probability.py CHANGED
@@ -81,4 +81,10 @@ st.markdown("""Probability is a measure of how likely an event is to occur and i
81
  """,unsafe_allow_html=True)
82
  st.latex(r"""
83
  P(E) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}}
84
- """)
 
 
 
 
 
 
 
81
  """,unsafe_allow_html=True)
82
  st.latex(r"""
83
  P(E) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}}
84
+ """)
85
+ st.markdown("""Probability is classifed into 2 types:
86
+ <ul class="icon-bullet">
87
+ <li>Empirical probability</li>
88
+ <li>Theoretical probability</li>
89
+ </ul>
90
+ """,unsafe_allow_html=True)