Description Usage Arguments Value
Estimates the expected circular temporal distance between crimes using discrete FFT or numerical integration
1 | expAbsDiff.circ(X, Y, mod = 24, n = 2000, method = "convolution")
|
X |
c(min,min+length). X[1] must be >= 0 and X[2] >= X[1]. It is possible
that X[2] can be > mod. I.e., do not do |
Y |
c(min,min+length). Same conditions from X applies. |
mod |
the period of time. E.g., mod=24 for time of day (in hours), mod=7 for day of week (in days) |
n |
number of bins for discretization of continuous time domain. |
method |
use convolution or monte carlo integration ( |
the expected absolute difference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.