Description Usage Arguments Details Value
Sum calibration for simulated dates
1 2 3 4 5 6 7 | oxcalSumSim(
timeframe_begin,
timeframe_end,
n,
stds,
date_distribution = c("equidist", "uniform")
)
|
timeframe_begin, timeframe_end |
beginning and end of the time frame for which dates should be simulated |
n |
the number of dates that should be simulated |
stds |
either one standard deviation for all dates or a vector of standard deviations with length n |
date_distribution |
a character string indicating which method should be used to distribute the dates in the given time frame, can be abbreviated |
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
A list containing the following components:
dates |
the dates for the simulated sum calibration |
probabilities |
the probabilities for the simulated sum calibration |
date_distribution |
the distribution method used for the dates |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.