An open API service indexing awesome lists of open source software.

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

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

###