swlincode / standard-deviation

pythonMath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

standard-deviation

Standard Deviation Formula: Reference:mathsisfun.com

  • Step 1: Mean of all values (mu).
  • Step 2: For each number, subtract the mean and square the result.
  • Step 3: Add up all the values, then divide by how many.
  • Step 4: Square root.'''

About

pythonMath


Languages

Language:Python 100.0%