Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 449 Bytes

File metadata and controls

12 lines (7 loc) · 449 Bytes

Variance & Standard Deviation Calculator

About

A Python program to calculate the variance and standard deviation of an inputted data set.

image

Implementation

  • Run python3 Variance_Calculator.py in a terminal if you have MacOS/Linux.
  • Run python Variance_Calculator.py in a terminal if you have Windows.