You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Test scripts for infinite series truncation algorithms
2
2
3
-
Accompanying code to the paper "Adaptive truncation of infinite sums: applications to Statistics" by [Luiz Max Carvalho](https://github.com/maxbiostat) and [Guido A. Moreira](https://github.com/GuidoAMoreira).
3
+
Accompanying code to the paper ["Adaptive truncation of infinite sums: applications to Statistics"](https://arxiv.org/abs/2202.06121) by [Luiz Max Carvalho](https://github.com/maxbiostat) and [Guido A. Moreira](https://github.com/GuidoAMoreira).
4
4
5
-
Note that the code provided here makes heavy use of our package, **sumR**, which can be found [here](https://github.com/GuidoAMoreira/sumR).
5
+
Note that the code provided here makes heavy use of our package[**sumR**](https://github.com/GuidoAMoreira/sumR) which is also on CRAN.
6
6
7
7
- The importance of selecting the right algorithm: as [this](https://github.com/maxbiostat/truncation_tests/blob/main/tests/adaptive_versus_threshold.r) script demonstrates, when L > 1/2 one really ought to use the error-bounding ("adaptive") algorithm or Batches with a suitably chosen `batch_size`.
0 commit comments