A collection of sloppy snippets for scientific computing and data visualization in Python.
Friday, October 12, 2012
Visualizing correlation matrices
›
The correlation is one of the most common and most useful statistics. A correlation is a single number that describes the degree of relation...
15 comments:
Saturday, September 29, 2012
Weighted random choice
›
Weighted random choice makes you able to select a random value out of a set of values using a distribution specified though a set of weights...
3 comments:
Friday, September 14, 2012
Boxplot with matplotlib
›
A boxplot (also known as a box-and-whisker diagram) is a way of summarizing a set of data measured on an interval scale. In this post I will...
‹
›
Home
View web version