Dear atlantageek,

Perhaps what is more important is the wide range of apps that Perl can be applied to, at really low cost. I take radiological data from a Geiger Counter in Perl. Once the data is in the clutches of the Perl script, really anything is possible. Some of my recent code simplifies downstream processing by taking a simple sum of three data points, which happens to produce data samples that correspond to micro Roentgens per hour. The script then inserts the summed values into a MySQL databse. Other code then reads the data from the table. You can do any type of algebra in between, but more critically you can move the data around, reformat it, do side calculations, and then FTP it or make HTML or PNG's from it. Matlab wants $3,500 US for their "web page formatter". There is no easy to use FTP module for Matlab, either. (You can exec out etc., but this is not very pure.)

In CPAN there are wonderful statistical modules, Fast Fourier Transforms, and even Neural Networks, for serious data grinders. Look in the Math section and stand back, cause you might get hurt with all of the output.

Good luck!

Diskcrash


In reply to Re: Data Analysis by diskcrash
in thread Data Analysis by atlantageek

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.