runSurrogates | R Documentation |
Replicate simSignalAndNoise
a given number of times.
runSurrogates(signal.par, noise.par, nc, nt, res, nmc = 10, df.log = NULL)
signal.par |
a named list with elements 'alpha' and 'beta' supplying the power-law parameters to simulate the common signal. |
noise.par |
as |
nc |
the number of proxy records ('"cores"') in the array. |
nt |
the length of each record in the array. |
res |
the sampling (e.g., temporal) resolution of the simulated proxy records; determines the frequency axis of the spectral estimates. |
nmc |
integer; the number of replications. |
df.log |
width of the Gaussian kernel in logarithmic frequency units to
smooth the spectral estimates; |
a list of length nmc
where each list element is one signal and
noise estimation realization, i.e. the output of
simSignalAndNoise
.
Thomas Münch
simSignalAndNoise
, simCoreArray
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.