Skip to content

Commit

Permalink
Fix mistakes remaining introduced in gh-83
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhaber committed Jun 10, 2022
1 parent 8b4b831 commit cd51a54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ Consequently, `scipy.stats.studentized_range` works well for $\nu$ through at
least $10^5$. The integrand is written in Cython and integrated using
`scipy.integrate.nquad`, resulting in evaluation times on the order of 5 ms
on modern computers. Compared to a reference implementation evaluated using
arbitrary precision arithmetic, the relative error in the cumulative density
function is typically on the order of $10^-14$: six order of magnitude better
than a commonly used implementation in R, and ten orders of magnitude better
than the approximation provided by statsmodels. A thorough assessment of the
methods, accuracy, and speed of the underlying calculations is available in
[@StudentizedRangeSciPy], and an extensive test suite included in SciPy guards
against regressions.
arbitrary precision arithmetic, the relative error in the cumulative
distribution function is typically on the order of $10^-14$: six orders of
magnitude better than a commonly used implementation in R, and ten orders of
magnitude better than the approximation provided by statsmodels. A thorough
assessment of the methods, accuracy, and speed of the underlying calculations
is available in [@StudentizedRangeSciPy], and an extensive test suite included
in SciPy guards against regressions.

# Statement of need

Expand Down

0 comments on commit cd51a54

Please sign in to comment.