0
$\begingroup$

I'm not a mathematician, however I would like to find the right approach for my attempts to deal with a range of numbers presented to me, for which I have to determine what, at any given time, represent the maximum and minimum values arriving, lowering the maximum should there be a significant number of values arriving which are still higher than those reflecting minimal or considerably lower values (IOW, monitoring and shifting if required, the max reference up or down, according to varying relative peaks and troughs in the input). Thank you.

  • 0
    Look at how the Dow Jones moves up and down: https://www.google.com/finance?client=ob&q=INDEXDJX:DJI. Relative minima or maxima occur on a daily basis, on weekly basis, &c. What criteria would you use to *manually* organize these min and max over the various time horizons? It's hard to say without knowing what problem you're trying to solve.2012-09-17
  • 0
    Thanks. The problem I am trying to solve is simply to process any series of numbers - (but a series with *some* shape, by which I mean not just violently fluctuating adjacent values, with the exception of end-of-subseries differences). An 'example' could be this series e.g.: 70,70,70,75,65,55,60,70,70,74,3,4,5,2,0,11,12,4,3,9,60,60,60,65,55,45,50,60,60,64 . . . . where the first ten values max at 75, the second sub-series represents minima, for which I'd ideally like to know the *maximum* of that subseries (12), and the 3rd subseries new upper values, from which I'd like the lowest (45).2012-09-17

1 Answers 1