-
Notifications
You must be signed in to change notification settings - Fork 219
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
New Feature: Fix and improve coeftable
for optimize()
output
#2034
Conversation
Thanks, @DominiqueMakowski -- it looks like very sensible improvements! |
Done! I've exposed the Also, but this is more a question, would it be in principle feasible to add a |
There have been discussions about adding cc @sethaxen |
FYI we already have a |
That's probably beyond my skills, I'm not even sure where I'd need to start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me:) Good stuff @DominiqueMakowski !
I'm letting someone else hit the "approve" button though, as I was not particularly invovled in the original impl of this mode-estimation stuff, and so don't know if there are any particular concerns regarding changing the outputs (though from a quick glance, I agree with what you're saying, so it all seems sensible to me).
@cpfiffer you have any thoughts?
It may have been a mistake to try to get the |
Btw @DominiqueMakowski can you bump the patch version? |
Co-authored-by: David Widmann <[email protected]>
Co-authored-by: David Widmann <[email protected]>
Co-authored-by: David Widmann <[email protected]>
Thanks @devmotion !
How do I do that? |
Pull Request Test Coverage Report for Build 5510378272
💛 - Coveralls |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #2034 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 22 22
Lines 1444 1448 +4
======================================
- Misses 1444 1448 +4
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic thank you for doing this! I left one minor comment but for the most part I'd be happy to merge this after the tests pass.
We bumped the version, I'm not sure the failing tests are related to this PR |
Co-authored-by: David Widmann <[email protected]>
I'm on my phone, could someone tag the registrator? |
@cpfiffer Just tagged a release. |
coeftable
for otpimize() outputcoeftable
for optimize()
output
This PR aims at the following:
t
asz
because as far as I understood this is a z approximation, not a t-based estimation. I know that in some cases, the parameter is named t even though it's a z, but I think we could avoid confusion by being transparentNote: the only changes were done for
StatsBase.coeftable
, the rest is formatting fixes (removal trailing spaces) done by the autoformatter.Let me know if I should add the suggested changes :)