We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42398a commit ac5d4c5Copy full SHA for ac5d4c5
README.md
@@ -42,7 +42,7 @@ pm = PeakOverThreshold(xs, 100.)
42
43
For the block maxima model, the values `xs` need to represent a measurement over time,
44
whereas the peak over threshold model does not assume any ordering in the data. Both
45
-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.
46
47
### Plotting
48
0 commit comments