probability-0.2.4: Probabilistic Functional Programming

Safe HaskellSafe-Infered

Numeric.Probability.Example.NBoys

Contents

Description

Ceneralization of Numeric.Probability.Example.Boys

Consider a family of n children. Given that there are k boys in the family, what is the probability that there are m boys in the family?

Synopsis

Documentation

type Family = [Child]

Special cases

onlyBoys1 :: Int -> Probability

only boys in a family that has one boy