
Last chance! 50% off unlimited learning
Sale ends in
This function calculates mean sensitivity of a raw or detrended ring-width series.
sens2(x)
a numeric
vector containing the series
the mean sensitivity.
This calculates mean sensitivity according to Eq. 2 in Biondi and Qeadan (2008). This is a measure of sensitivity in dendrochronology that is typically used in the presence of a trend. However, note that mean sensitivity is not a robust statistic and should rarely, if ever, be used (Bunn et al. 2013).
Biondi, F. and Qeadan, F. (2008) Inequality in Paleorecords. Ecology, 89(4), 1056<U+2013>1067.
Bunn, A. G., Jansma, E., Korpela, M., Westfall, R. D., and Baldwin,
J. (2013) Using simulations and data to evaluate mean sensitivity
(
# NOT RUN {
library(utils)
data(ca533)
ca533.rwi <- detrend(rwl = ca533, method = "ModNegExp")
sens2(ca533.rwi[, 1])
# }
Run the code above in your browser using DataLab