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

net.finmath.climate.models.CarbonConcentration Maven / Gradle / Ivy

package net.finmath.climate.models;

import net.finmath.stochastic.RandomVariable;

public interface CarbonConcentration {

	RandomVariable getCarbonConcentrationInAtmosphere();

	Double getExpectedCarbonConcentrationInAtmosphere();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy