Skip to main content

Standard Deviation

Standard deviation is a measure of how spread out the values in a dataset are around the average. It gives you an idea of the typical distance between each data point and the mean.

src/stdev_integer.py
loading...

Run and test the stdev_integer program

1. Open "Nada by Example"

Open in Gitpod

2. Run the program with inputs from the test file

nada run stdev_integer_test_1

3. Test the program with inputs from the test file against the expected_outputs from the test file

nada test stdev_integer_test_1