Numerical series density - page 13

 
Congratulations, you have found the clusters.

Write out the rows.

Take a row. And at the intersection of the units Write out rows 10,13,15
13,10,15
15,10,13,21
And so on.
 
Then remove the repeats.
And of those three, there will be one row 15, 10, 13, 21.
 
Vyacheslav Kornev:
Congratulations, you have found the clusters.
Write out the rows.
Take a row. And at the intersection of the units Write out rows 10,13,15
13,10,15
15,10,13,21
And so on.

I made this table a long time ago, otherwise there would not be this https://www.mql5.com/ru/forum/163871/page11#comment_4131070 summary table

OK, I've written it out and I have the following table.

10 13 15 0
13 10 15 0
15 10 13 21
21 15 0 0
31 0 0 0
40 42 46 0
42 40 46 0
46 40 42 51
51 46 56 0
56 51 0 0
65 71 0 0
71 65 0 0
78 81 0 0
81 78 0 0
190 0 0 0
223 0 0 0
232 0 0 0
250 0 0 0
260 0 0 0
545 0 0 0


Плотность числового ряда
Плотность числового ряда
  • www.mql5.com
Предлагаю обсудить алгоритмы и методы нахождения плотности чисел, если известны эти числа...
 
Vyacheslav Kornev:
Then remove the repeats.
And of these three, there will be 1 row 15, 10, 13, 21

I don't get it here - are there any repeats in the whole table?

 

Removed repetitions in the table using the LIFO method

10 13 15 0
13 10 0 0
15 0 0 21
21 0 0 0
31 0 0 0
40 42 46 0
42 40 0 0
46 0 0 51
51 0 56 0
56 51 0 0
65 71 0 0
71 65 0 0
78 81 0 0
81 78 0 0
190 0 0 0
223 0 0 0
232 0 0 0
250 0 0 0
260 0 0 0
545 0 0 0
 
Not the litho method didn't work
 
Why do you have 31 empty
 
Vyacheslav Kornev:
Not according to the litho method didn't work.

Is it - where is it?

Or should it be written out that way - from rows rather than columns?

10 10
13 13
15 15
21 21
31 0
40 40
42 42
46 46
51 51
56 56
65 65
71 71
78 78
81 81
190 0
223 0
232 0
250 0
260 0
545 0

 
Okay, not like that.
Just put the numbers in ascending order for me. You know, the ones with a delta of 6 or less.
 
Vyacheslav Kornev:
Okay, not like that.
Just put the numbers in ascending order for me. Well, which have a delta of 6 or less

Above, and here https://www.mql5.com/ru/forum/163871/page11#comment_4131070 -- deltas 1 through 6.

Плотность числового ряда
Плотность числового ряда
  • www.mql5.com
Предлагаю обсудить алгоритмы и методы нахождения плотности чисел, если известны эти числа...
Reason: