I want to filter how many level I will add with my standard deviation result. These are steps that I need to do:
Calculate the standard deviation based on array value. (solve)
Find the average of the array value and add with the standard deviation result. eg : average = -49.7 s.d = 3.37
So, i need to keep adding the value until I get a new list of number. eg: -49.7, -46.33, -42.96, -39.59
After that, I need to filter only print the array value from -49.7 to -39.59 only.
Can anybody help me on this?
Here is the script from what I could understand the question.
If you need any explanation or the code is not what you want then let me know in the comment section.