Skip to content

Commit 76e3cbd

Browse files
authored
Update README.md
1 parent 3e5affe commit 76e3cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Test scripts for infinite series truncation algorithms
22

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).
44

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.
66

77
- 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`.
88

0 commit comments

Comments
 (0)