Skip to content

aristidesstaffieri/elm-poisson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Elm Poisson

elm package install aristidesstaffieri/elm-poisson

Poisson WIKI

Poisson distributions are useful for determining probability of events that happen over a fixed period of time if the events have a known average rate and are independent of time since last event.

###API poisson : Float -> Float -> Float

###Example

import Poisson exposing (..)
import Html exposing (text)

main =
  text <| toString <| poisson 1 1
  -- 0.7357588823428847

About

A function for getting Poisson Distributions in Elm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages