gevlib 0.1.4

A Rust library containing distributional quantities (CDF, PDF, Quantile, random generation) of the Extreme Value Distributions.
Documentation
<h1 align="center"> GEV Distribution (Rust) </h1>

<h4 align="center"> The Extreme Value Distributions in Rust. </h4>

<p align="center">
  <a href="https://crates.io/crates/gevlib">
    <img src="https://img.shields.io/badge/Version-0.1.1-blueviolet?style=for-the-badge&logo=Rust">
  </a>
  <a href="https://github.com/HaeckGabriel/gevdist_rust">
    <img src="https://img.shields.io/github/downloads/HaeckGabriel/gevdist_rust/total?label=Downloads&logo=Github&style=for-the-badge&color=blue">
  </a>
  <a href="https://crates.io/crates/gevlib">
    <img src="https://img.shields.io/crates/d/gevlib?label=Crates%20Downloads&logo=Rust&style=for-the-badge&color=9cf">
  </a>
</p>

Basic Distributional Quantities (CDF, PDF, Quantile and Random Generation) for the Gumbel, Fréchet, (inverse) Weibull and GEV Distributions.

# To do
- [ ] add macros to create instances of each distribution.
- [ ] Clean code? 
- [ ] Add Rust readme file
- [ ] Write better documentation