Calculate the biperiodogram of real-valued time series
biperiodogram(
x,
dft_given = FALSE,
mc = FALSE,
mc_cores = getOption("mc.cores", 2L)
)
Given time series (or its DFT), as a data frame or matrix with which columns correspond to sampled stretches
If TRUE, suppose that DFTs are given instead of time series
data and skip the fast fourier transform. Default: FALSE
.
If TRUE
, calculation is done in parallel computation.
Defaults to FALSE
.
The number of cores in use for parallel computation, passed
parallel::mcmapply()
etc. as mc.cores
.
A list with names
The first elements of frequency pairs.
The second elements of frequency pairs.
The biperiodogram as a matrix. Each of its rows is for a frequency pair; its columns correspond to stretches.
Hinich, M.J., 1994. Higher order cumulants and cumulant spectra. Circuits Systems and Signal Process 13, 391–402. doi:10.1007/BF01183737