|
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
com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.coefficients.ConstantSigma2
ConstantSigma1 instead.
@Deprecated public class ConstantSigma2
The class represents a constant diffusion coefficient function.
| Constructor Summary | |
|---|---|
ConstantSigma2(Matrix sigma)
Deprecated. Construct a constant diffusion coefficient function. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.coefficients.Sigma |
|---|
evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstantSigma2(Matrix sigma)
sigma - the constant diffusion matrix| Method Detail |
|---|
public FtAdaptedRealFunction sigma_i_j(int i,
int j)
Sigma
sigma_i_j in class Sigmai - the row indexj - the column index
public int nrows()
Diffusion
public int ncols()
Diffusion
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||