News:

New Lottery Forum has been created.

Main Menu

Finding patterns in random data - Drops - overlapping

Started by HeinRich@BelleModels.biz, Aug 08, 2025, 11:28 PM

Previous topic - Next topic

HeinRich@BelleModels.biz

The program looks for a sequence of numbers, n1, n2, ... mn, where n1< n2< ... mn
and then calculates the probability of each sequence.


The program can be used to predict the next number:

E.g. If you have observed that the last 3 numbers were: n1 < n2 < n3
then the program will tell you the probability that the next number in the sequence will be n0.


You can also specify a minimum value for n0.
E.g. If you want to predict when a share price will drop low enough to make it worth buying.


The program can be used to find underlying cycles:

If data is smoothed with some algorithm and plotted, then it is easy to see peaks and valleys. But to calculate the periods more precisely is difficult especially if the periods are not exact and if you are using big datasets.

The program will calculate a numerical value for the periods.

-----

For a free report, email a list of integers (no more than 5000) each on a separate line
to: HeinRich@BelleModels.biz with subject: Finding patterns in random data - Drops - overlapping
Although it is not a requirement, I shall appreciate it if you could tell me what you want to use the numbers for.


https://www.bellemodels.biz/lotto/finding_patterns_in_random_data.php?id=finding_patterns_in_random_data_from_thelotteryforum

Keywords: data mining, pattern recognition algorithms, sequential pattern mining, statistics, time series, random number generators,