Statistical Analysis: an Introduction using R/Chapter 5

From Wikibooks, open books for an open world
Jump to navigation Jump to search

This chapter contains the most "pure maths" concepts of the book. It is intended to demonstrate 3 main concepts of probability, using two complementary graphical methods. This may make it easier to understand the concepts of likelihood and Bayesian techniques used in the next chapter. However, If you already know some probabiltiy theory, or are willing to accept the 3 probabilty concepts below, then you may wish to move on the Chapter 3.

A link to the wiki prob book

  1. Mutually exclusive additivity p(a or b) = P(a) + P(b)
  2. p(a and b),
    1. concept of independence
  3. Conditional probability
    1. Bayes' Theorem

Methods to use

  1. Probability spaces
  2. Decision trees

Do this graphically. I have a few ideas of how.

Main text here[edit | edit source]

etc.

a bit about likelihood & models, as intro to Ch 3

R sections: using R as a calculator - or should this go in a later chapter?


Next Page: Chapter 3 | Previous Page: Chapter 1
Home: Statistical Analysis: an Introduction using R


Introduce the idea of classifying prob space using a single sample statistic, thus probability distributions, cumulative distributions, quantiles (use graphs).

Introduce binomial distribution. Don't give formula: link to binomial dist on wikipedia. Produce graph. Some sample statistics can be calculated analytically....

Introduce Poisson distribution