Current section
Files
Jump to
Current section
Files
README.md
# Quetelet [](https://hex.pm/packages/quetelet) [](https://app.wercker.com/project/byKey/85dde2149db7b346b3a96053f03af37d) [](https://coveralls.io/github/kenju/elixir_quetelet?branch=master) [](https://beta.hexfaktor.org/github/kenju/elixir_dsl_html)
Statistics modules in Elixir.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `quetelet` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:quetelet, "~> 0.1.0"}]
end
```
2. Ensure `quetelet` is started before your application:
```elixir
def application do
[applications: [:quetelet]]
end
```