You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
st.markdown('''The resulting p-value = 2.4e-23 is so small that it cannot be displayed on the chart''')
156
+
st.markdown('''### Conclusion:round_pushpin::
157
+
**Based on the p-value, we reject $H_0$ and we can say that the distribution of wins of the two sides is not uniform :arrow_right: and since
158
+
the match data was collected randomly and independently of any influences, we can say that at least in patch 7.32d, the percentage of wins of the :green[Radiant] side is higher than :red[Dire].**''')
143
159
160
+
#1.2
161
+
st.markdown('## Second approach: Gaussian approximation')
144
162
st.markdown('''Binomial distribution is our case.
145
163
\n
146
164
Since our $n$ is large, we can approximate the binomial distribution with a Gaussian, and we can directly look up $z$-score in a
@@ -151,10 +169,13 @@ def show_predict_page():
151
169
$n = 7362$, we can safely use a Gaussian approximation and calculate the z-score.''')
**The p-value is much less than the threshold value of 0.05, and we can safely conclude that the probability of "radiant_win" is statistically significantly different from "dire_win".**''')
0 commit comments