result = sm.OLS(gold_lookback, silver_lookback ).fit()
得到结果后,我怎样才能得到系数和常数?
换句话说,如果 y = ax + c 如何获得价值a和c?
y = ax + c
a
c
python linear-regression pandas statsmodels
linear-regression ×1
pandas ×1
python ×1
statsmodels ×1