ExpectedCorrelation: Expected correlation between replicate proxy records and...

View source: R/spec-model.R

ExpectedCorrelationR Documentation

Expected correlation between replicate proxy records and between a proxy record and the true climate

Description

Expected correlation between replicate proxy records and between a proxy record and the true climate

Usage

ExpectedCorrelation(pes, spec.pars = NULL)

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.

Value

a data.frame / tibble

Examples

spec.pars <- GetSpecPars("Mg_Ca", tau_b = 1000 * 10 / 2, sigma.meas = 1)
spec.obj <- do.call(ProxyErrorSpectrum, spec.pars)

exp.corr <- ExpectedCorrelation(spec.obj)
plot(rho~smoothed.resolution, data = exp.corr, type = "l", log = "x")

EarthSystemDiagnostics/psem documentation built on March 3, 2024, 10:24 p.m.