Hi,
I'm looking for help on the following problem (it's similar to the lottery): I'm following a phenomenon and I'm taking readings 15 times a day. Each reading can be classed A, B or C. So, every day I'm getting a string of 15 readings. The readings are evenly spread during the day and they are independent. They don't influence each other in any way. So far, I have n days and n readings. I need to predict the string (the whole row) on day n+1.
Here's an example of what I'm getting:
Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10 Y11 Y12 Y13 Y14 Y15
==========================================================================
B C A B A B B C A C B C C B C
C C A B B C B C C A A C B A A
C A B B A C B C C B C A C A C
C B B C B A B A C A C C B A B
B A C C B C C B A C A A C B A
A A B A B B A C B A B C A A A
B A A C B A B B A A B A A B A
C B A B C C C C B B C B A A A
A A C B A B B C C C A C B A B
A B A B C B C B C A A B C C B
. . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .
B C C C A A B C C B C A C B B
C B C C B A C B A C B A C A A
B C C C A C C A A B A B B C A
A B C A B A C A A C A B C A A
C B B B B C C B C B A A B B A
C B B A B C B A C B C C A B B
A B B C C B B C C A B C C C B
Shall I treat this as a matrix? Shall I treat each column independently bearing in mind that the readings are independent? How many lines should I have in order to be able to make a prediction? Any ideas would be apreciated. Or even a nudge in the right direction would do me so I don't waste any time. I can do a little bit of programming in QBasic (a bit obsolete, no graphics, but it works fine). I'm ready to help in exchange for good suggestions.
Thanks.
martor854
I'm looking for help on the following problem (it's similar to the lottery): I'm following a phenomenon and I'm taking readings 15 times a day. Each reading can be classed A, B or C. So, every day I'm getting a string of 15 readings. The readings are evenly spread during the day and they are independent. They don't influence each other in any way. So far, I have n days and n readings. I need to predict the string (the whole row) on day n+1.
Here's an example of what I'm getting:
Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10 Y11 Y12 Y13 Y14 Y15
==========================================================================
B C A B A B B C A C B C C B C
C C A B B C B C C A A C B A A
C A B B A C B C C B C A C A C
C B B C B A B A C A C C B A B
B A C C B C C B A C A A C B A
A A B A B B A C B A B C A A A
B A A C B A B B A A B A A B A
C B A B C C C C B B C B A A A
A A C B A B B C C C A C B A B
A B A B C B C B C A A B C C B
. . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .
B C C C A A B C C B C A C B B
C B C C B A C B A C B A C A A
B C C C A C C A A B A B B C A
A B C A B A C A A C A B C A A
C B B B B C C B C B A A B B A
C B B A B C B A C B C C A B B
A B B C C B B C C A B C C C B
Shall I treat this as a matrix? Shall I treat each column independently bearing in mind that the readings are independent? How many lines should I have in order to be able to make a prediction? Any ideas would be apreciated. Or even a nudge in the right direction would do me so I don't waste any time. I can do a little bit of programming in QBasic (a bit obsolete, no graphics, but it works fine). I'm ready to help in exchange for good suggestions.
Thanks.
martor854