Sreeja6600 commited on
Commit
ea5f345
·
verified ·
1 Parent(s): 0239fa4

Update pages/3_Types Of Probability.py

Browse files
Files changed (1) hide show
  1. pages/3_Types Of Probability.py +2 -2
pages/3_Types Of Probability.py CHANGED
@@ -12,7 +12,7 @@ st.latex(r'''P(A)=\frac{Number of favorable outcomes}{Total number of possible o
12
 
13
  st.subheader(":violet[Probability measures are in two type.]")
14
 
15
- st.markdown(":rainbow-background[***1.Empirical Probability:***]")
16
  st.write("Empirical probability is also known as Experimental probability. Based on the actual results of experiments or observations. It is calculated by dividing the number of times an event occurs by the total number of trials.")
17
  st.write("Empirical probability is entirely depends on observed data.")
18
  st.write("The formula for empirical probability is:")
@@ -20,7 +20,7 @@ st.latex(r'''P(A)=\frac{Number of times event A occurs}{Total number of trials}'
20
  st.write(":blue[- Example:] If you roll a die 60 times and get a 3 ten times, the experimental probability of rolling a 3 is:")
21
  st.latex(r'''\frac{10}{60}=\frac{1}{6}''')
22
 
23
- st.markdown(":rainbow-background[***2.Theoretical Probability:***]")
24
  multi='''*Theoretical probability* refers to the likelihood of an event occurring based on mathematical reasoning and the assumption that all outcomes are equally likely.
25
  It is calculated by dividing the number of favorable outcomes by the total number of possible outcomes in a perfect.
26
  Theoretical probability is actually independent of number of trail or actual experiment.
 
12
 
13
  st.subheader(":violet[Probability measures are in two type.]")
14
 
15
+ st.markdown(":grey-background[***1.Empirical Probability:***]")
16
  st.write("Empirical probability is also known as Experimental probability. Based on the actual results of experiments or observations. It is calculated by dividing the number of times an event occurs by the total number of trials.")
17
  st.write("Empirical probability is entirely depends on observed data.")
18
  st.write("The formula for empirical probability is:")
 
20
  st.write(":blue[- Example:] If you roll a die 60 times and get a 3 ten times, the experimental probability of rolling a 3 is:")
21
  st.latex(r'''\frac{10}{60}=\frac{1}{6}''')
22
 
23
+ st.markdown(":grey-background[***2.Theoretical Probability:***]")
24
  multi='''*Theoretical probability* refers to the likelihood of an event occurring based on mathematical reasoning and the assumption that all outcomes are equally likely.
25
  It is calculated by dividing the number of favorable outcomes by the total number of possible outcomes in a perfect.
26
  Theoretical probability is actually independent of number of trail or actual experiment.