A Base R, simple implementation of the No-Underrun Sampler. This package aims to mostly directly implement the algorithm as described by th
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Visruth and committed by
GitHub
29d1c9af 3db7697e

+1 -1
+1 -1
README.md
··· 8 8 <!-- badges: end --> 9 9 10 10 A Base R, simple implementation of the No-Underrun Sampler. This 11 - implementation aims to mostly directly implement the algorithm as 11 + package aims to mostly directly implement the algorithm as 12 12 described by the paper, with at most small changes for code aesthetics 13 13 and performance. This version uses the memory saving technique described 14 14 in section 2.2.