Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 31, 2021
1 parent 8f1726e commit 4dfd12d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getCriticalValue, getCriticalValuesMap } from './critical_values.js'
import { getCriticalValue, getCriticalValuesMap } from './map.js'

/* eslint-disable max-lines */
// Return critical value of the chi-squared distribution, for a given
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions src/stats/env_dev/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* eslint-disable max-lines */
import { getChiSquaredValue } from '../critical_values/chi_squared.js'
import { getVariance } from '../stdev.js'
import { getMean, getSum } from '../sum.js'

import { getChiSquaredValue } from './chi_squared_value.js'

export const getEnvDev = function (
samples,
{ mean = getMean(samples), variance = getVariance(samples, { mean }) } = {},
Expand Down

0 comments on commit 4dfd12d

Please sign in to comment.