|
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.Sigma
public abstract class Sigma
This class provides an implementation of the diffusion coefficients in the form of a diffusion matrix. Each matrix element is an Ft adapted function.
| Constructor Summary | |
|---|---|
Sigma()
|
|
| Method Summary | |
|---|---|
Matrix |
evaluate(Ft ft)
σ(dt, Xt, Zt, ...) |
abstract FtAdaptedRealFunction |
sigma_i_j(int i,
int j)
Get the Ft adapted function D[i,j] element in the diffusion matrix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.coefficients.Diffusion |
|---|
ncols, nrows |
| Constructor Detail |
|---|
public Sigma()
| Method Detail |
|---|
public Matrix evaluate(Ft ft)
Diffusion
evaluate in interface Diffusionft - filtration
public abstract FtAdaptedRealFunction sigma_i_j(int i,
int j)
i - the row indexj - the column index
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||