public class AugmentedDickeyFullerTest extends Object
Null hypothesis H0: Time series contains unit root (is non stationary)
Implemented variants:
Equations for ADF test
Statistical tables adapted from: Python statsmodels
| Modifier and Type | Class and Description |
|---|---|
static class |
AugmentedDickeyFullerTest.Type
ADF test variants
|
| Constructor and Description |
|---|
AugmentedDickeyFullerTest(double[] x,
int maxLag)
Default constructor for testing trend stationary time series.
|
AugmentedDickeyFullerTest(double[] x,
int maxLag,
AugmentedDickeyFullerTest.Type type) |
| Modifier and Type | Method and Description |
|---|---|
AugmentedDickeyFullerTest.Type |
getType() |
double |
pValue() |
double |
statistics() |
public AugmentedDickeyFullerTest(double[] x,
int maxLag)
x - maxLag - public AugmentedDickeyFullerTest(double[] x,
int maxLag,
AugmentedDickeyFullerTest.Type type)
public AugmentedDickeyFullerTest.Type getType()
public double pValue()
public double statistics()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.