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

net.finmath.montecarlo.process.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.

The newest version!
/**
 * Interfaced for stochastic processes and numerical schemes for stochastic processes (SDEs), like the Euler scheme.
 * The Euler scheme implementation is more generic and can be configured for
 * log-Euler scheme or predictor corrector scheme.
 *
 * The parameters have to be provided by a process model.
 *
 * @see net.finmath.montecarlo.model
 * @author Christian Fries
 */
package net.finmath.montecarlo.process;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy