|
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.multivariate.sde.Ft
com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.FtWt
public class FtWt
This is a filtration implementation that includes the path-dependent information, e.g., Wt.
Ft| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.Ft |
|---|
dt, Xt, Zt |
| Constructor Summary | |
|---|---|
FtWt()
Construct an empty filtration (no information). |
|
FtWt(FtWt that)
Copy constructor. |
|
| Method Summary | |
|---|---|
FtWt |
deepCopy()
The implementation can return an instance created from this by the copy
constructor of the class, or just this if the instance itself is
immutable. |
void |
setDt(double dt)
Set the current time differential. |
void |
setZt(Vector Zt)
Set the value of the Gaussian distribution innovation. |
double |
t()
Get the current time. |
Vector |
Wt()
Get the current value(s) of the driving Brownian motion(s). |
| Methods inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.Ft |
|---|
dim, dt, dWt, nB, setXt, Xt, Zt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtWt()
public FtWt(FtWt that)
that - another Ft| Method Detail |
|---|
public FtWt deepCopy()
DeepCopyablethis by the copy
constructor of the class, or just this if the instance itself is
immutable.
deepCopy in interface DeepCopyabledeepCopy in class Ftpublic double t()
public Vector Wt()
public void setDt(double dt)
Ft
setDt in class Ftdt - the time differentialpublic void setZt(Vector Zt)
Ft
setZt in class FtZt - the Gaussian distribution innovation
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||