[package] authors = ["Vinzent Steinberg "] name = "average" version = "0.1.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate the average of a sequence and its error iteratively" categories = ["science", "no-std"] keywords = ["statistics", "stats"] [dependencies] conv = "0.3" [dev-dependencies] rand = "0.3" streaming-stats = "0.1"