Skip to content

UCIDataLab/assocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R package for assessing the likelihood two event series were generated by the same source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages