Standard deviation
- standard deviation is a Python package that calculates the standard deviation or standard error.
Installation
- pip install git+https://github.com/Northbreeze/standard_deviation.git
Quick demo
Calculating standard deviation via standard_deviation():
from standard_deviation.standard_deviation import standard_deviation
standard_deviation ([1,3]) or standard_error ([1,3])