summarise_hamstr_acc_rates: Summarise accumulation rates

View source: R/posterior_methods.R

summarise_hamstr_acc_ratesR Documentation

Summarise accumulation rates

Description

Summarise accumulation rates

Usage

summarise_hamstr_acc_rates(
  hamstr_fit,
  tau = 0,
  kern = c("U", "G", "BH"),
  probs = c(0.025, 0.159, 0.25, 0.5, 0.75, 0.841, 0.975)
)

Arguments

hamstr_fit

a hamstr_fit object

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 containing the summarised posterior accumulation rates


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