point_process 0.1.1

A crate for simulating random point processes.
Documentation

Rust implementation of Point processes

Crates.io Status License

Point processes are used in seismology, social network analysis, and prediction of financial events.

variablepoisson

This repository implements an algorithm to simulate point processes inside the Rust programming language.

To run the examples, do for instance

cargo run --example variable_poisson

For now, only one-dimensional point processes have been implemented.

Poisson point process

A Poisson process on the real line is a stochastic process that can be used to model the arrival of random events.

Hawkes point process