public class ConstantSigma1 extends java.lang.Object implements Diffusion
| Constructor and Description |
|---|
ConstantSigma1(Matrix sigma)
Construct a constant diffusion coefficient function.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
evaluate(Ft ft)
σ(dt, Xt, Zt, ...)
|
int |
nCols()
Get the number of independent Brownian motions.
|
int |
nRows()
Get the dimension of the process.
|
public ConstantSigma1(Matrix sigma)
sigma - the constant diffusion matrix