AdfTest Constructor (Int32, TimeSpan, Int32, ADFTestTimeSeriesModelType) |
Initializes an instance of
AdfTest class with sliding 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,
TimeSpan workingPeriod,
int order,
TimeSeriesModelType type
)
Parameters
- updatePeriod
- Type: SystemInt32
The period of updating ADF test's results.
- workingPeriod
- Type: SystemTimeSpan
The time interval which defines recent values to use while performing ADF test.
- order
- Type: SystemInt32
The order of autoregression.
- type
- Type: TimeSeriesModelType
The type of time series model.
See Also