Class EmissionFunction

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

public class EmissionFunction extends Object implements BiFunction<Double,​Double,​Double>
The function that maps economicOutput to emission at a given time in GtCO2 / year \( (t, Y) \mapsto E(t,Y) \) where Y is the GDP. Note: The emissions is in GtCO2 / year. Note: The function depends on the time step size TODO Change parameter to per year.
Author:
Christian Fries