net.finmath.climate.models.Temperature Maven / Gradle / Ivy
package net.finmath.climate.models;
import net.finmath.stochastic.RandomVariable;
public interface Temperature {
RandomVariable getTemperatureOfAtmosphere();
Double getExpectedTemperatureOfAtmosphere();
}