jupyter
Pagerank
Calculates the page rank of a list of tuples representing page_id -> page_id where the first value is the id of a page that links to a the page who's id is the second value.
ECDF function and plot
Defines a function that generates the x/y axes for an ECDF plot from a 1-d array of values.