S2 Flashcards

1
Q

What is a population?

A

A collection of individual people or items

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a census?

A

A survey of an entire population

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give two advantages of taking a census

A
  • It is unbiased

* It gives an accurate answers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give three disadvantages of taking a census

A
  • It takes a long time to do
  • It is costly
  • It is often difficult to ensure that the whole population is surveyed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is sampling?

A

The process of only surveying a subset of an entire population

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a sampling unit?

A

An individual member of a sample

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a sampling frame?

A

A list from which a sample is drawn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give three advantages of sampling

A
  • It is cheaper than taking a census
  • It is quicker than taking a census
  • It is advantageous where the testing of items results in their destruction, i.e. testing the lifetime of light bulbs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Give two disadvantages of sampling

A
  • Different samples may vary greatly

* The sample may be selected with bias

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a simple random sample?

A

A sample taken such that every possible sample of size n has an equal chance of being selected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a statistic?

A

A quantity calculated solely from the observations in a sample

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a sampling distribution?

A

How the various possible values of a statistic are distributed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a hypothesis?

A

A statement made about the value of a population parameter that is to be tested by collecting evidence in the form of a sample

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the test statistic?

A

A statistic formed from evidence from a sample in a hypothesis test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the null hypothesis?

A

The hypothesis that there is no relationship between two variables, and that is assumed to be correct unless proved otherwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the critical region?

A

The range of values that are so unlikely that they would lead to the rejection of the null hypothesis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are the critical values?

A

The values on the boundary of the critical region

18
Q

How is the level of significance notated?

19
Q

When and how can a random variable X∼B(n,p) be approximated by a normal distribution?

A

When n is large and p is close to 0.5, then X≈∼N(np,np(1-p))

20
Q

When and how can a random variable X∼Po(λ) be approximated by a normal distribution?

A

When λ is large, then X≈∼N(λ,λ)

21
Q

What is a continuous uniform distribution?

A

A distribution in which every interval of equal width within the range of the parameters is equally likely

22
Q

How is a continuous uniform distribution notated?

A

X∼U[a,b]

23
Q

What is the probability density function of a random variable X∼U(a,b)

A

f(x)={1/(b-a) for a≤x≤b, 0 otherwise}

24
Q

For a random variable X∼U(a,b), how can E(X) be calculated?

25
For a random variable X∼U(a,b), how can Var(X) be calculated?
(b-a)²/12
26
For a continuous random variable with probability density function f, how can P(a≤x≤b) be calculated?
∫f(x) dx, a to b
27
For a continuous random variable with probability density function f, what is ∫f(x) dx, -∞ to ∞ equal to?
1
28
What is the relationship between a continuous random variable's cumulative distribution function F, and its probability density function f?
F(x)=∫f(t) dt, -∞ to x
29
For a continuous random variable with probability density function f, how can E(X) be calculated?
∫xf(x) dx, -∞ to ∞
30
For a continuous random variable with probability density function f, how can Var(X) be calculated?
(∫x²f(x) dx, -∞ to ∞) - E(X)²
31
How can the mode of a continuous random variable with probability density function f be calculated?
It is the global maximum of f
32
How can the lower/upper quartile/median of a continuous random variable be calculated?
It is the value x such that F(x)=0.25/0.5/0.75
33
For a random variable X∼Po(λ), how can P(X=x) be calculated?
e^(-λ).λˣ/x!
34
What conditions are required for a Poisson distribution?
* The events occur singly in space or time * The events are independent * The events occur at a constant rate, such that the mean number of occurrences in the interval is proportional to the length of the interval
35
When and how can a random variable X∼B(n,p) be approximated by a Poisson distribution?
When n is large and p is small, then X≈∼Po(np)
36
What is the mean and variance of a Poisson distribution?
λ
37
How many ways can n objects be arranged?
n!
38
What does the notation ⁿCₐ mean?
n!/(a!(n-a)!)
39
How many ways can n objects be arranged when there's a of one type and n-a of another?
ⁿCₐ
40
What conditions are required for a binomial distribution?
* A fixed number of trials * Each trial can only result in a success or a failure * The trials are independent * The probability of success is constant for each trial
41
For a random variable X∼B(n,p), how can P(X=x) be calculated?
ⁿCₓ*pˣ*(1-p)ⁿ⁻ˣ