Skip to content

Commit a31728a

Browse files
authored
docs: result in manual degrees of freedom calculation (Statistics)
1 parent 34c4010 commit a31728a

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
@@ -598,7 +598,7 @@ The **two-sample t-test**, also known as the **independent samples t-test**, is
598598
- **Determine degrees of freedom (df)** using Welch's formula:
599599

600600
\[
601-
df = \frac{\left( \frac{s_1^2}{n_1} + \frac{s_2^2}{n_2} \right)^2}{\frac{\left( \frac{s_1^2}{n_1} \right)^2}{n_1 - 1} + \frac{\left( \frac{s_2^2}{n_2} \right)^2}{n_2 - 1}} \approx 57.31
601+
df = \frac{\left( \frac{s_1^2}{n_1} + \frac{s_2^2}{n_2} \right)^2}{\frac{\left( \frac{s_1^2}{n_1} \right)^2}{n_1 - 1} + \frac{\left( \frac{s_2^2}{n_2} \right)^2}{n_2 - 1}} \approx 62.91
602602
\]
603603

604604
```py

0 commit comments

Comments
 (0)