Akhil4839 commited on
Commit
c2f9030
·
verified ·
1 Parent(s): 9756e3a

Update pages/5. Distributions.py

Browse files
Files changed (1) hide show
  1. pages/5. Distributions.py +5 -3
pages/5. Distributions.py CHANGED
@@ -5,6 +5,8 @@ st.write("A distribution describes how the values of a random variable are sprea
5
 
6
  st.subheader(":rainbow[1. Discrete probability distribution]")
7
  st.write("For discrete variables, the outcomes are countable.")
8
- st.write(":green[Example:]Number of cars passing a red light")
9
- st.write("- This could be 0, 1, 2, 3, or more cars.")
10
- st.write("- The probability of each number would depend on factors like traffic volume and the timing of the red light.")
 
 
 
5
 
6
  st.subheader(":rainbow[1. Discrete probability distribution]")
7
  st.write("For discrete variables, the outcomes are countable.")
8
+ multi = """:green[Example:]Number of cars passing a red light
9
+ - This could be 0, 1, 2, 3, or more cars.
10
+ - The probability of each number would depend on factors like traffic volume and the timing of the red light.
11
+ """
12
+ st.markdown(multi)