Class EvolutionOfPopulation

java.lang.Object
net.finmath.climate.models.dice.submodels.EvolutionOfPopulation
All Implemented Interfaces:
Function<Double,​Function<Double,​Double>>

public class EvolutionOfPopulation extends Object implements Function<Double,​Function<Double,​Double>>
the evolution of the population (economy) \( L(t_{i+1}) = L(t_{i}) * (L(\infty)/L(t_{i})^{g} \) Note: The function depends on the time step size TODO Fix time stepping
Author:
Christian Fries
  • Constructor Details

    • EvolutionOfPopulation

      public EvolutionOfPopulation(double timeStep, double populationAsymptotic, double populationGrowth)
    • EvolutionOfPopulation

      public EvolutionOfPopulation(double timeStep)
  • Method Details