Variance
Variance is a measure of how spread out the values in a dataset are around the average. It shows how much the values differ from the mean.
- Nada program
- Test 1
- Test 2
- Test 3
- Test 4
src/variance_integer.py
loading...
tests/variance_integer_test_1.yaml
loading...
tests/variance_integer_test_2.yaml
loading...
tests/variance_integer_test_3.yaml
loading...
tests/variance_integer_test_4.yaml
loading...
Run and test the variance_integer program
1. Open "Nada by Example"
2. Run the program with inputs
from the test file
nada run variance_integer_test_1
3. Test the program with inputs
from the test file against the expected_outputs
from the test file
nada test variance_integer_test_1