-
Notifications
You must be signed in to change notification settings - Fork 0
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
Functionality #10
Comments
I will address some points here:
|
So that I understand better, can you answer here the question about how the two-sample versions of tests are used? IIUC, in the context of fitting, you are interested in comparing a distribution to data, so the one-sample statistics seem applicable. I don't see the need to compare two samples against one another here. Also,
IIUC, only the "most applicable" test is used to select the best distribution, so you don't need to combine data from multiple tests. But how is that determined?
|
|
It feels as if this issue can be closed. Please re-open if more changes are required. |
One of the items in the JOSS review criteria #1 is:
Many have, but I still don't understand some things.
Do I understand that MAS does not report the results of these tests directly? Instead, after fitting the distributions to the data, several goodness-of-fit tests are run to determine which distribution is best? If so, how are the two-sample tests used? (e.g. generate random data from the fitted distribution and compare that against the real data?) How are the results of multiple tests combined to choose the best distribution? I just need a high-level overview, since I maintain implementations of these functions and wrote
scipy.stats.goodness_of_fit
.How are they used/accessed?
The text was updated successfully, but these errors were encountered: