Description Usage Arguments Details Value Author(s) References See Also
PerturbCoreSegment
age perturbs the proxy data of an individual
segment of a similarly dated core array, i.e. the section of the cores that
lies between two specified age control points.
1 2 3 |
X |
an nt * nc array of the proxy data from the core array, where the
number of rows ( |
t |
numeric vector providing the original layer-counted
chronology. Must equal the length of the proxy data, thus |
Xp |
array of dimension |
Tp |
array of the same dimension as |
acp1 |
the first age control point, i.e. the start age at the top of
the core segment (per default |
acp2 |
the second age control point at the end of the core segment;
|
nc |
integer number of cores in the core array; per default set to the
number of columns in |
ns |
integer number of age perturbation realisations for each core. |
model |
name string of the random process to use for perturbing the age model; must be either "poisson" (the default) or "bernoulli"; see Comboul et al. (2014) for details on the two models. |
rate |
numeric vector of probability rate(s) that an age band is perturbed; you can specify a vector of two rates where the first entry is the probability for a missing band and the second entry the probability for a double-counting of a band. If only a single value is specified (per default 0.05), symmetric perturbations are assumed. |
resize |
the resizing option in case of shorter/longer than original time axes: 0 = do not resize, -1 = resize to shortest realisation, 1 = resize to longest realisation (default). |
PerturbCoreSegment
's intended use is in combination with
PerturbCoreArray
only rather than as a standalone function (though
possible).
A list of two components:
The array of age perturbation realisations filled with the
realisations corresponding to the time interval between acp1
and
acp2
.
The array of age perturbed proxy data filled with the
perturbation realisations corresponding to the time interval between
acp1
and acp2
.
Thomas Münch
Comboul, M., Emile-Geay, J., Evans, M. N., Mirnateghi, N., Cobb, K. M. and Thompson, D. M.: A probabilistic model of chronological errors in layer-counted climate proxies: applications to annually banded coral archives, Clim. Past, 10(2), 825-841, doi: 10.5194/cp-10-825-2014, 2014.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.