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