Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,4 +159,4 @@ if simulate_many and run_simulation:
|
|
| 159 |
ax2.set_ylabel("Density")
|
| 160 |
st.pyplot(fig2)
|
| 161 |
|
| 162 |
-
st.write(f"
|
|
|
|
| 159 |
ax2.set_ylabel("Density")
|
| 160 |
st.pyplot(fig2)
|
| 161 |
|
| 162 |
+
st.write(f"Empirical Rejection Rate (Type I error, H₀ true): **{type_I_errors:.3f}**")
|