Skip to content

issues with stats - probably a function overloaded #5

Open
@arnodelorme

Description

@arnodelorme

The weird thing is that line 440 of the current code does not contain call to that function. @MakotoMiyakoshi any idea.

pop_eegfiltnew() - performing 425 point bandpass filtering.
pop_eegfiltnew() - transition band width: 1 Hz
pop_eegfiltnew() - passband edge(s): [1 15] Hz
pop_eegfiltnew() - cutoff frequency(ies) (-6 dB): [0.5 15.5] Hz
pop_eegfiltnew() - filtering the data (zero-phase, non-causal)
firfilt(): |====================| 100%, ETE 00:00
pop_eegfiltnew() - performing 87 point bandpass filtering.
pop_eegfiltnew() - transition band width: 5 Hz
pop_eegfiltnew() - passband edge(s): [20 40] Hz
pop_eegfiltnew() - cutoff frequency(ies) (-6 dB): [17.5 42.5] Hz
pop_eegfiltnew() - filtering the data (zero-phase, non-causal)
firfilt(): |====================| 100%, ETE 00:00
3 boundaries found. 6.0 s data will be removed.
Error using stat_surrogate_pvals (line 77)
invalid value for tail: "upper", should be left, right, one or both

Error in pac_man (line 440)
        EEG.pac.uncorrected.MIpval(chIdx,1) = stat_surrogate_pvals(SurroMI, tmpMI, 'upper');

Error in pac_pop_main (line 148)
EEG = pac_man(EEG, options{:});
 
Error while evaluating Menu Callback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions