-
Notifications
You must be signed in to change notification settings - Fork 46
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
added standard error of the mean to statistics_of_labelled_pixels #267
base: master
Are you sure you want to change the base?
Conversation
pyclesperanto_prototype/_tier9/_statistics_of_labelled_pixels.py
Outdated
Show resolved
Hide resolved
@haesleinhuepf I am just working on the tests and a question came up: furthermore, I feel confident, that I can add the code in case the input is a dict. in the case that the input is a RegionProperties object, I am less confident... (and also don't know if the standard error would appear in that case) |
@haesleinhuepf I now added a simple test for the standard error. Would you like to also add the standard error to push_regionprops (see my question above?) |
Yes, it seems this makes sense! Please make the backwards-compatible change as you suggested. Thank you! |
@haesleinhuepf I just added the SEM to |
I think this should calculate the SEM, but please double check. If I read the code correctly, this automagically adds SEM also to
statistics_of_background_and_labelled_pixels