allan 0.1.1

variance and deviation tools for stability analysis
docs.rs failed to build allan-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: allan-0.2.4

allan - variance and deviation tools for stability analysis

allan is a library implementing Allan Variance and Deviation for stability analysis of oscillators, gyroscopes, etc

Build Status crates.io

Usage

To use allan, first add this to your Cargo.toml:

[dependencies]
allan = "*"

Then, add this to your crate root:

extern crate allan;

Features

  • None yet