5-12 means there are 5 occurrences of the paired combination 1 and 2 regardless of the order in which they appear so 12 is the same as 21 for counting purposes.
And thus 3-45 means there are 3 occurrences of the paired combination 4 and 5. Lastly it appears that the routine counts only paired combinations within different lines otherwise we would have gotten 2 occurrences of 00 --- mick_curtis <[EMAIL PROTECTED]> wrote: > Can you explain to me how you get > 5-12 > and > 3-45 > from the data? > I don't understand. > > Mike > > > --- In [email protected], "John" > <[EMAIL PROTECTED]> wrote: > > > > Hi guys. > > > > I'm trying to write a little routine to scan a > large set of data > > looking for certain numerical events within a > certain range. > > > > What I'm trying to do, as a sample test, is find > pairs of numbers > > that show up consistnetly, as per example below. > > > > I have a variable RANGE which deteremines how far > back I want to > > delve into the data set. > > > > For example the RANGE = 10. > > > > A B C > > ----- > > 1. 0 1 2 > > 2. 3 1 2 > > 3. 4 5 6 > > 4. 2 1 9 > > 5. 2 4 5 > > 6. 6 2 1 > > 7. 1 9 4 > > 8. 4 4 5 > > 9. 0 0 0 > > 10. 7 2 1 > > > > > > And the ending Results should look something like > this. > > > > # times Pair > > 5 - 12 > > 3 - 45 > > > > Any ideas on how to do this, or what method of > statistics or name > is > > given to such a problem? > > > > Thanks for any help. > > > > > > ____________________________________________________________________________________ Sponsored Link Mortgage rates near 39yr lows. $420k for $1,399/mo. Calculate new payment! www.LowerMyBills.com/lre
