Expected correlation between replicate proxy records and between a proxy record and the true climate
ExpectedCorrelation.Rd
Expected correlation between replicate proxy records and between a proxy record and the true climate
Arguments
- pes
Object of class proxy.error.spec, e.g. output from ProxyErrorSpectrum
- spec.pars
Parameters of the proxy error spectrum, these are taken from proxy.error.spec if it is a proxy.error.spec object. Can be passed here to allow calculation on compatible none proxy.error.spec objects.
Examples
spec.pars <- GetSpecPars("Mg_Ca", tau_b = 1000 * 10 / 2, sigma.meas = 1)
spec.obj <- do.call(ProxyErrorSpectrum, spec.pars)
#> Warning: Rounding T to 10100 so that T is an odd integer multiple of delta_t
exp.corr <- ExpectedCorrelation(spec.obj)
plot(rho~smoothed.resolution, data = exp.corr, type = "l", log = "x")