Sum calibration for simulated dates
oxcalSumSim(
timeframe_begin,
timeframe_end,
n,
stds,
date_distribution = c("equidist", "uniform")
)
beginning and end of the time frame for which dates should be simulated
the number of dates that should be simulated
either one standard deviation for all dates or a vector of standard deviations with length n
a character string indicating which method should be used to distribute the dates in the given time frame, can be abbreviated
A list containing the following components:
the dates for the simulated sum calibration
the probabilities for the simulated sum calibration
the distribution method used for the dates
The dates can be distributed using one of the following methods: 'equidist' distributed the n dates within the time frame with equal distance, 'uniform' random samples n dates from the given time interval with uniform distribution