Skip to content

Commit

Permalink
add link in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed May 11, 2018
1 parent e18bad9 commit b97810c
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 @@ -15,7 +15,7 @@ Provides [empirical cumulative distribution functions (CDFs)](https://en.wikiped
It is useful especially for examining the
tail of the CDF obtained from streaming a large number of data, more than can be stored in memory.
For this purpose, you specify a lower cutoff; data points below this value will be silently rejected, but the
resulting CDF will still be properly normalized. This ability to process and filter data online
resulting CDF will still be properly normalized. This ability to process and filter data [online](https://en.wikipedia.org/wiki/Online_algorithm)
is absent in `StatsBase.ecdf`.

```julia
Expand Down

0 comments on commit b97810c

Please sign in to comment.