History of AFNI updates  

|
February 06, 2015 03:10PM
Hi Hema,

The hyperbolic arctangent function (atanh(x)) is
the Fisher transformation. You can use that in
3dcalc, 1deval or ccalc for volumetric, single
time series, or single value data, respectively.

For example:

1deval -a r_values.1D -expr 'atanh(a)' > fisher_z_values.1D

or

set r = 0.7
ccalc "atanh($r)"

- rick
Subject Author Posted

Bandpass filtering and censoring

hemasam January 21, 2015 12:43PM

Re: Bandpass filtering and censoring

rick reynolds January 21, 2015 01:32PM

Re: Bandpass filtering and censoring

hemasam January 23, 2015 01:45PM

Re: Bandpass filtering and censoring

rick reynolds January 26, 2015 02:29PM

Re: Bandpass filtering and censoring

hemasam January 29, 2015 01:34PM

Re: Bandpass filtering and censoring

rick reynolds February 03, 2015 09:52AM

Re: Bandpass filtering and censoring

hemasam February 03, 2015 10:53AM

Re: Bandpass filtering and censoring

rick reynolds February 03, 2015 11:49AM

Re: Bandpass filtering and censoring

hemasam February 03, 2015 01:05PM

Re: Bandpass filtering and censoring

hemasam February 04, 2015 03:42PM

Re: Bandpass filtering and censoring

rick reynolds February 06, 2015 03:10PM

Re: Bandpass filtering and censoring

hemasam February 12, 2015 11:19AM