|
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.rn2r1.BivariateRealFunction
com.numericalmethod.suanshu.stats.timeseries.linear.univariate.AutoCorrelationFunction
public abstract class AutoCorrelationFunction
This class represents an auto-correlation function for a univariate time series {xt},
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 | |
|---|---|
double |
get(int i,
int j)
Get the auto-correlation for xi and xj. |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.rn2r1.BivariateRealFunction |
|---|
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 double 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 | |||||||