AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
July 18, 2014 09:20AM
Hi Emily,

The gmean.errts.unit.1D vector is created on the way
to computing GCOR (the global correlation: the average
correlation of every pair of (brain) voxel time series).
It is a single number measuring global connectivity in
a time series.

That is a slow and CPU intensive computation. But if
the time series are demeaned and scaled to unit length
(sqrt(sum squares) = 1), the correlations are just dot
products, and the average of all pairs of dot products
is the average dot product at each voxel with the average
time series, which is simply the dot product of that
average with itself. And that is just the sum of squares
of gmean.errts.unit.1D. It becomes fast and easy.


Regarding global signal regression, that can be done
with "afni_proc.py -regress_ROI brain".

However, please try not to use GSR, except perhaps
to show that it can produce strange results. Global
signal regression alters the correlation matrix that you
are otherwise trying to measure, and in an unknown way.

- rick



Edited 1 time(s). Last edit at 07/18/2014 09:24AM by rick reynolds.
Subject Author Posted

gmean.errts.unit.1D file

Emily July 17, 2014 04:27PM

Re: gmean.errts.unit.1D file

rick reynolds July 18, 2014 09:20AM

Re: gmean.errts.unit.1D file

Emily July 18, 2014 10:44AM

Re: gmean.errts.unit.1D file

rick reynolds July 18, 2014 01:15PM

Re: gmean.errts.unit.1D file

Danny July 22, 2014 10:47AM

Re: gmean.errts.unit.1D file

Peter Molfese July 22, 2014 11:50AM

Re: gmean.errts.unit.1D file

Danny July 22, 2014 12:14PM

Re: gmean.errts.unit.1D file

rick reynolds July 23, 2014 09:53AM

Re: gmean.errts.unit.1D file

Danny July 23, 2014 12:43PM