[package] name = "poisson-rate-test" version = "1.2.2" authors = ["Josh Vander Hook "] description = "Tests the equivalence of Poisson process rates, per Gu 2008 'Testing Ratio of Two Poisson Rates' " edition = "2018" readme= "README.md" license = "MIT" homepage = "https://github.com/jodavaho/poisson-rate-test" keywords = ["probability","statistics","Poisson","hypothesis"] categories = ["science"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] statrs="0.13.0" rand="0.8.3" rand_distr="0.4.0" claim = "0.5.0" rayon = "1.5.0"