public class FtWt extends Ft
Ft,
Serialized Form| Constructor and Description |
|---|
FtWt()
Construct an empty filtration (no information).
|
FtWt(FtWt that)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FtWt |
deepCopy()
The implementation returns 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).
|
public FtWt()
public FtWt(FtWt that)
that - another Ftpublic 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