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

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...