Skip to content

Commit

Permalink
Fix documentation links in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Aug 27, 2024
1 parent 32cd116 commit c5286e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ So Lmo is as fast as sorting your samples (in terms of time-complexity).
- Goodness-of-fit test, using L-moment or L-moment ratio's.
- Exact (co)variance structure of the sample- and population L-moments.
- Theoretical & empirical influence functions of L-moments & L-ratio's.
- Complete [docs](https://jorenham.github.io/lmo/), including detailed API
- Complete [docs](https://jorenham.github.io/Lmo/), including detailed API
reference with usage examples and with mathematical $\TeX$ definitions.
- Clean Pythonic syntax for ease of use.
- Vectorized functions for very fast fitting.
Expand Down Expand Up @@ -71,7 +71,7 @@ array([0. , 0.69782723])

---

See the [documentation](https://jorenham.github.io/lmo/) for more examples and
See the [documentation](https://jorenham.github.io/Lmo/) for more examples and
the API reference.

## Roadmap
Expand All @@ -81,7 +81,7 @@ the API reference.

## Installation

Lmo is on [PyPI](https://pypi.org/project/lmo/), so you can do something like:
Lmo is on [PyPI](https://pypi.org/project/Lmo/), so you can do something like:

```shell
pip install lmo
Expand Down

0 comments on commit c5286e5

Please sign in to comment.