Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 31, 2021
1 parent 4dfd12d commit 2f08222
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/stats/moe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getTvalue } from './tvalue.js'
import { getTvalue } from './critical_values/student_t.js'

// Retrieve margin of error, relative to the mean
// The standard error:
Expand Down
2 changes: 1 addition & 1 deletion src/stats/welch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getTvalue } from './tvalue.js'
import { getTvalue } from './critical_values/student_t.js'

// Check whether two combinations are too close for their `diff` to be
// statistically significant.
Expand Down

0 comments on commit 2f08222

Please sign in to comment.