in reply to Re^2: formula creating algorithm
in thread formula creating algorithm

maybe some handy perl module

Take a look at Statistics::Regression. Not a "recommendation" as I've never used it, but it might get you started.

It is also possible, and often more effective and efficient, to tackle this kind of problem using Genetic Programming algorithms.

But you need to know pretty well what conclusions you are looking for up front to construct the algorithm, and that often leads to the curse of statistics: the forgone conclusion. Ie. Finding exactly what you set out to find.

But done properly -- using independent criteria -- it can reach conclusion -- positive ot negative -- very quickly. Which can be very useful for exploring a whole gamut of possible correlations and rejecting many of them as early as possible. You can then concentrate the usually slower, more laborious, formal arithmetic techniques on the few remaining.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

The start of some sanity?