public class SampleAutoCorrelation extends AutoCorrelationFunction
Function.EvaluationException
Constructor and Description |
---|
SampleAutoCorrelation(IntTimeTimeSeries xt)
Construct the sample ACF for a time series.
|
SampleAutoCorrelation(IntTimeTimeSeries xt,
SampleAutoCovariance.Type type)
Construct the sample ACF for a time series.
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double i,
double j)
Evaluate y = f(x1,x2).
|
double |
evaluate(int k)
Compute the auto-correlation for lag
k . |
get
evaluate
dimensionOfDomain, dimensionOfRange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dimensionOfDomain, dimensionOfRange
public SampleAutoCorrelation(IntTimeTimeSeries xt, SampleAutoCovariance.Type type)
xt
- a time seriestype
- the auto-covariance typepublic SampleAutoCorrelation(IntTimeTimeSeries xt)
xt
- a time seriespublic double evaluate(int k)
k
.k
- the lag orderpublic double evaluate(double i, double j)
BivariateRealFunction
i
- x1j
- x2Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.