# pyDataStats

## Includes basic functions for doing statistics on Python

## Usage

    import pystatistics

### Ways of finding the center:
Mean, Median, Mode

### Ways of finding the spread:
Range, IQR, Standard Deviation, Mean Deviation

### Ways of finding comparison data:
Z Scores and Percentiles

### Normal Distribution:
Probability Density, Culminative Density, Inverse Culminative Density
