cURL
curl --request POST \ --url https://macrobymark.com/api/labs/stationarity \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "seriesId": "<string>", "tests": [ "adf" ], "lags": 123, "deterministic": "<string>" } '
{ "seriesId": "<string>", "observationsUsed": 123, "adf": {}, "kpss": {}, "errors": "<array>" }
Run ADF, KPSS, and PP stationarity tests on a time series.
Documentation IndexFetch the complete documentation index at: https://docs.macrobymark.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.macrobymark.com/llms.txt
Use this file to discover all available pages before exploring further.
adf
kpss
Test results