filter_hamstr_acc_rates: Smooth accumulation rates

View source: R/posterior_methods.R

filter_hamstr_acc_ratesR Documentation

Smooth accumulation rates

Description

Smooth accumulation rates

Usage

filter_hamstr_acc_rates(hamstr_acc_rates, tau = 0, kern = c("U", "G", "BH"))

Arguments

hamstr_acc_rates

accumulation rates from get_posterior_acc_rates

tau

scale of the smoothing kernel in depth units. If tau > 0, accumulation rates are smoothed (filtered) before summary statistics are calculated, so that the accumulation rate at a given depth corresponds to the average rate over the depth interval tau. Default to 0.

kern

choice of smoothin kernal. U for uniform (moving average), G for Gaussian, BH for Berger and Heath (exponential). Defaults to U

Value

a tibble


EarthSystemDiagnostics/baconr documentation built on Dec. 10, 2023, 4:35 a.m.