陈俊杰
commited on
Commit
·
58a6cbb
1
Parent(s):
c178741
fontSize
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ st.markdown("""
|
|
127 |
div[data-testid="stMarkdownContainer"] li {
|
128 |
font-size: 24px;
|
129 |
line-height: 1.6;
|
130 |
-
color: #
|
131 |
}
|
132 |
.main-text {
|
133 |
font-size: 24px;
|
@@ -217,7 +217,7 @@ elif page == "Evaluation Measures":
|
|
217 |
- **Kendall's tau:** Measures the ordinal association between two ranked variables.
|
218 |
|
219 |
$$
|
220 |
-
|
221 |
$$
|
222 |
|
223 |
where:
|
@@ -228,7 +228,7 @@ elif page == "Evaluation Measures":
|
|
228 |
- **Spearman's Rank Correlation Coefficient:** Measures the strength and direction of the association between two ranked variables.
|
229 |
|
230 |
$$
|
231 |
-
|
232 |
$$
|
233 |
|
234 |
where:
|
|
|
127 |
div[data-testid="stMarkdownContainer"] li {
|
128 |
font-size: 24px;
|
129 |
line-height: 1.6;
|
130 |
+
color: #FF0000;
|
131 |
}
|
132 |
.main-text {
|
133 |
font-size: 24px;
|
|
|
217 |
- **Kendall's tau:** Measures the ordinal association between two ranked variables.
|
218 |
|
219 |
$$
|
220 |
+
\\tau=\\frac{C-D}{\\frac{1}{2}n(n-1)}
|
221 |
$$
|
222 |
|
223 |
where:
|
|
|
228 |
- **Spearman's Rank Correlation Coefficient:** Measures the strength and direction of the association between two ranked variables.
|
229 |
|
230 |
$$
|
231 |
+
\\rho = 1 - \\frac{6 \sum d_i^2}{n(n^2 - 1)}
|
232 |
$$
|
233 |
|
234 |
where:
|