ConstantSigma1 instead.@Deprecated public class ConstantSigma2 extends Sigma
| Constructor and Description |
|---|
ConstantSigma2(Matrix sigma)
Deprecated.
Construct a constant diffusion coefficient function.
|
| Modifier and Type | Method and Description |
|---|---|
int |
nCols()
Deprecated.
Get the number of independent Brownian motions.
|
int |
nRows()
Deprecated.
Get the dimension of the process.
|
FtAdaptedRealFunction |
sigma_i_j(int i,
int j)
Deprecated.
Get the Ft adapted function D[i,j] element in the diffusion matrix.
|
public ConstantSigma2(Matrix sigma)
sigma - the constant diffusion matrixpublic FtAdaptedRealFunction sigma_i_j(int i, int j)
Sigmapublic int nRows()
Diffusionpublic int nCols()
Diffusion