runSimulation | R Documentation |
Get the required parameters from the input spectra (number of observations,
observation resolution, number of proxy records, and signal and noise
powerlaw parameters) and call the Monte Carlo signal and noise simulation
runSurrogates
.
runSimulation(spectra, f.start = NULL, f.end = NULL, nmc = 10, df.log = NULL)
spectra |
a list with the spectral objects |
f.start |
lower end of the frequency range on which the power-law fit is
made on the proxy data (see Details); the default |
f.end |
as |
nmc |
integer; the number of replications for the confidence interval estimation. |
df.log |
width of the Gaussian kernel in logarithmic frequency units to
smooth the spectral estimates of the simulated data; some smoothing is
usually necessary to avoid physically implausible negative power
occasionally occuring for some frequencies upon estimating the common
signal spectrum. It is suggested to use the same amount of smoothing as for
the actual proxy data, while setting |
the output of runSurrogates
: a list of length nmc
where each list element is one signal and noise estimation realization.
Thomas Münch
runSurrogates
, EstimateCI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.