mendel 0.0.2

A statistics library that uses simulations to predict odds rather than equations.
Documentation
  • Coverage
  • 50%
    2 out of 4 items documented0 out of 0 items with examples
  • Size
  • Source code size: 10.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 360.3 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • mschmo/mendel
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mschmo

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.