Class EvolutionOfPopulation

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

public class EvolutionOfPopulation extends Object implements Function<Integer,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