point-process-rust icon indicating copy to clipboard operation
point-process-rust copied to clipboard

Simulation of point processes in the Rust programming language

Results 4 point-process-rust issues
Sort by recently updated
recently updated
newest added

Add lognormal Cox processes to the library. * Temporal ones where the log-intensity is a Gaussian process (first simple brownian motion) * Eventually spatial ones with the log-intensity being a...

enhancement
new model

Right now the only kind of Hawkes process that is implemented is the one-dimensional exponential kernel process. It could be enhanced by adapting the sampling algorithm to a multidimensional case.

enhancement
new model

I've been learning the ropes of python packages, particularly about how to deploy self contained binaries (manylinux). I can help you get this on pypi if you're interested.

enhancement
help wanted