UpdatePopulationResults¶
UpdatePopulationResults
This is the results class of the UPMaBoSS API, used to get easy access to the results. This object is returned by the run() method of the UpdatePopulation class.
-
class
maboss.upp.UpdatePopulationResults[source]¶ -
get_population_ratios(name=None)[source]¶ -
Returns the population ratios timeserie
Parameters: name – Optional name for the pandas series object Returns: Pandas series object, with the population ratios according to time -
-