mne_hfo.utils.threshold_tukey# mne_hfo.utils.threshold_tukey(signal, threshold)[source]# Calculate threshold by Tukey method. Parameters: signalnumpy array1D signal for threshold determination. thresholdfloatNumber of interquartile interval above the 75th percentile. Returns: ths_valuefloatValue of the threshold. References [1] TUKEY JW. Comparing individual means in the analysis ofvariance. Biometrics. 1949 Jun;5(2):99-114. PMID: 18151955.