Skip to content

Instantly share code, notes, and snippets.

@slimane
slimane / stat.hs
Created December 6, 2013 05:34 — forked from anonymous/stat.hs
{-
summary :
odds比を計算
detail :
与えられた群Aと、(全体-群A)との発生率との比を計算
args :
total --全体の数
incidence --全体の発生数
a_total --群Aの全体数
a_incidence --群Aの発生数