SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.stochasticprocess.univariate.sde.coefficients
Interface Diffusion

All Superinterfaces:
FtAdaptedFunction

public interface Diffusion
extends FtAdaptedFunction

This class represents the diffusion term, σ, of a univariate SDE. It has this form: σ(dt, Xt, Zt, ...).

The diffusion is an Ft adapted function.

See Also:
"Fima C. Klebaner. Introduction to Stochastic Calculus with Applications. 2nd ed. pp. 126. Imperial College Press. 2006."

Method Summary
 
Methods inherited from interface com.numericalmethod.suanshu.stats.stochasticprocess.univariate.sde.FtAdaptedFunction
evaluate
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.