Revision: Quantitative Methods Flashcards

(44 cards)

1
Q

If X is Lognormal (ln), what type of distribution does it follow?

What is an easy way of remebering this?

A

Normal Distibution.

Log is normal (Lognormal)

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

What is used (multiplied by) to scale up volatility?

A

Square root of time.

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

What is the difference between Bootstrapping and Monte Carlo Simulation?

One is data driven and one is model driven.

A
  • Bootstrapping resamples historical data to create new scenarios.
  • Monte Carlo simulation generates outcomes using random numbers based on assumed probability distributions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is a Lognormal Distibution Skewed? and what is it bounded by?

A

A lognormal distribution is positively skewed and is bounded below by zero.

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

Are partial datasets used when bootstrap resampling?

A

No, the full data set is used.

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

What is a hypothesis in statistics?

A

A statement about the value of a population parameter, developed for testing a theory or belief.

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

What is the null hypothesis (H0)?

A

The hypothesis that the researcher wants to reject. It always includes ‘equal to’ and is tested directly.

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

What is the alternative hypothesis (Ha)?

A

The hypothesis concluded if H0 is rejected. It is usually what we are trying to prove.

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

What does it mean that H0 and Ha are mutually exclusive and exhaustive?

A

They cover all possible outcomes (exhaustive) and cannot both be true at the same time (mutually exclusive).

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

List the 7 steps of the hypothesis testing procedure.

A

1) State H0 and Ha
2) Select test statistic
3) Specify significance level
4) State decision rule
5) Collect sample and calculate statistic
6) Make decision vs. critical value or p-value
7) Conclude.

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

What is the rejection rule for a two-tailed z-test at α=0.05?

A

Reject H0 if test statistic < -1.96 or > +1.96.

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

What are the critical z-values for common significance levels?

A

±1.65 (10% two-tailed or 5% one-tailed), ±1.96 (5% two-tailed), ±2.33 (1% one-tailed), ±2.58 (1% two-tailed).

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

Formula for a test statistic when testing a mean?

A

(Sample statistic – Hypothesized value) / Standard error of sample statistic.

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

How is the standard error of the mean computed when σ is known?

A

σ / √n.

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

How is the standard error of the mean computed when σ is unknown?

A

s / √n, where s is the sample standard deviation.

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

What is a Type I error?

A

Rejecting H0 when it is actually true.

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

What is a Type II error?

A

Failing to reject H0 when it is actually false.

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

What does the significance level (α) represent?

A

The probability of making a Type I error.

19
Q

What is the power of a test?

A

The probability of correctly rejecting a false null hypothesis. Power = 1 – P(Type II error).

20
Q

How does lowering α affect Type II error and power?

A

Lower α reduces Type I error but increases Type II error and reduces power.

21
Q

How can you increase the power of a test (holding α constant)?

A

Increase the sample size.

22
Q

What are the possible decisions in hypothesis testing?

A

Reject H0 or Fail to reject H0 (never ‘accept H0’).

23
Q

What is a p-value?

A

The probability of obtaining a test statistic that would lead to rejection of H0, assuming H0 is true. It is the smallest significance level at which H0 can be rejected.

24
Q

When do you use a z-test instead of a t-test?

A

Use a z-test when the population variance (σ²) is known and the sample is large (n > 30). Use a t-test when σ² is unknown and the sample is small (n ≤ 30).

25
What distribution does the t-statistic follow? ## Footnote How many Df?
The Student’s t-distribution with n – 1 degrees of freedom.
26
How does the t-distribution compare to the normal distribution?
It is bell-shaped but has fatter tails. As n increases, it approaches the standard normal distribution.
27
When is a chi-square test used?
To test hypotheses about population variance of a normally distributed population.
28
Formula for chi-square test statistic?
χ² = ( (n – 1) * s² ) / σ₀², where s² is sample variance and σ₀² is hypothesized variance.
29
When is an F-test used?
To compare two population variances using the ratio of two sample variances.
30
Formula for F-test statistic?
F = s₁² / s₂², where s₁² is the larger sample variance (so F ≥ 1).
31
When is a one-tailed test used vs. a two-tailed test?
One-tailed: when testing for direction (e.g., μ > μ₀). Two-tailed: when testing for difference without direction (μ ≠ μ₀).
32
Test statistic for a test of a population mean (σ known)?
z = (x̄ – μ₀) / (σ / √n).
33
Test statistic for a test of a population mean (σ unknown)?
t = (x̄ – μ₀) / (s / √n).
34
What test is used to compare the means of two independent samples?
A two-sample t-test. If variances are assumed equal, use pooled variance; if not, use separate variance estimates.
35
Formula for pooled variance in two-sample t-test?
s_p² = [ (n₁ – 1)s₁² + (n₂ – 1)s₂² ] / (n₁ + n₂ – 2).
36
What test is used to compare means of two related (paired) samples?
A paired t-test, which tests the mean difference of paired observations.
37
What test is used for testing the difference between two population variances?
An F-test, using the ratio of sample variances.
38
What test is used for categorical data and goodness-of-fit?
A chi-square test.
39
Test statistic for a test of a single population proportion?
z = (p̂ – p₀) / √[p₀(1 – p₀) / n], where p̂ is sample proportion.
40
When testing correlation significance, what test is used?
A t-test using t = r√(n – 2) / √(1 – r²), with n – 2 degrees of freedom.
41
What is the decision rule in hypothesis testing using the p-value approach?
Reject H0 if p-value ≤ α; otherwise, fail to reject H0.
42
Why do we never 'accept H0'?
Because failing to reject H0 does not prove it is true—it only means there isn’t sufficient evidence against it.
43
What does statistical significance not imply?
It does not imply economic or practical significance.
44
What are the limitations of hypothesis testing in finance?
1) Data mining bias, 2) Model/assumption errors, 3) Misinterpretation of p-values, 4) Confusing statistical with economic significance.