|
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.coefficients.ConstantSigma1
public class ConstantSigma1
The class represents a constant diffusion coefficient function.
| Constructor Summary | |
|---|---|
ConstantSigma1(Matrix sigma)
Construct a constant diffusion coefficient function. |
|
| Method Summary | |
|---|---|
Matrix |
evaluate(Ft ft)
σ(dt, Xt, Zt, ...) |
int |
ncols()
Get the number of independent Brownian motions. |
int |
nrows()
Get the dimension of the process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstantSigma1(Matrix sigma)
sigma - the constant diffusion matrix| Method Detail |
|---|
public Matrix evaluate(Ft ft)
Diffusion
evaluate in interface Diffusionft - filtration
public int nrows()
Diffusion
nrows in interface Diffusionpublic int ncols()
Diffusion
ncols in interface Diffusion
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||