Sections
Module
GetBispecBootstrap()
Estimate mean and std dev of bicoherence for single (f1,f2) value.
Uses bootstrapping, i.e., resampling w/ replacement.
spec (ndarray) – Input spectrogram.
ndarray
v (list of int) – List of time-series’ indices to analyze.
lilguy (float) – Small value to avoid 0/0 errors.
0/0
j (int) – Index 1.
k (int) – Index 2.
Ntrials (int) – Number of random trials.
b2boot,Bboot,Bi_meas = GetBispecBootstrap(...)
b2boot (float) - Bootstrap bicoherence value.
float
Bboot (complex) - Bootstrap bispectrum value.
complex
Bi_meas (complex) - Estimated bispectrum value.
list