부분자기상관함수

    [시계열 분석] 부분자기상관함수(PACF)

    statsmodels.graphics.tsaplots의 plot_pacf를 이용한 시계열데이터의 특성을 파악할수 있는 중요한 지표이다. statsmodels.graphics.tsaplots. plot_pacf ( x , ax = None , lags = None , alpha = 0.05 , method = 'ywm' , use_vlines = True , title = 'Partial Autocorrelation' , zero = True , vlines_kwargs = None , ** kwargs ) x : 시계열데이터 ax : 주어진 경우 이 서브플롯은 새 그림을 만드는 대신 플롯하는 데 사용됩니다. lags : 가로 축에 사용되는 int 또는 지연 값의 배열입니다. lags가 int일 때 np...