From a vector of mortality rates, create a traditional summary table: http://demographer.com/dsitl/10-d101-life-table-basics/
I think we'd want it to return a vector of named tuples that could then be passed into a DataFrame! or used with PrettyTables (don't want to add those as direct dependencies though).
From a vector of mortality rates, create a traditional summary table: http://demographer.com/dsitl/10-d101-life-table-basics/
I think we'd want it to return a vector of named tuples that could then be passed into a
DataFrame!or used with PrettyTables (don't want to add those as direct dependencies though).