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

Packages that use GENESIS_Fertility
uk.ac.leeds.ccg.andyt.projects.genesis.core   
uk.ac.leeds.ccg.andyt.projects.genesis.process   
uk.ac.leeds.ccg.andyt.projects.genesis.society.demography   
uk.ac.leeds.ccg.andyt.projects.genesis.utilities   
 

Uses of GENESIS_Fertility in uk.ac.leeds.ccg.andyt.projects.genesis.core
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type GENESIS_Fertility
protected  void GENESIS_Female.set_Pregnant(GENESIS_Fertility a_Fertility)
          This sets the due date assuming 266 day gestation.
 void GENESIS_Female.set_Pregnant(GENESIS_Fertility a_Fertility, boolean handleOutOfMemoryError)
          This sets the due date assuming 266 day gestation.
protected  boolean GENESIS_Female.set_Pregnant(GENESIS_Fertility a_Fertility, int numberOfDaysUntilDue)
          This sets the due date assuming 266 day gestation, but that pregnancy is already at day days.
 boolean GENESIS_Female.set_Pregnant(GENESIS_Fertility a_Fertility, int numberOfDaysUntilDue, boolean handleOutOfMemoryError)
          This sets the due date assuming 266 day gestation, but that pregnancy is already at day days.
 

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

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process that return GENESIS_Fertility
 GENESIS_Fertility Abstract_GENESIS_DemographicModel.get_Fertility(java.lang.String regionID, java.lang.String subregionID)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type GENESIS_Fertility
 java.math.BigDecimal Compare_GENESIS_DemographicModel.compareFertility(GENESIS_Fertility inputFertility_Fertility, GENESIS_Fertility outputFertility_Fertility)
           
 boolean GENESIS_DemographicModel.simulatePregnancy(GENESIS_Fertility fertility, GENESIS_Female a_Female, long a_Female_ID, java.util.TreeSet<java.lang.Long> pregnantFemaleIDs, java.util.TreeSet<java.lang.Long> notPregnantFemaleIDs)
           
 

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

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography declared as GENESIS_Fertility
 GENESIS_Fertility GENESIS_MortalityAndFertilityEstimator._InitialEstimateOfFertility
          Initial Fertility Estimate
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with type parameters of type GENESIS_Fertility
 java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Fertility>> GENESIS_Demographics._Fertility
          For storing region fertility probabilities.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography that return GENESIS_Fertility
static GENESIS_Fertility GENESIS_MortalityAndFertilityEstimator.getInitialEstimateOfFertility(GENESIS_Population initialPop, GENESIS_Population birthPop, java.math.BigDecimal twinProbability, java.math.BigDecimal tripletProbability, GENESIS_Environment theGENESIS_Environment, int decimalPlaces, java.math.RoundingMode roundingMode)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography that return types with arguments of type GENESIS_Fertility
static java.util.TreeMap<java.lang.String,GENESIS_Fertility> GENESIS_Demographics.getInitialFertilityRate(GENESIS_Environment a_GENESIS_Environment, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Population>> singleYearOfAgePopulation, java.util.TreeMap<java.lang.String,GENESIS_Population> inputBirthCount, int decimalPlaces, java.math.RoundingMode roundingMode)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Fertility
static java.lang.Object[] GENESIS_MortalityAndFertilityEstimator.getEstimateRates(GENESIS_Population startYearPopulation, GENESIS_Mortality initialEstimateOfMortality, GENESIS_Fertility initialEstimateOfFertility, GENESIS_Population birthPopulation, GENESIS_Population deathPopulation, int decimalPlacePrecision, java.math.RoundingMode roundingMode)
           
static java.lang.Object[] GENESIS_Demographics.getTheoreticalEndYearPopulationsAndFertility(GENESIS_Population population, GENESIS_Mortality mortality, GENESIS_Fertility fertility, int decimalPlacePrecisionForCalculations)
          Applies annual mortality rates to start year populations to create end year population that have died and survived.
