-
Notifications
You must be signed in to change notification settings - Fork 87
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
OneSampleTTest - Adding Changable Confidence Interval, tail direction, and alpha level. #228
Comments
They can be changed AFAICT: Lines 31 to 36 in da3b70d
|
I think @HiramTheHero means in the constructor, e.g. |
If that's the case then better file another issue with isn't specific to t-test. But note that this would change the design significantly, as currently test objects don't store confidence intervals nor p-values. |
I have cooked up an experimental redo for HypothesisTests.jl, which closer that what I would have liked the interface and internals to be like (obviously). It is quite opininated, but I just wanted to play around with what was possible as there are (clearly) several things I would do different in designing the package. As mentioned in the readme, the propose of the package is to have any good ideas stolen and ported into this package. Play around with it or read the |
Is there a specific reason as to why the Confidence Interval, tail direction, and alpha level can't be changed in the OneSampleTTest?
From what I've been seeing, it looks like it just wasn't implemented in t.jl and HypothesisTests.jl. I was thinking about implementing this feature but I just want to make sure that there isn't some other, unbeknownst to me, reason as to why this hasn't been done.
The text was updated successfully, but these errors were encountered: