Calculates the probability of each object being dated into each year / timeslot from two vectors of minimum and maximum dating. Returns a vector of probabilities.
get.probability(DAT_min, DAT_max)
a vector of probabilities for each object being dated to any single year within the timespan (lesser value means object is dated to larger timespans, i.e. with less confidence).
a numeric vector containing the minimum date of each object
a numeric vector containing the maximum date of each object
[datsteps()], [get.weights()]