Tagged Questions
54
votes
12answers
7k views
Workflow for statistical analysis and report writing
Does anyone have any wisdom on workflows for data analysis related to custom report writing? The use-case is basically this:
Client commissions a report that uses data analysis, e.g. a population ...
8
votes
4answers
105 views
What's the best way to open source data (rather than code)?
As part of a recent programming project I compiled a database, the contents of which may conceivably be of use to someone else one day. I'm looking for the best way to 'open source' the data.
I could ...
3
votes
2answers
379 views
recommendation for good data visualization books for beginners?
should teach both analysing the data and presentation, with code examples, preferably Java or Ruby.
2
votes
1answer
351 views
Problem with density plot in R, ggplot2
I am trying to plot and compare two sets of decimal numbers, between 0 and 1 using the R package, ggplot2. When I plotted using geom="density" in qplot, I noticed that the density curve goes past ...
2
votes
1answer
141 views
Data Visualisation Algorithm Books [closed]
I am looking to buy a good book on data visualisation and would love to here your recommendations. My background is mathematical and I am currently working on a data analysis tool for my employer. The ...
2
votes
3answers
96 views
How would I visualize the amount of time that's passed between dates?
If I had a product and wanted to visualize the amount of time that has passed between releases of that product, what type of graph would I use? What I'm trying to show is the average amount of time ...
1
vote
1answer
139 views
Looking for an open source visualization library that will allow dynamic changes to the graph/tree in Java?
I'm looking for a library that will allow me to construct a Tree and dynamically generate the branches/leaves of this tree at run time based on which branch the user selects.
Basically, it's similar ...
1
vote
5answers
202 views
Is there a non-Adobe equivalent of Axiis?
I want something like Axiis, but without using Flex or other Adobe products.
0
votes
1answer
44 views
How store coordinates of boundaries of each zone region in a London tube map .GIF file?
I am trying to:
Generate a KML file that stores the coordinates of each boundary zone region of London tube map.
Store x,y coordinates as key-pair values to store points of each station on each ...
0
votes
2answers
70 views
Can Hadoop Help Solve Our Analytical Problems
I've never used Hadoop and am still in the process of filling in the blanks of how it can be implemented to help our business.
We probably have only a small dataset of information currently, but ...
-2
votes
2answers
31 views
Simple, powerful visualization
I am looking for a tool/framework to do some simple, yet rather intensive visualization.
I have ~10000 points in a 2D space. All I need to do is plot these points, then have them animate from place ...