notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

BinomialDistribution.md (379B)


      1 # Binomial Distribution
      2 
      3 Stats D1
      4 
      5 **Definition:** A binomial distribution is a distribution such that each point is the probability of some true or false condition.
      6 
      7 This can be thought of as a medical experiment. The x-axis would be some marker and the y axis would be the probability of curing some disease... As an example.
      8 
      9 Each repition is called a trial (single example).