|
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.analysis.function.matrix.R2toMatrix
com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.AutoCorrelationFunction
public abstract class AutoCorrelationFunction
This class represents an auto-correlation function for a multi-dimensional time series {Xt}.
γij = E((Xi - μi) * (Xj - μj)')
ρ(i, j) = γij / sqrt(γiiγjj)
For stationary process, the auto-correlation depends only on the lag, |i - j|.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
AutoCorrelationFunction()
|
|
| Method Summary | |
|---|---|
Matrix |
get(int i,
int j)
Get the auto-correlation matrix for Xi and Xj. |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.matrix.R2toMatrix |
|---|
dimension4Domain, dimension4Range, evaluate, evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoCorrelationFunction()
| Method Detail |
|---|
public Matrix get(int i,
int j)
i - i > 0j - j > 0
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||