Dear Perl Monks,

I have always been wanting to make a program capable of processing seemingly random input and make a formula that explains all the input.

I read this article today which made me remember this, it is about how stock market graphs correspond to completely irrelevant data, how one formula synchronizes with the S&P500 of 1883-1992. The formula is below since it does not come out correct in google translate

25*1016-.26*1013y+.12*1010y2-320000.y3+56.y4-.0064y5+.49*10-6y6-.24*10 +-10y7+.69*10-15y8-.88*10-20y9 http://translate.google.com/translate?hl=en&sl=nl&u=http://www.iexprof +s.nl/Column/Opinie/80107/Succes-met-voorspellen.aspxprev=/search%3Fq% +3Diex%2Bprof%2Bvoorspel%2Bsucces%26hl%3Den%26biw%3D1280%26bih%3D659%2 +6prmd%3Dimvns&sa=X&ei=ixD3T_SrL8HN0QWd_4GMBw&ved=0CFEQ7gEwAA

Do you know anything about a perl module or any kind of way to create a formula through a program based on either randomized or non randomized input? A formula that corresponds with all that is put in? I really appreciate your input on this matter:)


In reply to formula creating algorithm by robertw

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.