A collection of sloppy snippets for scientific computing and data visualization in Python.
Monday, January 28, 2013
A toy Bloom Filter
›
A Bloom Filter is a data structure designed to tell you, rapidly and memory-efficiently, whether an element is present in a set. It is based...
2 comments:
Monday, January 14, 2013
Box-Muller Transformation
›
The Box-Muller transform is a method for generating normally distributed random numbers from uniformly distributed random numbers. The Box-M...
2 comments:
Thursday, January 3, 2013
Book review: NumPy Cookbook
›
This year I have the chance to review the book NumPy Cookbook written by Ivan Idris and published by Packt Publishing . It introduces the...
‹
›
Home
View web version