Skip to content
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

Unclear outlier detection strategy in detect_outliers_mad_median_absolute_deviation_mask #36

Open
oesteban opened this issue Nov 14, 2022 · 1 comment

Comments

@oesteban
Copy link
Contributor

I would need some help understanding the strategy behind this method. Are you first finding outlying voxels in each volume and then of those, deciding which outliers are outlying in time?

@jagruti8
Copy link
Collaborator

jagruti8 commented Nov 16, 2022

Hi @oesteban,

I have taken this detector idea from the paper "Cox, R.W. Outlier Detection in FMRl Time Series. ISMRM(2002)."
First, it counts the number of outlying voxels for the entire image, by finding the median and median absolute deviation for each voxel and then it sums these outlying voxels for each time-point. The time-points that have outlying voxels beyond a certain threshold are considered as outliers.

Also, I have explained the entire strategy in algorithm.txt file.

Sorry for the late reply, I didn't get any notification in my gmail. Also, I will address to the other issues as soon as possible.

Hope this answers your question.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants