vote up 3 vote down star
2

I'm looking for a basic software for statistical analysis. Most important is simple and intuitive use, getting started "right out of the box". At least basic operations should be interactive. Free would be a bonus :)

The purpose is analysis of data dumps and logs of various processes.

  • Importing a comma/tab separated file
  • sorting and filtering rows on conditions
  • basic aggregates: count, average, deviation, regression, trend
  • visualization - plotting the data,bin distribution etc.

Excel fails (at least for me) for the filtering and re-combining data, I guess something like "Excel with SQL" would be nice. I've been using MS Access + Excel and copying around data before, but that's a pain.

Do you have any recommendation?

Clarification I am not looking for a specific tool for IIS/web server logs, but various data end event logs (mostly from custom applications) with tab-separated values.

flag

78% accept rate

4 Answers

vote up 4 vote down check

Specifically for Log file analysis I would recommend Microsoft's Log Parser(free), which will allow you to run queries with basic aggregation against all types of text based files (and across sets of files), XML, CSV, Event Log, the Registry, file system, Active Directory, etc..

There is also a free GUI build on top of it called Log Parser Lizard GUI which makes it more user friendly and can do basic graphing etc.

link|flag
That looks like a good start, but I can't get at lizard to accept my columns (first line in a tab separated file) - do oyu know how? – peterchen Nov 14 '08 at 17:01
I gave up on the lizard GUI for now, but <valley-girl-mode> OMG the Log parser is, like, sooo awesome!!! </valley-girl-mode> – peterchen Nov 17 '08 at 17:13
vote up 0 vote down

I used Tableau Software at a previous gig, and it's pretty amazing - extremely intuitive and easy to use.

Unfortunately it's also pricey.

link|flag
vote up 0 vote down

You might find gretl very useful (thanks GNU !!!)

http://gretl.sourceforge.net/win32/

link|flag
vote up 0 vote down

I would consider looking at R, it is:

  • Free
  • Widely used by statisticians
  • Fairly easy to use.
  • Can easily do everything you mention in your post
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.