Elixir library for doing univariate statistics and certain analyses.
Statisaur is a library for handling common univariate and descriptive statistics, as well as certain analyses, regressions, and tests.
TBD.
This package is available from the hex package manager.
Just add it to your mix.exs
file like so:
def project do
[app: myapp,
version: "x.y.z",
elixir: "~> 1.0",
description: "description",
package: ...,
deps: [
...,
{:statisaur, "~> 0.1.0" },
...
] ]
end
All operations are accompanied by tests and documentation.
- Open an issue on Github.
-
Fork this project on Github.
-
Open an issue for your proposed changes.
-
Add tests for your new functionality, if applicable.
-
Add documentation for your functionality, if applicable. NO DOCS -> NO MERGE.
-
Submit a pull request.
-
Bask in the glory of having helped create content on one of the best platforms ever devised.
- Buy us a beer if you see me at ElixirConf.
TBD.
This project is put into the public domain under the unlicense.
If you can't use that, consider it under the WTFPL.
If you can't use that, fine--use the new BSD license.
- Chris Ertel
- Amanda Shih
- Geoff Smith
- Neeraj Tandon