Python Forum
Newbie question how to find the coefficient for each variable
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie question how to find the coefficient for each variable
#5
See: http://www.statsmodels.org/stable/regres...near_model
in the example here, they list the coefficients in the res.summary

if you download the source: https://pypi.python.org/packages/72/16/d...39a880bba0

you should be able to locate theĀ OLS class, summary method and see how the coefficients are printed.

Actually there's a link to the detail docs on that page, so maybe you don't have to download
Reply


Messages In This Thread
RE: Newbie question how to find the coefficient for each variable - by Larz60+ - Dec-13-2017, 11:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get coefficient of determination R2 after scipy.curve_fit? AlekseyPython 0 1,902 Feb-12-2021, 09:03 AM
Last Post: AlekseyPython
  how to calculate overlaping coefficient between two probablity functions Staph 3 3,791 Aug-11-2019, 08:10 AM
Last Post: Staph
  Help with correlation coefficient mattjb84 7 4,985 Jun-29-2018, 09:56 PM
Last Post: Larz60+
  Newbie question to return only the index of a dataframe zydjohn 0 2,590 Jan-22-2018, 03:40 PM
Last Post: zydjohn
  Newbie question: how to generate dataframe and use multiple regression zydjohn 0 2,307 Dec-10-2017, 09:49 AM
Last Post: zydjohn
  Newbie question on how to use pandas.rolling_mean zydjohn 5 14,319 Dec-09-2017, 08:42 PM
Last Post: j.crater
  Newbie question for using map, lambda zydjohn 2 3,444 Dec-09-2017, 07:18 PM
Last Post: zydjohn

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020