Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.5 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.5 KB

This R package contains code for assessing the likelihood two temporal event series were generated by the same source. Two techniques are implemented

  1. Score-based likelihood ratio
  2. 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:

Galbraith, C., Smyth, P. and Stern, H.S., 2020. Quantifying the association between discrete event time series with applications to digital forensics. Journal of the Royal Statistical Society: Series A (Statistics in Society).

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).