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.
- Nada program
- Test 1
- Test 2
- Test 3
- Test 4
src/stdev_integer.py
loading...
tests/stdev_integer_test_1.yaml
loading...
tests/stdev_integer_test_2.yaml
loading...
tests/stdev_integer_test_3.yaml
loading...
tests/stdev_integer_test_4.yaml
loading...
Run and test the stdev_integer program
1. Open "Nada by Example"
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