Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Mar 8, 2019
1 parent b42398a commit ac5d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac5d4c5

Please sign in to comment.