Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmbates/iansmithdistmath.jl


https://github.com/dmbates/iansmithdistmath.jl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# IanSmithdistmath

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://dmbates.github.io/IanSmithdistmath.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://dmbates.github.io/IanSmithdistmath.jl/dev)
[![Build Status](https://github.com/dmbates/IanSmithdistmath.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/dmbates/IanSmithdistmath.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/dmbates/IanSmithdistmath.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/dmbates/IanSmithdistmath.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/I/IanSmithdistmath.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html)

A Julia translation of Visual Basic code by Ian J. Smith to evaluate pdf's, cdf's and invcdf's for various probability distributions.
The original VBA code, including an MIT-like license and downloaded from https://iandjmsmith.wordpress.com/ through https://iandjmsmith.files.wordpress.com/2022/02/examples3410.docx is available as `./original/algs.vba`.