mendel 0.0.2

A statistics library that uses simulations to predict odds rather than equations.
Documentation

Mendel

What is this?

This is a "statistics" library without the math. This library predicts odds based purely off of simulation results.

Documentation

https://docs.rs/mendel

Usage

Add this to your Cargo.toml:

[dependencies]
mendel = "0.0.2"

and this to your crate root:

extern crate mendel;

Should I use this for something serious?

No.