I need to write function that will accept array of decimals and it will find the median.
Is there a function in the .net Math library?
I have an histogram with the variable : group Here how I calculate my median :
int[] group = new int[nbr]; // -- Fill the group with values--- // sum all data in median int median = 0; for (int i =0;i
median is the group index of median