Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 14, 2021
1 parent 8a7a3fb commit 1ee0fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stats/confidence.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// - The number of loops is very low
// - `stats.rstdev` is very high, i.e. the distribution is very skewed
// - This allows `stats.min|max` to be used in reporting as extreme boundaries
// This takes into account both the statistical variance (`moe`) and the
// environmental one (`envDev`).
export const getConfidenceInterval = function ({
mean,
moe,
Expand Down

0 comments on commit 1ee0fbf

Please sign in to comment.