Skip to content

Commit fc8a4b9

Browse files
authored
docs: fix values in manual t-value calculation (Statistics)
1 parent a31728a commit fc8a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/statistics/hypothesis/Ttest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ The **two-sample t-test**, also known as the **independent samples t-test**, is
581581
- **Calculate the t-value**:
582582

583583
\[
584-
t = \frac{\bar{x}_1 - \bar{x}_2}{\sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}} = \frac{74.86 - 80.99}{\sqrt{\frac{75.26}{30} + \frac{143.03}{35}}} \approx -2.09
584+
t = \frac{\bar{x}_1 - \bar{x}_2}{\sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}} = \frac{73.12- 78.01}{\sqrt{\frac{81}{30} + \frac{119.45}{35}}} \approx -1.98
585585
\]
586586

587587
```py

0 commit comments

Comments
 (0)