davidrpugh / population-ecology-approach

0 stars 2 forks source link

Started work on a Distribution class. #40

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

Placeholder PR for incorporating a Distribution object into the families module in order to track the evolution of the cross section distribution of families across time.

davidrpugh commented 9 years ago

Since there is both a cross-sectional as well as time dimension to tracking the distribution it makes sense to use a pandas.Panel object as the underlying data structure.

davidrpugh commented 9 years ago

@markeschaffer and @PaulSeabright

I finished cleaning up and consolidating the code that I wrote for producing the various plots for the presentation. I also finished writing some basic tests for the added code. Everything looks good! I am going to go ahead and merge this branch into master.