I have this idea for a prediction algorithm that predicts a random value with accuracy based a sequence of previous occurrences of an item from the set being chosen and analyse the pattern to improve the accuracy.
So basically an algorithm that accepts two parameters, one being a set of possible choices; the other being an history of those numbers, analyse that pattern and predict the next number in the sequence.
- Does this make sense to anyone else?
- If it does, what would be your approach to writing such an algorithm?
- What language would you refer?
The goal is pattern recognition in overlapping sample sets, find a correlation and establish an equation to predict that with some degree of accuracy.