Skip to content

Commit

Permalink
Merge pull request #50 from Aryan4884/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
roberto-butti authored Oct 28, 2023
2 parents bd3da5a + f52c325 commit 30ee967
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 @@ -39,7 +39,7 @@ I've put together a package of useful statistical functions.

These functions originally stemmed from my exploration of FIT files, which contain a wealth of data about sports activities. Within these files, you can find detailed information on metrics such as Heart Rate, Speed, Cadence, Power, and more. I developed these statistical functions to help gain deeper insights into the numerical data and performance of these sports activities.

The functions provided my this package, cover a range of measures, including mean, mode, median, range, quantiles, first quartile (25th percentile), third quartile (75th percentile), frequency tables (cumulative and relative), standard deviation (both for populations and samples), and variance (again for populations and samples).
The functions provided by this package, cover a range of measures, including mean, mode, median, range, quantiles, first quartile (25th percentile), third quartile (75th percentile), frequency tables (cumulative and relative), standard deviation (both for populations and samples), and variance (again for populations and samples).

> This package is inspired by the [Python statistics module](https://docs.python.org/3/library/statistics.html)
Expand Down

0 comments on commit 30ee967

Please sign in to comment.