This R package contains code for assessing the likelihood two temporal event series were generated by the same source. Two techniques are implemented
- Score-based likelihood ratio
- Coincidental match probability
Both methods rely on score functions for quantifying the similarity between two temparal event series. Currently this package supports the coefficient of segregation, mingling index, and mean and median inter-event time as defined as the time to the nearest neighbor from one series to another.
More details can be found in the following paper:
To re-create the experiments in the paper, download the zip file from the RSS. This folder contains the input data and scripts used to generate all results in the paper. The scripts rely on having the assocr
package installed, which can be accomplished using the devtools
package as follows
library(devtools)
Sys.unsetenv("GITHUB_PAT")
install_github("UCIDataLab/assocr")
This work was supported by the Center for Statistics and Applications in Forensic Evidence (CSAFE).