Hi Guys,
I have a set 1D of array with array size of 60.
I sorted them and now need to know the top and bottom 5% value.
Suppose, the 1D array:
0.0006
0.0056
0.5
0.57
0.73
1.67
3.56
10.45
11.32
13.45
I need to divide this array into 3 sections: mean value, top 5% and bottom 5% value.
Can anyone gude me to do it?