Project 14: Room Light Monitoring Project Using Z-Score Analysis

What does 0 and 1 in the bound indicate?
bound[0]
bound[1]

0 and 1 represent the index values of the array named bound.
bound is an array which holds the result of the compute_bounds() function
This variable contains the upper bound at index 0 and lower bound at index 1
We need those values to check if any anomaly occurs

ok. thank you for the information