Workspace IndexKnowledge Notes › Time-series forecasting — ARIMA and why most series are not stationary

#1167PoC

Time-series forecasting — ARIMA and why most series are not stationary

ARIMA and its relatives forecast a series from its own past, but the whole method rests on stationarity — a property financial and on-chain series almost never have without differencing.

Not yet scoped.

Why

The lesson is diagnostic before predictive: test for stationarity, difference until it holds, and see how a naive forecast on a trending series manufactures confidence it has not earned.

How it works

Not yet built.

Where it lands in Jayverse

  • Verex: test stationarity before forecasting any price series. Run an ADF test and difference the CLOB price or resolution-source history before fitting anything ARIMA-style, since a naive trend forecast on a non-stationary series manufactures false confidence.
  • Number: log the stationarity check as part of a reading's methodology. Any Number reading built on ARIMA-style forecasting should record its stationarity test and differencing order alongside the reading, tying into the "reading as a licensed, versioned object" rule.
  • DeFi: check staking-APY series for stationarity before modeling them. The liquid-staking study build should not fit a predictive model on raw APY history without first testing and differencing it.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
rest on~에 기반하다, ~에 달려있다 · 방법론 전체가 의존하는 전제를 가리킴. "the whole method rests on stationarity"
differencing차분(연속값의 차이를 구해 시계열을 안정화하는 기법) · 통계·시계열 용어. "almost never have without differencing"
diagnostic before predictive예측보다 진단이 먼저다 · 검증 절차가 예측 작업보다 우선한다는 원칙. "The lesson is diagnostic before predictive"
manufacture confidence근거 없는 확신을 만들어내다(조작하다) · 추세가 있는 시계열이 과신을 유발하는 것을 비판. "manufactures confidence it has not earned"
relatives (그 계열 기법들)유사 기법들, 같은 계열의 방법 · ARIMA와 비슷한 방법론군을 가리킴. "ARIMA and its relatives"
ARIMA자기회귀누적이동평균(AutoRegressive Integrated Moving Average) · 시계열을 자신의 과거값으로 예측하는 대표적 통계 모델. "ARIMA and its relatives forecast a series from its own past"
stationarity정상성 · 시계열의 평균·분산이 시간에 따라 변하지 않는 성질, ARIMA가 전제하는 핵심 조건. "the whole method rests on stationarity"

← All Knowledge Notes · Workspace Index · Top ↑

시계열 예측 — ARIMA, 그리고 대부분의 시계열이 정상적이지 않은 이유

ARIMA와 그 친척들은 시계열을 자기 과거로 예측하지만, 방법 전체가 정상성(stationarity)에 기대고 있고, 금융·온체인 시계열은 차분 없이는 거의 그 성질을 갖지 않습니다.

아직 범위 미정.

교훈은 예측 이전에 진단입니다: 정상성을 검정하고, 성립할 때까지 차분하고, 추세가 있는 시계열에 대한 순진한 예측이 얻지 못한 확신을 만들어 내는 것을 봅니다.

동작 방식

아직 만들지 않음.

Jayverse에서의 위치

  • Verex: 어떤 가격 시계열도 예측 전에 정상성부터 검정한다. ARIMA류 모델을 적합하기 전에 CLOB 가격이나 정산 소스 히스토리에 ADF 검정과 차분을 적용한다. 비정상 시계열에 대한 단순 추세 예측은 근거 없는 확신을 만들어낼 뿐이다.
  • Number: 정상성 검정을 읽기의 방법론에 기록한다. ARIMA류 예측에 기반한 Number 읽기는 정상성 검정 결과와 차분 차수를 읽기와 함께 남겨야 한다. 이는 "라이선스되고 버전 관리되는 객체로서의 읽기" 규칙과 이어진다.
  • DeFi: 스테이킹 APY 시계열도 모델링 전에 정상성을 확인한다. 유동성 스테이킹 스터디 빌드는 원시 APY 히스토리에 검정과 차분 없이 예측 모델을 바로 적합해서는 안 된다.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
rest on~에 기반하다, ~에 달려있다 · 방법론 전체가 의존하는 전제를 가리킴. "the whole method rests on stationarity"
differencing차분(연속값의 차이를 구해 시계열을 안정화하는 기법) · 통계·시계열 용어. "almost never have without differencing"
diagnostic before predictive예측보다 진단이 먼저다 · 검증 절차가 예측 작업보다 우선한다는 원칙. "The lesson is diagnostic before predictive"
manufacture confidence근거 없는 확신을 만들어내다(조작하다) · 추세가 있는 시계열이 과신을 유발하는 것을 비판. "manufactures confidence it has not earned"
relatives (그 계열 기법들)유사 기법들, 같은 계열의 방법 · ARIMA와 비슷한 방법론군을 가리킴. "ARIMA and its relatives"
ARIMA자기회귀누적이동평균(AutoRegressive Integrated Moving Average) · 시계열을 자신의 과거값으로 예측하는 대표적 통계 모델. "ARIMA and its relatives forecast a series from its own past"
stationarity정상성 · 시계열의 평균·분산이 시간에 따라 변하지 않는 성질, ARIMA가 전제하는 핵심 조건. "the whole method rests on stationarity"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