IB Mathematics (HL)/Further Statistics

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

← Calculus | Group Theory →


Topic 8: Option - Statistics and Probability[edit | edit source]

As learnt in the statistics and probability section in the core syllabus, the expected value , or the mean of a distribution "X" is:



The variance of a distribution is defined as:



If X is discrete, the variance can be defined as:


Expectation Algebra[edit | edit source]

Linear Transformations[edit | edit source]

If one displaces and scales a distribution, the mean and the variance must change. The values change in accordance to the following formulas:




Notice how the variance is unaffected by the value of b, since the variance of a distribution is never changed by the displacement of the distribution. Only the value a, representing a horizontal stretch of the distribution, modifies the spread.

Linear Combinations of Independent Random Variables[edit | edit source]

When one takes multiple samples of a random variable X, these are often independent random variables. In that case the distribution must be treated differently.




Notice that the variance is always superimposed, not subtracted. Also the random variable may not necessarily be from the same population X.

These rules also apply to situations with n independent random variables.




The derivation of this rule is beyond the scope of the syllabus.

Unbiased estimators of mean and variance[edit | edit source]

Unbiased Estimators of Variance are calculated by multiplying the original variance by n/(n-1)

Probability Distribution Functions[edit | edit source]

Discrete Distributions[edit | edit source]

Binomial, B(n,p)
When X~B(n,p), P(X=x) denotes the probability of x number of successes when n trials, each with a probability of success of p, are performed.
Applies when:

  • There are exactly two possible outcomes
  • The number of trials is fixed
  • Each trial is independent of the outcomes of other trials
  • The probability of each trial remains constant.

Negative Binomial, NB(r,p)
Models the number of Bernoulli trials B(1,p) required to achieve r successes. The combinatorial coefficient in the probability mass function is merely to account for the number of ways such a number of successes could be arranged.

Geometric, Geo(p)
Models the number of Bernoulli trials B(1,p) which will be needed until the first success, ie similar to NB(1,p). No combinatorial coefficient is needed because "counting" stops once the first success has been achieved. Hence there is only one possible arrangement for outcomes.

Poisson, Po(m)
A Poisson distribution measures the number of successes in

  • a fixed interval
  • an infinite number of trials.

For instance, there could potentially be a huge number of phonecalls per hour, but if the mean is two per hour, the chance of this is slim. NB: This assumes that m is constant, which in real situations is not true (eg frequency of phonecalls depends on time of day, day of week, etc). Questions of this type often involve converting between time intervals, for instance if the mean is two calls per hour and the probability of a certain number of calls in 5 hours is needed, the mean used would be 10. Also specific to this distribution is the fact that E(x) = Var(x).

Continuous Distributions[edit | edit source]

These can follow any function where:

  • for all range of f(x).
  • if the domain of is .

Furthermore, x can be any value that is also within the domain of . Cumulative frequencies are calculated by integrating .
In addition, the syllabus expects knowledge regarding three particular continuous probability distributions.

Exponential, Exp(λ)
This distribution models the expected interval between events (assumed to be instantaneous) in a Poisson distribution. Eg for Po(2) calls an hour, the expected number of calls in one hour is 2; the expected value of the exponential distribution, , is half an hour.
The exponential distribution can also be seen as the continuous equivalent of the geometric distribution, which models the time until the first success.

Normal, N(μ,σ2)
This is the most interesting distribution, and the most relevant to the statistics option. Due to the central limit theorem, a large portion of the Statistics option is based on the normal distribution. On questions about the normal distribution, the question must state that the data at hand “follows a normal distribution”, “is normally distributed”, etc. This makes it easy to identify.
The standard normal variable Z follows the distribution and is a way of converting to Z-scores, which is important for calculating confidence interval and hypothesis testing.

Normal approximation to the binomial distribution
For large values of n, X~B(n,p) can be approximated as X~N(np,npq). (This can be shown on a histogram.)
There are different estimates for how large n should be; greater than 5 is usually a good approximation, yet the IB states and as rules. In situations which do not satisfy these conditions it should be clearly stated that the approximation is not good.

