probability-0.2.5.1: Probabilistic Functional Programming

Safe HaskellSafe
LanguageHaskell98

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] Source #

Special cases

onlyBoys1 :: Int -> Probability Source #

only boys in a family that has one boy