3 questions
0
votes
1
answer
970
views
Compile, install X-13ARIMA-SEAT on macOS Apple Silicon (ARM64) and use it in sm.tsa.x13_arima_analysis()
I am struggling to compile and use X-13ARIMA-SEAT on a Mac with an m3 chip, and called it using sm.tsa.x13_arima_analysis(s, x12path='/usr/local/bin/x13as') in statsmodels. Finally, I succeeded and ...
0
votes
0
answers
146
views
statsmodels.tools.sm_exceptions.X13Error: ERROR: Number of user-defined X elements= 166 not equal to a multiple of the number of columns= 4
My test data has two columns M0 and exog (You can download the X13 software and test data from this link).
import statsmodels.api as sm
import pandas as pd
import numpy as np
import os
X13PATH = r'D:\...