Summary of Distributions[edit | edit source]

The summary of equations, functions and notations are shown below for each distribution.

Discrete Distributions[edit | edit source]
Distribution Notation Probability Mass Function Mean Variance
Binomial X~B(n,p) for
Poisson X~Pois(m) for
Geometric X~Geo(p) for
Negative Binomial X~NB(r,p) for
Continuous Distribution[edit | edit source]
Distribution Notation Probability Density Function Mean Variance
Exponential X~Exp()
Normal X~N()

Normal Distribution[edit | edit source]

Linear Combinations[edit | edit source]

It is often useful to combine variables, eg to determine the probability that . This is done by solving an inequality and basing a new variable, for instance on the random variable size. For instance:



We now need to find using the rules:

Note that the variance is always added. It is also important to convert standard deviation to variance before attempting to combine variables.

Questions also discuss combinations where multiple picks are made. Note the difference between

  • and
  • .

In the first, four separate picks are made. Variance becomes .
In the second, the value of one pick is multiplied by four. Variance in this case is .
In short, separate picks should be treated as separate variables, despite having the same μ and σ.

Central limit theorem[edit | edit source]

When taking samples from a non-normal population whose mean is μ variance is σ2, the averages of these samples will be distributed normally as where n is the number of data points each sample is based on (sample size). This applies when .

The samples must be independent. Although a proof of the CLT is not required, it may be useful to know that it stems from a binomial distribution: either or . The probability is constant and independent, meaning that the sample means are described by a binomial function. We already know by the normal approximation to the binomial distribution that when the sample size is large enough, the distribution will be approximately normal.

This is a reliable approximation for sample sizes . Note that the variance, , of the normal distribution decreases with larger values of n, meaning that the probability distribution will be narrower, ie more precise. The "standard deviation" of the normal distribution when using the CLT, , is also known as the sampling error or standard error.

Normality of a proportion[edit | edit source]

Proportions with large sample sizes also follow a normal distribution. Following a similar logic as for sample means, a proportion of a sample can either be a success or failure. The probability of this is considered fixed, meaning that the distribution is binomial. When the sample size is large enough, there is therefore a normal distribution where , the sample proportion:

If p is the true proportion of successes and n is the sample size then X~B(n,p). Hence we can show that

  • Expected value

  • Variance

By the Central Limit Theorem, we can say that for large values of n, .

Confidence Intervals[edit | edit source]

90% confidence interval. 90% of data within 0±a.

A confidence interval is a range measured from the mean of a distribution in which a certain fraction of samples lie. It is often represented as a percentage, for instance saying that "90% of samples weigh 2±0.01 kg".
Confidence intervals work the same way for sample means and for proportions. In each case let or . The difference arises when the population variance is not known. These two situations are explored below.

When σ is known[edit | edit source]

The data booklet gives the expression for a confidence interval as:
(given n ≥ 30).
This same expression is merely written in terms of the standard distribution for a sample:
(when np ≥ 10 or nq ≥ 10).

is the z-score corresponding to the percentage of the confidence interval. This can be looked up using the tables which occupy the last few pages of the data booklet or using the invNorm function on the calculator. Note, however, that entering invNorm(.9) will not give the Z-score of a 90% confidence interval. The remaining 10% must be distributed evenly both above and below the target range that is within 90% of the mean. Therefore z = invNorm(0.95). This can be clearly seen in the illustration above - we want to find the value of a, and should therefore use either 0.95 or 0.05. This is the same concept as a two-tailed test (described below) - if we were saying that 90% of the values were below a certain value, then we would use invNorm(0.9).

Calculator functions
ZInterval: Either enter a set of data or statistics. Not that in both cases, σ is clearly requested. C(onfidence)-Level as a fraction. When using data, select the list name at set Frequency=1.
1-PropZInt: x is the number of successes in n trials. C(onfidence)-Level as a fraction.

When σ is unknown[edit | edit source]

When the population standard distribution, σ, is unknown, we must approximate it using the sample data. is used to represent σ. Note that the sample standard deviation may be known without the population standard deviation being known. When σ was known, we said that
, the standard normal distribution N(0,1). Likewise, the distribution when σ is not known is
, known as the t-distribution. It is simply a "fatter" version of the standard normal curve N(0,1).

