Need a data analysis software...

yellowbus

New Member
Hi, I’m working on a project, I can’t find a software that does some (hopefully all) of the following:

The software needs to collect about 10,000 data (each data is a random single digit number, in order of time of input). I need the program to analyze all data- look for patterns, how many times one number appeared, how many times a certain combination appeared in a row (777, 1357), what combination appeared the most, frequency of a certain number/combination over time, and perhaps a statistical graph of all the functions I have mentioned (probability of ‘7’ appearing in the 10,000 data). It doesn’t have to be a single software- a combination of softwares would be good too.

Is there any software that comes close to the functions that I listed? I know I’m asking way too much, but I’m hoping a software can do SOME of the things mentioned above.

P.S. if anybody is interested in what I'm doing, I'm gathering data from a hundred people, of their favorite numbers
 
I don't know of any commercial software, but you could probably code that pretty easily. How long do you have to do it with? I could code it for you in C++ if you gave me a little while.
 
Here is a simple example program. Patched it up in under half an hour. It's not exactly what you want but it's an example of what's possible. If you want I can have a go at making a whole program for you.
 
Back
Top