Initial Release
A package for statistical analysis containing the following modules:
- central.py - Computes measures of Central Tendancy such as:
- mean
- median
- mode
- spread.py - Computes measures of dispersion/spread such as:
- variance
- standard deviation
- mean absolute deviation
- range
- interquartile range