Recent content by tunage

  1. T

    MHB I need the two elements with the greatest volume in a data set

    Works perfect. It does everything I need it to do. I don't even need the second max because of how the numbers work. Thank you VERY much! I think I remember seeing this back in Physics.
  2. T

    MHB I need the two elements with the greatest volume in a data set

    That is a very interesting math hack. I am running some test on it now.
  3. T

    MHB I need the two elements with the greatest volume in a data set

    Thank you for your response. I tried it with the 3rd example and I don't see where it would help. --> (1*1*4+2*2*3+3*12*10+4*4*4+5*3*2)/(1*4+2*3+12*10+4*4+3*2) ans = 3.0921 But more importantly I need the element location. Yes, I am pretty sure I need an integral or a summation for the...
  4. T

    MHB I need the two elements with the greatest volume in a data set

    I have very large data sets: coins & amount i.e. {10 & 11, 9 & 7, 8 & 9, 4 & 5, 3 & 1} graphed would show greater volume to the left side while {1 & 0, 2 & 3, 2 & 1, 4 & 6, 9 & 10} would reflect greater volume on the right, and {1 & 4, 2 & 3, 12 & 10, 4 & 4, 3 & 2} would reflect a surge in the...
Back
Top