From 16ce6e19ea80a90177cf5bc0496ecdb15d267640 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 19 Nov 2014 18:28:20 -0500 Subject: [PATCH] alternate paper location that doesn't 404 --- sample.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.go b/sample.go index ee5ebc0..7a7d76b 100644 --- a/sample.go +++ b/sample.go @@ -33,7 +33,7 @@ type Sample interface { // priority reservoir. See Cormode et al's "Forward Decay: A Practical Time // Decay Model for Streaming Systems". // -// +// type ExpDecaySample struct { alpha float64 count int64