Skip to content

Commit ca889a8

Browse files
committed
changes v5
1 parent e7fc101 commit ca889a8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,13 @@ Next, we built a linguistic fingerprint for each domain.
153153

154154
For every LIWC feature, we computed a delta between hostile and non-hostile posts:
155155

156-
signature(feature) = mean(feature | hostile) − mean(feature | non-hostile)
156+
<div align="center">
157+
158+
$$
159+
\text{signature}(\text{feature}) = \operatorname{mean}(\text{feature}\mid \text{hostile}) - \operatorname{mean}(\text{feature}\mid \text{non-hostile})
160+
$$
161+
162+
</div>
157163

158164
This produces one “signature vector” for Politics and one for Sports.
159165
We then compared the two vectors with **Pearson** (shape similarity) and **Spearman** (rank similarity) correlations.

0 commit comments

Comments
 (0)