What Statistics Framework / Tools use with data from different sources

天大地大妈咪最大 提交于 2019-12-10 11:51:58

问题


I got many datasources (postgres database, logfiles) containing statistic data or containing data from which you can calculate statistic data.

Im searching for a application where you can design new reports / outputs (graphs, tables etc) without using a programing language but using a gui. You should be able to save these queries and rerun them later. A webaplication (or a webservice) would be better than a offline app.

Thanks!


回答1:


No programming language? Well that takes out most of the market and even some of the tools mentioned (excel etc) are going to require some VBA to get them to preform like you would expect.

If you have some funds, I would suggest looking into SAS EGuide. It is a point and click, Gui interface that allows you to pull in data from ANYWHERE and manipulate in the interface. The "projects" as they are called can be saved and reused.

My best recommendation would be to use an agency partner with experience in this type of reporting / analytics. I work for such a company. Keep us in mind if we can help. (http://www.AFHood.com)




回答2:


You might want to look at R (link) (a free version of S or S-Plus), or SPSS . And don't leave out good old Excel (or the free clones like Open Office). When combined with the "get external data" options this can do a surprising amount without much code.

There are others which are more specific to certain domains, eg finance.

However, almost any stats is data dependent enough you'll need some sort of programming/scripting language. The pure visual solutions often don't end up doing what you want.




回答3:


I recently came across an online data visualization site, Verifiable - haven't used it but from the screencast on the opening page it seems to have some useful summary stats.

If your data is not confidential, it might be worth a try...

A couple of expensive, but slick products are:

  • Spotfire (advanced data analysis)
  • Advizor (business intelligence).


来源:https://stackoverflow.com/questions/520364/what-statistics-framework-tools-use-with-data-from-different-sources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!