Click or drag to resize

AdfTest Constructor (TimeSpan, Int32, Int32, ADFTestTimeSeriesModelType)

Initializes an instance of AdfTest class with sliding window and update scheduled by time period.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public AdfTest(
	TimeSpan updatePeriod,
	int workingPeriod,
	int order,
	TimeSeriesModelType type
)

Parameters

updatePeriod
Type: SystemTimeSpan
The period of updating ADF test's results.
workingPeriod
Type: SystemInt32
The number of 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