Class DICEModel

java.lang.Object
net.finmath.climate.models.dice.DICEModel
All Implemented Interfaces:
ClimateModel

public class DICEModel extends Object implements ClimateModel
A simulation of a simplified DICE model (see net.finmath.climate.models.dice.DICEModelTest in src/test/java) for an example usage. The model just composes the sub-models (evolution equations and functions) from the package net.finmath.climate.models.dice.submodels. Note: The code uses exponential discounting.