Tuesday, August 24, 2010

Learning Statistics Through Scripting

In looking at the problem sets in Statistics, it occurred to me that you can simply script the solutions in your favorite language for not only learning the scripting language, but for reinforcing Statistics.  Many scripting languages (PHP, Perl, Python, Ruby) have undoubtedly some third party charting tools, and then there's also the famous RRDTool.  For PHP specifically, I came across these gorgeous screen shots of pChart: http://pchart.sourceforge.net/screenshots.php?ID=25.  A close friend of mine mentioned that JpGraph was better (http://jpgraph.net)

For Windows die-hards, I'm sure there's a way to use PowerShell and either third party .NET charting programs or simply commandeer Excel to output the charts.  This could also be done through the older VBScript or even famous underground swiss-army knife of tools used in IIS called LogParser with the output of CHART.  I came across this blog on the topic:


For Java, long ago my friend in Japan mentioned JFreeChart

Some other impressive ones were: