Returns the occurrence times of each of the claims occurring in each of
the periods, assuming the occurrence time of any claim in period \(i\)
is uniformly distributed between times \(i - 1\) and \(i\).
Usage
claim_occurrence(frequency_vector)
Value
A list of occurrence times such that the \(i\)th component of the
list gives the claim occurrence time for all claims that occurred in period
\(i\).
Arguments
frequency_vector
a vector of claim frequencies for all the periods.