You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: