Package dev.nm.stat.stochasticprocess.multivariate.sde
-
Interface Summary Interface Description FtAdaptedRealFunction This represents an Ft-adapted function that depends on X(t), B(t), or even on the whole past path of B(s), s ≤ t.FtAdaptedVectorFunction This represents a vector-valued Ft-adapted function that depends on X(t), B(t), or even on the whole past path of B(s), s ≤ t. -
Class Summary Class Description MultivariateFt This represents the concept 'Filtration', the information available at time t.MultivariateFtWt This is a filtration implementation that includes the path-dependent information, Wt.MultivariateSDE This class represents a multi-dimensional, continuous-time Stochastic Differential Equation (SDE) of this form: \[ dX_t = \mu(t,X_t,Z_t,...)*dt + \sigma(t, X_t, Z_t, ...)*dB_t \]