static java.lang.Object[] GENESIS_Demographics.getTheoreticalFertilityAndNewBornPopulation(java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleStartYearPopulation, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleTheoreticalEndYearAgedPopulation, GENESIS_Mortality mortality, GENESIS_Fertility fertility, int decimalPlacePrecisionForCalculations)
           
 java.util.HashSet<java.util.concurrent.Future> GENESIS_Demographics.output(java.lang.String regionID, java.io.File demographicsDirectory_File, int dataWidthForScatterAndRegressionPlots, int dataHeightForScatterAndRegressionPlots, int dataWidthForAllAgesPopulationDisplays, int dataHeightForAllAgesPopulationDisplays, int dataWidthForFertileAgesPopulationDisplays, int dataHeightForFertileAgesPopulationDisplays, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay, java.math.RoundingMode roundingMode, GENESIS_Population startYearPopulation, GENESIS_Population endYearPopulation, GENESIS_Mortality startYear_Demographics_Mortality, GENESIS_Fertility startYear_Demographics_Fertility, GENESIS_Mortality endYear_Demographics_Mortality, GENESIS_Fertility endYear_Demographics_Fertility, java.lang.Long minAgeYearsForAllAgesPopulationDisplays, java.lang.Long maxAgeYearsForAllAgesPopulationDisplays, java.lang.Long minAgeYearsForFertilityAgesPopulationDisplays, java.lang.Long maxAgeYearsForFertilityAgesPopulationDisplays, GENESIS_Population populationAliveDaysThisYear, GENESIS_Population populationDeathsThisYear, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfBirths_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfLabours_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfEarlyPregnancyLoss_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfClinicalMiscarriage_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfDaysInEarlyPregnancy_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfDaysInLatePregnancy_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfTwins_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfTriplets_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeInYearsCountOfPregnancies_TreeMap)
           
protected  java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> GENESIS_Demographics.outputFertility(java.lang.String regionID, GENESIS_Fertility fertility, int dataWidthForAgeGenderPlots, int dataHeightForAgeGenderPlots, int dataWidthForScatterAndRegressionPlots, int dataHeightForScatterAndRegressionPlots, java.io.File demographicsDirectory_File, GENESIS_Population populationAliveDaysThisYear, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeBoundCountOfBirths_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeBoundCountOfLabours_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeBoundCountOfTwins_TreeMap, java.util.TreeMap<GENESIS_AgeBound,java.math.BigDecimal> femaleAgeBoundCountOfTriplets_TreeMap, java.lang.Long minAgeYearsForFertilityDisplays, java.lang.Long maxAgeYearsForFertilityDisplays, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay, java.math.RoundingMode roundingMode)
           
 java.lang.Object[] GENESIS_MortalityAndFertilityEstimator.run(int year, java.lang.String aLADCode, java.math.BigDecimal twinProbability, java.math.BigDecimal tripletProbability, GENESIS_Population initialPop, GENESIS_Mortality initialEstimateOfMortality, GENESIS_Fertility initialEstimateOfFertility, GENESIS_Population birthPop, GENESIS_Population deathPop, int decimalPlaces, java.math.RoundingMode roundingMode)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Fertility
GENESIS_Fertility(GENESIS_Environment a_GENESIS_Environment, GENESIS_Fertility a_Fertility)
           
GENESIS_Fertility(GENESIS_Fertility a_Fertility)
           
GENESIS_MortalityAndFertilityEstimator(GENESIS_Environment _GENESIS_Environment, GENESIS_Population _ObservedAnnualDeaths, GENESIS_Population _ObservedAnnualBirthsByAgeOfMother, GENESIS_Population _StartYearPopulation, GENESIS_Mortality _InitialEstimateOfMortality, GENESIS_Fertility _InitialEstimateOfFertility)
           
 

Uses of GENESIS_Fertility in uk.ac.leeds.ccg.andyt.projects.genesis.utilities
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.utilities that return types with arguments of type GENESIS_Fertility
static java.util.TreeMap<java.lang.String,GENESIS_Fertility> GENESIS_Collections.deepCopyTo_TreeMap_String_Fertility(java.util.TreeMap<java.lang.String,GENESIS_Fertility> map)
           
static java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Fertility>> GENESIS_Collections.deepCopyTo_TreeMap_String_TreeMap_String_Fertility(java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Fertility>> map)
           
 

Method parameters in uk.ac.leeds.ccg.andyt.projects.genesis.utilities with type arguments of type GENESIS_Fertility
static java.util.TreeMap<java.lang.String,GENESIS_Fertility> GENESIS_Collections.deepCopyTo_TreeMap_String_Fertility(java.util.TreeMap<java.lang.String,GENESIS_Fertility> map)
           
static java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Fertility>> GENESIS_Collections.deepCopyTo_TreeMap_String_TreeMap_String_Fertility(java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Fertility>> map)