Module net.finmath.lib
Class EvolutionOfPopulation
java.lang.Object
net.finmath.climate.models.dice.submodels.EvolutionOfPopulation
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
-
Constructor Summary
ConstructorsConstructorDescriptionEvolutionOfPopulation(TimeDiscretization timeDiscretization)
EvolutionOfPopulation(TimeDiscretization timeDiscretization, double populationAsymptotic, double populationGrowth)
-
Method Summary