This repository provides an implementation of the sampling-based approximation for computing the maximum likelihood estimator (MLE) of exponential trace model.
The file Implementation/exp_trace_model.R contains functions for computing the approximate maximum likelihood estimator. Our upcoming paper describes the algorithm in details.
We include an example code Implementation/example.R for analyzing neuron spike data. The neuron spike data is from Demas et al. 2003.
source("example.R")
Running the simulation, as described in the paper, takes a long time and is recommended to be implemented on a cluster. We include small-scale example code in the repository.
Data-type specific functions can be found under Implementation/Data_type_specific.
source("Implementation/synthetic_Poisson_analog.R")
source("Implementation/synthetic_exponential_analog.R")
source("Implementation/synthetic_Poisson_Bernoulli.R")
source("Implementation/synthetic_Poisson_Gaussian")
- Rui Zhuang — Ph.D. candidate in Biostatistics, University of Washington — methodology and
Rimplementation - Noah Simon — Assistant Professor in Biostatistics, University of Washington — methodology
- Johannes Lederer — Professor in Mathematical Statistics, Ruhr-University Bochum — methodology