Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 28, 2021
1 parent f2eb312 commit d9e61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/welch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getStudentTValue } from './critical_values/student_t.js'
import { applyImpreciseEnvDev } from './env_dev/apply.js'

// Check whether two combinations are too close for their `diff` to be
// Check whether two combinations are too close for their difference to be
// statistically significant.
// We do this using a mean-based Welch's t-test instead of:
// - Student's t-test because it assumes variances are the same
Expand Down

0 comments on commit d9e61b6

Please sign in to comment.