rsc
Compute Pearson's correlation coefficient of spike counts for each group of
trials. This metric is known as rSC or rnoise.
Output types
- simple - overwrite stats to outfile.
- append - append stats to outfile
- scatter - print r_sc, and write scatter plots to the outfile.
Output
The output file will contain a list of records, one for each group, of
the following format:
[data_file_name] [chan1] [chan2] [group_param_name] [param_value] [r] [prob] [ntrials] [sr1] [sr2]
If there is more than one group, a final average record is added:
[data_file_name] [chan1] [chan2] [group_param_name] avg [r_mean] [r_SD] [ngroups]
Example
#
# rSC
#
rsc
group 1 direction
simple
start 0
period 2000
Example
#
# rSC
#
rsc
group 1 direction
scatter
start 0
period 2000