Numerical series density - page 9

 
ok, where are the deltas for number 10
 
Vyacheslav Kornev:
ok, where are the deltas for number 10

Third column.

 
and then the delta between 13 and 15 is zero or what?
 
Vyacheslav Kornev:
and then the delta between 13 and 15 is zero?

Here, to make it clearer - does that make more sense? By the intersection of the column and the row you will find the delta. By the way, you are right - there is an error in the formula, apparently - we'll figure it out later.


 

 

Then the bottom line changes as well

Sum of deltasAlgorithm 1Algorithm 2
1670 56 10
1670 65 13
1680 51 15
1682 71 21
1700 46 40
1710 78 42
1724 42 46
1728 81 51
1740 40 56
1830 31 78
1950 21 81
2034 15
2066 13
2120 10
2600 190
2930 223
3038 232
3290 250
3450 260
8580 545
 

Mine is Algorithm 1 so. Now, we have density points, that is, the numbers that are closest to the other numbers on average

Density centres, so to speak, in ascending order

 

Now, if you want to find clusters, as you said, i.e.

these are groups of numbers close together do I understand correctly?

for the initial cluster what do you take as how many numbers should be close 2 or 3? and at what max distance?

 
Vyacheslav Kornev:

Mine is Algorithm 1 so. Now, we have density points, that is, the numbers that are closest to the other numbers on average

Density centres, so to speak, in ascending order

Apparently so.

Vyacheslav Kornev:

Now, if you want to find clusters, as you said.

they're groups of numbers close together, am I right?

for the initial cluster that you take as how many numbers should be close 2 or 3? And at what max distance?

We don't know it - there is no criterion. On the contrary, we need to determine the density of the grouped numbers (maybe in all variants) and then select those numbers which will have the maximum density.

But, I don't mind seeing your thinking - let's say the minimum in a group should be 4 numbers - distance not known - density max... As a density take the delta between the first and last number in the group, divided by the number of digits in this group (you can propose your own method) (the smaller the coefficient will be, the better).


 
I'll write later in the day because I'm going away.