This project includes an R package containing an algorithm to compute an maximum pseudo-likelihood estimator for the superposition of a Strauss process (possibly with hard core) and a Poisson process.
This repository is supplementary to Wieditz, J. (2021+). Characteristic and necessary minutiae in fingerprints. Dissertation.
To use the SuperMPLE R-package follow the steps below:
-
Install the R-package SuperMPLE via
library(remotes)
install_github('jwieditz/SuperMPLE/SuperMPLE')
. -
Load the library via
library(SuperMPLE)
. -
To compute an MPLE in an example for the superposition of two homogeneous processes , run
example(SuperMPLE)
. -
Moreover, the documentation of the SuperMPLE function contains an example for the superposition of an inhomogeneous Strauss- hard core process and a homogeneous Poisson process from applications in fingerprint recognition.
This package is released under the GPL3.0 licence.