When using a t-distribution, state the degrees of freedom: ν = n-1 where, as usual, n is the sample size. (This gains significance in hypothesis testing.)


Calculator function
TInterval: Data or statistics. When using data, same input method as ZInterval is used. Note that is the same as , and has to be calculated manually from the sample standard deviation using (from data booklet).

Determining appropriate samples sizes[edit | edit source]

In order for an estimate to be correct, the size of samples must be high enough. As n increases, the variance falls, increasing the precision (distribution narrows).
The example below is taken from Haese & Harris' IBDP Mathematics (Options):

"How large should a sample be if we wish to be 98% confident that the sample mean will differ from the population mean by less than 0.3 if we know that population standard deviation σ = 1.365?"

This means that [where is the furthest acceptable point from μ.]

From the data booklet formula

we know that:



and invNorm(0.99) [not 0.98!] is 2.326:




So a sample of 112 should be taken to be 98% sure that sample means will differ from the population mean by less than 0.3 (n was rounded up to 112).

Note that for proportions, might not always be known. In such a case the largest possible error should be used, ie

As above, this is set equal to the maximum acceptable range, eg 0.03 if the proportion must be "within 3%".

Significance/Hypothesis Testing[edit | edit source]

The aim of hypothesis testing is to consider the validity of hypotheses at particular levels of significance and come to a conclusion regarding their accuracy. The idea is to

  • Formulate a hypothesis
  • Collect sample data
  • Determine whether the data supports the hypothesis

A level of significance is much like the confidence level of significance testing. For example, a 90% confidence interval contains 90% of the spread, while a 10% level of significance says that a hypothesis is true or false with a chance of 90% (10% chance of error).

Null and alternative hypothesis[edit | edit source]

In any hypothesis test, there will be two mutually exclusive hypotheses:

  • , the null hypothesis, which states equality. This is assumed true until proven false.
  • , the alternative hypothesis, which is adopted if has been proven false by random sample data.

For example, testing that the mean number of phone-calls per hour is greater than 6:

An alternative hypothesis can either be one-sided, as above, or two sided. If we wanted to prove that the mean number of phone-calls is not 6, we would say that . This would imply either that or that . This creates a slight difference in how the probability is calculated (see the invNorm() argument in Confidence Intervals) but this is largely handled by the calculator.

Significance Testing for Mean and Proportion[edit | edit source]

To perform a test, data must be collected, giving a value for . Then the z- or t-score ( or ) is calculated, depending on whether population σ is known, using

  • or
  • (remembering to state degrees of freedom).

When using proportions:

All the CLT requirements need to be met for each respective method: for sample means and or for proportions.

The next step is to determine the p-value , the probability of the z- or t-score occurring. For z-scores this can be done with normalcdf(), but for t-scores the whole process must be done on the calculator (explained below). The p-value measures the likelihood of occurring with a mean of μ and standard deviation σ. If the p-value is low, there is a high possibility that either the sample is wrong (sample size could be increased to verify this) or the mean is not μ (reject null hypothesis). The cut-off for which the p-value is considered "too" low is determined by the level of significance: given a 0.05 (5%) level of significance, will be rejected if the p-value is below 0.05.

For two-tailed tests (), the p-value is the probability whereas for a single-tailed test ( or ) it is simply or the equivalent in terms of and .


Steps to hypothesis testing

  1. State , and whether the test is one- or two-tailed.
  2. State whether z- or t-distribution, calculate corresponding test statistic or .
  3. State decision rule (reject if p-value is...). Calculate p-value for test statistic.
  4. Make decision: "Reject " or "Accept .
  5. Brief statement putting the decision into context.

The "brief" statement will involve as much of the information from as possible. For example, "Based on the a sample of 200 cookies, insufficient evidence is provided to accept at the 1% level of significance that more than 60% of cookies contain chocolate".

