https://github.com/melling/simplestatistics
My Swift implentation of the Simple Statistics project
https://github.com/melling/simplestatistics
Last synced: 18 days ago
JSON representation
My Swift implentation of the Simple Statistics project
- Host: GitHub
- URL: https://github.com/melling/simplestatistics
- Owner: melling
- License: cc0-1.0
- Created: 2020-06-29T19:45:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T01:44:10.000Z (about 5 years ago)
- Last Synced: 2025-02-23T01:35:37.236Z (over 1 year ago)
- Language: Swift
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Statisics
A reimplementation of this Python project in Swift.
- https://simplestatistics.readthedocs.io/en/latest/
- https://github.com/sheriferson/simplestatistics
## Other References
- https://simplestatistics.org
- https://docs.python.org/3/library/statistics.html
- https://macwright.org/2012/06/26/simple-statistics.html
## Descriptive statistics
### min
### max
### sum
### product
### quantile
## Measures of central tendency
### mean
### median
### mode
### Geometric mean
### Harmonic mean
### Root mean square
### Add to mean
### Skewness
### Kurtosis
## Measures of dispersion
### Coefficient of variation
### Variance
### Standard deviation
### Interquartile range
### Sum of Nth power deviations
### Standard scores (z scores)
## Linear regression
### Linear regression
### Linear regression line function
## Similarity
### Correlation
### Covariance
## Distributions
### Factorial
### Choose
### Normal distribution
### Binomial distribution
### Bernoulli distribution
### Poisson distribution
### Gamma function
### Beta distribution
### One-sample t test
### Chi Squared Distribution Table
## Classifiers
### Bayesian classifier
### Perceptron
## Errors
### Error function
## Hyperbolic functions
### sinh
### cosh
### tanh
###