Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interactive Statistical Analysis tool [closed]

Tags:

statistics

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.

like image 582
peterchen Avatar asked Nov 14 '08 12:11

peterchen


People also ask

Which is not a tool for statistical analysis?

Microsoft Excel is not an advanced solution for statistical analysis, but a wide variety of tools is offered by Microsoft excel for data visualization and simple statistics.


2 Answers

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.

like image 175
John Lemp Avatar answered Sep 30 '22 16:09

John Lemp


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
like image 23
Carlos Rendon Avatar answered Sep 30 '22 17:09

Carlos Rendon