dirkschumacher / elm-ecdf

Empirical distribution function in elm (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

elm-ecdf

Empirical distribution function in elm (WIP)

This is work in progress!

Features

Example

-- F_hat(x <= 5)
ecdf 5 [1, 2, 3, 5, 6, 7, 8, 9, 10] -- Just 0.5

About

Empirical distribution function in elm (WIP)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%