AdfTest Constructor (Int32, Int32, ADFTestTimeSeriesModelType) |
Initializes an instance of
AdfTest class with expanding window and
update scheduled by point period.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public AdfTest(
int updatePeriod,
int order,
TimeSeriesModelType type
)
Parameters
- updatePeriod
- Type: SystemInt32
The period of updating ADF test's results.
- order
- Type: SystemInt32
The order of autoregression.
- type
- Type: TimeSeriesModelType
The type of time series model.
See Also