I made two scripts in PHP to calculate the standard deviation. But I am not sure if it works correctly both of my scripts have different results.
first script 1,2,3,4,5,1 = 1.5
second script 1,2,3,4,5,1 = 1.49
or are both wrong if so please tell me what the standard deviation is. Thanks!