-
Notifications
You must be signed in to change notification settings - Fork 42
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
Warning: requirements for confidence levels not met #31
Comments
-----BEGIN PGP SIGNED MESSAGE----- You can see that the CI limits require a certain concentration of the Am 07.11.2014 um 14:36 schrieb Tom Wallis:
Dr. Philipp Berens Bernstein Center for Computational Neuroscience iQEcBAEBAgAGBQJUXM0wAAoJEFmQiZzLSxYeGmsH/AtABeRMFWy0wu1MeAsHhAPp |
Yep. I think it would be good to write one or two more sentences in the warning text explaining to users what those requirements are and why they might not be met. |
I'm just going through some of the circstat stuff.
When I run the following lines:
I get the following warning:
and if I print the confidence limits:
I get
If I run nosetests -v, I see that test_mean_ci_limits passes ok, and
test_mean_ci_2d gives the same warning (but passes).
What's going on? I presume it's something like that there are not enough data points to generate a distribution of means appropriate for computing 95% confidence intervals (i.e. there will only be a small-ish number of unique means, so the confidence limits are too coarse).
If that's the case, I think this warning could be made more specific (so that the user knows what "requirements" were not met).
The text was updated successfully, but these errors were encountered: