Guest User

Untitled

a guest
Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. lm = smf.ols("np.log(Volume) ~ np.log(PrecoVenda)", data=df2).fit()
  2.  
  3. print(lm.params)
  4.  
  5. Intercept 5.435106
  6. np.log(PrecoVenda) 0.819627
  7. dtype: float64
Add Comment
Please, Sign In to add comment