UnitRoot
scalation.modeling.forecasting.UnitRoot
The UnitRoot
trait provides a common framework for various unit root testers for Time Series Stationarity. This code is translated from the C++ code found in
Value parameters
- lags
-
the number of lags to use
- lagsType
-
default lags value long or short time-series
- nobs
-
the number of observations (length of time-series)
- testName
-
the name of test, e.g., KPSS
- trend
-
type of trend to test for
- validTrends
-
vector of test valid trends types, e.g., constant, linear trend
Attributes
- See also
-
github.com/olmallet81/URT.
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Stationarity_KPSS
Members list
Visibility
- public
- protected
In this article