|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.stochasticprocess.univariate.sde.SDE
public class SDE
This class represents a univariate, continuous-time Stochastic Differential Equation of this form: dX(t) = μ(t, Xt, Zt, ...) * dt + σ(t, Xt, Zt, ...) * dB(t).
| Field Summary | |
|---|---|
Drift |
mu
the drift
μ(t, Xt, Zt, ...) |
Diffusion |
sigma
the diffusion coefficient
σ(t, Xt, Zt, ...) |
| Constructor Summary | |
|---|---|
SDE(Drift mu,
Diffusion sigma)
Construct a univariate diffusion type stochastic differential equation. |
|
| Method Summary | |
|---|---|
Ft |
getFt()
Get an empty filtration for the process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Drift mu
μ(t, Xt, Zt, ...)
public final Diffusion sigma
σ(t, Xt, Zt, ...)
| Constructor Detail |
|---|
public SDE(Drift mu,
Diffusion sigma)
mu - the driftsigma - the diffusion coefficient| Method Detail |
|---|
public Ft getFt()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||