eegthresh# eegthresh(signal, pnts, electrodes, negthresh, posthresh, timerange, starttime, endtime)# Reject epochs with out-of-bounds values in a time window. Parameters: signal (Any) pnts (int) electrodes (Any) negthresh (Any) posthresh (Any) timerange (Any) starttime (Any) endtime (Any) Return type: tuple[ndarray, ndarray, ndarray, ndarray]