Commit 4c7f3a8
committed
fix: adjust chi logpdf test tolerance to 40 EPS
Based on analysis of floating-point precision differences between
JS and C implementations. The 40 EPS tolerance accounts for
accumulated rounding errors in complex calculations involving
ln and gammaln functions.1 parent 3f46633 commit 4c7f3a8
File tree
1 file changed
+1
-1
lines changed- lib/node_modules/@stdlib/stats/base/dists/chi/logpdf/test
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments