All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.finmath.climate.models.package-info Maven / Gradle / Ivy

Go to download

finmath lib is a Mathematical Finance Library in Java. It provides algorithms and methodologies related to mathematical finance.

There is a newer version: 6.0.19
Show newest version
/**
 * Integrated Assessment Models.
 * 
 * Our convention here is that all models return annualized quantities, if quantities are related to time periods.
 * So if X denotes an annualized quantity like the GDP and emission for the period \( (t_{i},t_{i+1}) \), then the total quantity is
 * \[
 * 	X \cdot yearFraction(t_{i},t_{i+1})
 * \]
 *
 * @author Christian Fries
 * @author Lennart Quante
 */
package net.finmath.climate.models;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy