Akhil4839 commited on
Commit
6035633
·
verified ·
1 Parent(s): fce00c3

Update pages/5. Distributions.py

Browse files
Files changed (1) hide show
  1. pages/5. Distributions.py +2 -1
pages/5. Distributions.py CHANGED
@@ -12,4 +12,5 @@ multi = """:green[Example:]Number of cars passing a red light
12
  st.markdown(multi)
13
 
14
  st.subheader(":red[Probability mass function (PMF):]")
15
- st.write("A probability mass function (pmf) is a function over the sample space of a discrete random variable X which gives the probability that X is equal to a certain value. f(x)=P[X=x].")
 
 
12
  st.markdown(multi)
13
 
14
  st.subheader(":red[Probability mass function (PMF):]")
15
+ st.write("A probability mass function (pmf) is a function over the sample space of a discrete random variable X which gives the probability that X is equal to a certain value.")
16
+ st.latex("f(x)=P[X=x]")