Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.society.demography.GENESIS_Demographics

Packages that use GENESIS_Demographics
uk.ac.leeds.ccg.andyt.projects.genesis.process   
uk.ac.leeds.ccg.andyt.projects.genesis.society.demography   
 

Uses of GENESIS_Demographics in uk.ac.leeds.ccg.andyt.projects.genesis.process
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.process declared as GENESIS_Demographics
 GENESIS_Demographics Abstract_GENESIS_DemographicModel._Demographics
          _Demographics is for storing the current attributes of the population simulated.
 GENESIS_Demographics Abstract_GENESIS_DemographicModel._initial_Demographics
          _initial_Demographics is for storing the initial attributes of the population simulated.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process that return GENESIS_Demographics
 GENESIS_Demographics Abstract_GENESIS_DemographicModel.get_Demographics()
           
 

Uses of GENESIS_Demographics in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography that return GENESIS_Demographics
 GENESIS_Demographics GENESIS_Demographics.aggregate(java.util.TreeMap<java.lang.String,java.lang.String> subregionToAggregateRegionLookup, java.util.TreeSet<java.lang.String> aggregateRegionIDs)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Demographics
static java.math.BigDecimal CompareProbabilities.compare(java.lang.String areaCode, GENESIS_Environment _GENESIS_Environment, GENESIS_Demographics startDemographics, GENESIS_Demographics endDemographics, java.io.File output_Directory, int decimalPlacePrecisionForCalculations)
           
static java.lang.Object[] GENESIS_Demographics.getExpectedAndSumOfSquaredDifference(java.lang.String regionID, GENESIS_Demographics startDemographics, GENESIS_Demographics endDemographics, int decimalPlacePrecisionForCalculations)
          Collects the theoretically expected populations and calculates the Sum of Squared Differences between this and the simulated output population.
 java.lang.Object[] GENESIS_Demographics.getExpectedAndSumOfSquaredDifferences(java.lang.String regionID, GENESIS_Demographics input_Demographics, java.util.HashMap<GENESIS_AgeBound,GENESIS_Demographics> output_Demographics_HashMap)
          Collects the theoretically expected populations and a Sum of Squared Difference between this and the simulated output and returns these.
 java.util.HashSet<java.util.concurrent.Future> GENESIS_Demographics.output(java.util.concurrent.ExecutorService executorService, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.String>> regionIDs, java.util.TreeMap<java.lang.String,java.lang.String> subregionToAggregateRegionLookup, java.util.TreeSet<java.lang.String> aggregateRegionIDs, int dataWidthForScatterAndRegressionPlots, int dataHeightForScatterAndRegressionPlots, int dataWidthForAllAgesAgeGenderPlots, int dataHeightForAllAgesAgeGenderPlots, int dataWidthForFertileAgesAgeGenderPlots, int dataHeightForFertileAgesAgeGenderPlots, int decimalPlacePrecisionForCalculation, int decimalPlacePrecisionForDisplay, java.math.RoundingMode roundingMode, GENESIS_Demographics startYear_Demographics, java.lang.Long minAgeYearsForPopulationDisplays, java.lang.Long maxAgeYearsForPopulationDisplays, java.lang.Long minAgeYearsForFertilityDisplays, java.lang.Long maxAgeYearsForFertilityDisplays, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Population>> aliveDays, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Population>> deaths, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> labours, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> births, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> earlyPregnancyLosses, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> clinicalMiscarriages, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> daysInEarlyPregnancy, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> daysInLatePregnancy, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> twins, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> triplets, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal>>> pregnancies)
           
 

Method parameters in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with type arguments of type GENESIS_Demographics
 java.lang.Object[] GENESIS_Demographics.getExpectedAndSumOfSquaredDifferences(java.lang.String regionID, GENESIS_Demographics input_Demographics, java.util.HashMap<GENESIS_AgeBound,GENESIS_Demographics> output_Demographics_HashMap)
          Collects the theoretically expected populations and a Sum of Squared Difference between this and the simulated output and returns these.
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Demographics
GENESIS_Demographics(GENESIS_Demographics a_Demographics)
           
GENESIS_Demographics(GENESIS_Environment a_GENESIS_Environment, GENESIS_Demographics a_Demographics)