rust_physics_engine 0.2.0

A zero-dependency Rust library for physics, mathematics and engineering computation — 6,365 public functions across 71 modules
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Stochastic processes: Markov chains, Markov chain Monte Carlo, and hidden
//! state models.

pub mod extreme;
pub mod hmm;
pub mod markov;
pub mod point_process;
pub mod queueing;
pub mod rmt;
pub mod sde;
pub mod timeseries;