public class Brownian extends java.lang.Object implements DiscretizedSDE
| Modifier and Type | Field and Description |
|---|---|
double |
mu
μ, the drift
|
double |
sigma
σ, the diffusion constant
|
| Constructor and Description |
|---|
Brownian()
Construct a univariate standard Brownian motion.
|
Brownian(double mu,
double sigma)
Construct a univariate Brownian motion.
|
| Modifier and Type | Method and Description |
|---|---|
double |
dXt(Ft ft)
This is the SDE specification of the stochastic process.
|
Ft |
getNewFt()
Get an empty filtration for the process.
|
public final double mu
public final double sigma
public Brownian(double mu,
double sigma)
mu - μ, the driftsigma - σ, the diffusion constantpublic Brownian()
public double dXt(Ft ft)
DiscretizedSDEdXt in interface DiscretizedSDEft - filtrationdtpublic Ft getNewFt()
DiscretizedSDEgetNewFt in interface DiscretizedSDE