Description Arguments Value Usage Details Author(s) Examples
Given a sequence of dates, compute the interarrival rates.
dates |
A sequence of dates |
A sequence of interarrival rates are returned. The length will always be 1 less than the length of the input dates. Any names associated with the date sequence are copied over to the return sequence with the first name dropped. This makes sense since the first interarrival rate is only available once the event associated with the second element arrives.
interarrival interarrival(dates)
interarrival
This function is a convenience wrapper around difftime to calculate interarrival rates for irregular time series.
Brian Lee Yung Rowe
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.