Skip to content

Commit

Permalink
small changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glevv committed Dec 19, 2023
1 parent 392528c commit d5158cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,13 @@

>>> data = [1.83, 1.01, 100.12, 1.20, 0.99, 0.87, 1.13, 100.01, 0.75, 1.03]
>>> central_tendency = standard_trimmed_harrell_davis_quantile(data)
>>> print(f"Robust measure of central tendency = {central_tendency:.2f}")
>>> dispersion = standard_quantile_absolute_deviation(data)
>>> print(f"Robust measure of dispersion = {dispersion:.2f}")
>>> print(f"Robust measure of central tendency = {central_tendency:.2f}±{dispersion:.2f}")
```

```
Out[1]:
Robust measure of central tendency = 1.09
Robust measure of dispersion = 0.42
Robust measure of central tendency = 1.09±0.42
```

## Code of Conduct
Expand Down

0 comments on commit d5158cc

Please sign in to comment.