Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

time series - Heteroscedasticity, autocorrelation and unit roots test in python

I am making a 3sls model and I must do the tests indicated in the title of the question. The model is as follows:

equations = dict(Aquí van las ecuaciones)
system_3sls1 = IV3SLS.from_formula(equations, df)
system_3sls1_res = system_3sls1.fit(method='gls', cov_type='unadjusted')
print(system_3sls1_res)

I assume you have to get the residuals from that model, but I can't get them yet.

question from:https://stackoverflow.com/questions/65830299/heteroscedasticity-autocorrelation-and-unit-roots-test-in-python

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...