POP_SIGNALSTAT Computes and plots statistical characteristics of a signal, including the data histogram, a fitted normal distribution, a normal ditribution fitted on trimmed data, a boxplot, and the QQ-plot. The estimates value are printed in a panel and can be read as output. See SIGNALSTAT.

Usage: >> OUTEEG = pop_signalstat( EEG, type ); % pops up
>> [M,SD,sk,k,med,zlow,zhi,tM,tSD,tndx,ksh] = pop_signalstat( EEG, type, cnum );
>> [M,SD,sk,k,med,zlow,zhi,tM,tSD,tndx,ksh] = pop_signalstat( EEG, type, cnum, percent );

Inputs:
EEG   
input EEG dataset
type   
type of processing 1: process the raw data; 0: the ICA components
cnum   
selected channel or component

Outputs:
OUTEEG   
output dataset

Author: Luca Finelli, CNL / Salk Institute - SCCN, 2 August 2002

See also: signalstat, EEGLAB

See the matlab file pop_signalstat.m (may require other functions)

Back to functions