From ac5d4c5332d4fba862b17c0d93f6f61b60a290dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Fri, 8 Mar 2019 19:39:55 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa4a84..be195b2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pm = PeakOverThreshold(xs, 100.) For the block maxima model, the values `xs` need to represent a measurement over time, whereas the peak over threshold model does not assume any ordering in the data. Both -models are lazy, and the maxima values are only returned via a call to `collect`. +models are lazy, and the maxima are only returned via a `collect` call. ### Plotting