Tumblr para compartilhar

Excelentes representações gráficas tanto artisticas como científicas

Excelentes representações gráficas tanto artisticas como científicas

O Tumblr permite que você compartilhe qualquer coisa facilmente.

Publique textos, fotos, citações, links, músicas e vídeos usando o seu navegador, celular, computador ou e-mail, onde quer que você esteja. Você pode personalizar tudo, das cores ao código HTML do seu tema.

Tags:

Zentralblatt MATH Database

Base de dados de referências em todos os temas de Matemática

Base de dados de referências em todos os temas de Matemática

The Zentralblatt MATH Database ZBMath is produced by the Berlin editorial office of FIZ Karlsruhe in cooperation with European academies and mathematical institutes.The  One-line Search gives you the easiest access to our database. Alternatively, you can use the specified search fields above or the link to the Advanced Search that offers you an even more detailed search form.
Without specifying a particular search field in the One-Line Search, search is performed over all fields. If you wish to refine your original query, you can do so without leaving the hit list.

Tags:

Five years of traffic fatalities

Exwemplo de mapa tipo "tapete" para dados cronológicos e geográficos

Exemplo de mapa tipo "tapete" para dados cronológicos e geográficos

. John Nelson extended on that, pulling five years of data and subsetting by some factors: alcohol, weather, and if a pedestrian was involved. And he aggregated by time of day and day of week instead of calendar dates.

For example, the above is the breakdown of accidents that involved alcohol. As you might expect, there’s a higher count of traffic fatalities during the weekend and late night hours since people don’t have to work the next day. Or you can see when weather is a factor:

Tags: , , ,

Global temperature rises over past century

Boa visualização do aumento de temperaturas médias mundial

Boa visualização do aumento de temperaturas médias mundial

New Scientist mapped global temperature change based on a NASA GISTEMP analysis.

The graphs and maps all show changes relative to average temperatures for the three decades from 1951 to 1980, the earliest period for which there was sufficiently good coverage for comparison. This gives a consistent view of climate change across the globe. To put these numbers in context, the NASA team estimates that the global average temperature for the 1951-1980 baseline period was about 14 °C.

The more red an area the greater the increase was estimated to be, relative to estimates for 1951 to 1980 (especially noticeable in the Northern Hemisphere).

The most interesting part is when you compare all the way back to to the 19th century when it was much cooler. You can also click on locations for a time series of five-year averages.

Tags: , ,

Creating Animations and Transitions With D3

Construção de visualizações de dados em java

Construção de visualizações de dados em java

In interactive visualisation, there is the word reactive. Well, maybe not literally, but close enough.

The fact is that reactivity, or the propension of a visualisation to respond to user actions, can really help engage the user in a visualisation, and help them understand its results. Both of which are usually good things. How can this reactivity be achieved? Through animations.

So I’ll go ahead and state that animation, if done right, can make any interactive data visualization better.

How is that?

  • When coupled with interaction, it’s a very useful way to give feedback to the user. What has changed since their last command? If what’s on screen animates from one state to another, it’s obvious, it stands out and it makes sense. Or, when showing any form of real-time data, animation is pretty much required.
  • Animation can bring focus on the important things as a chart loads. Our vision is very sensitive to movement, so using these introduction transitions sensibly helps a lot to ease the effort required to get the right information off a chart.

Tags: , ,

Handbook of Statistical Analysis and Data Mining Applications

Livro completo no google books com as ligações entre a estatística e o DM

Livro completo no google books com as ligações entre a estatística e o DM

Índice

Tags: , ,

Data Mining for Business Intelligence

Livro completo no google books com boa introdução ao data mining

Livro completo no google books com boa introdução ao data mining

Índice

Tags: , , , ,

Novel Views: Les Miserables

Visualizações de dados inovadoras baseadas em text mining

Visualizações de dados inovadoras baseadas em text mining

Jeff Clark took a detailed look at Victor Hugo’s Les Miserables via character mentions, word connections, and word usage. The above is character mentions with color showing sentiment. Red means negative, and blue positive.

Characters are listed from top to bottom in their order of appearance. The horizontal space is segmented into the 5 volumes of the novel. Each volume is subdivided further with a faint line indicating the various books and, finally, small rectangles indicate the chapters within the books. In the 5 volumes there are a total of 48 books and 365 chapters. The height of the small rectangles indicate how frequently that character is mentioned in that particular chapter.

There’s a good amount of blue towards the end, when everyone decides everyone else isn’t so bad.

Tags: , , ,

Mathematical Programming in MathProg

Interface para resolução de probs PL ou MIP com java

Interface para resolução de probs PL ou MIP com java

GNU MathProg (part of the open source GNU GLPK project) is a modeling language for describing linear and discrete optimization problems. Use this page to create and solve MathProg models using the glpk.js solver. You can either open a model from your computer, select an example from the menu bar, or create your own from scratch. To use —

  1. Create a MathProg model in the Model Editor.
  2. Click ‘Solve’ to generate the solution.
  3. Click ‘Save As…’ to save the model locally to your computer.

Tags: ,

How to: network animation with R and the iGraph

Construir animações de iformação relacional com R

Construir animações de informação relacional com R

This article lists the steps I take to create a network animation in R, provides some example source code that you can copy and modify for your own work, and starts a discussion about programming and visualization as an interpretive approach in research. Before I start, take a look at this network animation created with R and the iGraph package. This animation is of a retweet network related to #BankTransferDay. Links (displayed as lines) are retweets, nodes (displayed as points) are user accounts. For each designated period of time (in this case, an hour), retweets are drawn and then fade out over 24 hours.

Tags: , , ,