Skip to contents

Four callables for TPS public-release crime-incident CSVs, used in the MRM empirical companion paper.

Value

Each mrm_tps_*() callable returns a named list with the computed statistic (Pareto exponent, Moran's I, or survival curve) and a plain-language interpretation; mrm_tps_load_hawkes_refit() returns the parsed Hawkes-refit manifest as a list.

Details

Functions:

Examples

if (FALSE) {
  tps <- read.csv("Assault_Open_Data.csv")
  mrm_tps_levy_scaling(tps)
}