allan 0.2.1

variance and deviation tools for stability analysis
Documentation
# 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](https://travis-ci.org/brayniac/allan.svg?branch=master)](https://travis-ci.org/brayniac/allan)
[![crates.io](http://meritbadge.herokuapp.com/allan)](https://crates.io/crates/allan)

## Usage

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

```toml
[dependencies]
allan = "*"
```

Then, add this to your crate root:

```rust
extern crate allan;
```

The API documentation of this library can be found at
[brayniac.github.io/allan](https://brayniac.github.io/allan/).

## Features

* None yet