Spaces:
Sleeping
Sleeping
Update pages/Random_Variable.py
Browse files- pages/Random_Variable.py +4 -2
pages/Random_Variable.py
CHANGED
|
@@ -89,7 +89,9 @@ if st.button("Kethura's mood"):
|
|
| 89 |
for i in unique_moods:
|
| 90 |
count=count+1
|
| 91 |
mood_mapping[i] = count
|
| 92 |
-
st.write(
|
|
|
|
|
|
|
| 93 |
st.write(mood_mapping)
|
| 94 |
-
st.write(f"p(
|
| 95 |
|
|
|
|
| 89 |
for i in unique_moods:
|
| 90 |
count=count+1
|
| 91 |
mood_mapping[i] = count
|
| 92 |
+
st.write("Sample Space")
|
| 93 |
+
st.write(unique_moods)
|
| 94 |
+
st.write("X")
|
| 95 |
st.write(mood_mapping)
|
| 96 |
+
st.write(f"p(X==1) is 1/6")
|
| 97 |
|