There is also a slightly different way of determining whether the calculated z-score is acceptable. Instead of converting the z-score into a probability which is then compared to the p-value, calculate the critical value z-score based on the level of significance. Then use logic to determine whether the calculated z-score falls within the rejection region. For instance, when testing at a 5% level of significance, a "<" one-tailed test can be rejected if < invNorm(0.05). For a ">" one-tailed test, reject if > invNorm(0.95) and for a two-sided test reject if invNorm(0.975).

Calculators (TI)
Calculator functions are quite straightforward to use. In general:

  • and combine to form the alternative hypothesis. For example, if then and . The same applies to "" and in the 1-PropZTest.
  • is the number of successes
  • is the number of trials
  • is the sample mean
  • is the population standard deviation (z-tests) and is , the unbiased estimate of population variance.

Sorting out which variables are known will provide the right function in the case that it isn't clear to start with.

Type I and II errors[edit | edit source]

  • Falsely rejecting is a Type I error. Chance of this occurring is equal to the level of significance at which the test is performed.
  • Falsely accepting is a Type II error. Chances of making a Type II error increase with stricter levels of significance as the critical region shrinks. Calculating the probability of a Type II error occurring requires an alternative value, ie the "true" mean. Type II error is the chance of accepting that the mean is a when it is in fact b, meaning that the probability of Type II error occurring depends on b. Therefore Type II is the chance of getting the recorded sample mean when the true mean is b - this can be calculated using normalpdf.

Chi-Squared Distribution[edit | edit source]

This distribution can be used to test whether a data set follows a particular distribution by comparing expected values to observed data. It can likewise be used to hypothesise whether two variables are dependent.

The chi-squared (χ2) distribution is dependent on the degrees of freedom. The higher the degree of freedom, the closer to the normal curve it becomes.

Note that all χ2 tests are one-tailed. So don't go dividing the p-value in two or any of that funny stuff.

Goodness of fit[edit | edit source]

For GOF tests, states that the data follows a distribution while states that it does not follow the distribution. For example:

  • : The data is from a uniform distribution
  • : The data is not from a uniform distribution.

Degrees of freedom ν = number of classes (n) - number of restrictions (k). When there do not appear to be any restrictions (most cases), k 1 due to the fact that there are a finite number of classes. Once the values of all but one have been found, the last class is unable to fluctuate. This means that in general for GOF-tests ν = n - 1.

To calculate the probability that a data set follows a particular distribution, enter the observed and expected values into separate lists. If any of the expected frequencies are below five, combine this group with a neighbouring group. This is to avoid dividing by small numbers when calculating the test statistic, which would produce disproportionately large values. Because the number of classes falls when this done, decrease the degrees of freedom accordingly. Additionally, subtract 1 from ν for each statistic () which is used to calculate expected data but which is itself based on the observed data.

Then perform a χ2GOF-Test using that data. As with hypothesis testing, the p-value shows how likely it is to get a χ2-score greater than the one achieved with this data set, so if it is smaller than the level of confidence should be rejected and it can be concluded that the data does not follow the distribution at this particular level.

Contingency tables[edit | edit source]

When testing for the independence of variables, a two-variable contingency table is used. This lists the combinations of frequencies of the two variables. For instance:

Contingency table relating smoking to hypertension
Amount of smoking
Degree of hypertension None Moderate Heavy Total
Severe 10 14 20 44
Mild 20 18 31 69
None 40 22 25 87
Total 70 54 76 200

When entering the data into the calculator the "total" column and row are omitted. Expected values do not have to be calculated manually (this would be done by multiplying row total by column total and dividing by "total total", eg 70×44/200 = 15.4, the first cell in the expected value table). Instead, a χ2-test is performed and the expected values will be inserted into the "Expected" matrix.
Degrees of freedom in a χ2-test are (rows-1)(columns-1).
When there is a two by two contingency table, ν = 1. Normally one would use Yate's continuity correction, however this has been removed from the syllabus. Therefore just proceed as normal with ν = 1.

For independence test:

  • : Variables are independent.
  • : Variables are dependent.

As always, the p-value is the probability of a χ2-value larger than that observed occurring. is therefore rejected if the level of significance is lower than the p-value.