Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: slim parameter description not documented in OLS.summary() #7979

Closed
TremaMiguel opened this issue Dec 27, 2021 · 0 comments · Fixed by #8004
Closed

DOC: slim parameter description not documented in OLS.summary() #7979

TremaMiguel opened this issue Dec 27, 2021 · 0 comments · Fixed by #8004
Milestone

Comments

@TremaMiguel
Copy link

Describe the bug

Checking the source code for OLS.summary() function there's an slim which does not appears in the documentation.

When you set slim=True one expects not to get the following information in the model summary.

diagn_left = [('Omnibus:', ["%#6.3f" % omni]),
                          ('Prob(Omnibus):', ["%#6.3f" % omnipv]),
                          ('Skew:', ["%#6.3f" % skew]),
                          ('Kurtosis:', ["%#6.3f" % kurtosis])
                          ]

diagn_right = [('Durbin-Watson:',
                ["%#8.3f" % durbin_watson(self.wresid)]
                ),
               ('Jarque-Bera (JB):', ["%#8.3f" % jb]),
               ('Prob(JB):', ["%#8.3g" % jbpv]),
               ('Cond. No.', ["%#8.3g" % condno])
               ]
@bashtage bashtage added this to the 0.13.2 milestone Feb 8, 2022
@bashtage bashtage modified the milestones: 0.13.2, 0.14 Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants