Quantitative Methods Flashcards

(39 cards)

1
Q

Future Value of a Single Cash Flow

A

FV = PV(1+r)^N

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

Continuous Compounding Lump Sum

A

FV = PV * e^(r.s * N)

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

Effective Annual Rate

A

EAR = ((1 + Periodic Rate)^m) - 1

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

Future Value Ordinary Annuity

A

FV = A * [(((1 + r)^N) - 1)/r]

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

Future Value of Annuity Factor

A

[(((1 + r)^N) - 1)/r]

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

Present Value Single Cash Flow

A

PV = FV * (1 + r)^-N

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

Present Value Factor

A

(1 + r)^-N

Reciprocal of future value factor

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

Present Value Ordinary Annuity

A

PV = A * [(1-(1/((1+r)^N)))/r]

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

Present Value of a Perpetuity

A

PV = A/r

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

Solving for interest rate/growth rate

A

G = (FV/PV)^(1/N) - 1

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

Solving for number of periods

A

N = [ln(FV/PV)/ln(1+r)]

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

Solving for annuity Payments

A

A = PV/PF Annuity Factor

= PV/ [(1-(1/(1+r)^N))/r]

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

Numerical Data

A

Can be continuous or Discrete (meaning finite number of values

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

Categorical Data

A

Values that describe a quality or characteristic (dividend vs. No dividend)

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

Nominal vs. Ordinal Data

A

Nominal cannot be logically ordered or ranked, while ordinal can

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

Cross Sectional vs. Time Series vs. Panel Data

A

Cross sectional: List of observations for time period (January inflation rates for each country)

Time Series: List of observations of a specific variable (Daily closing prices)

Panel Data: Mix of the two (Table is with columns time series and rows cross section)

17
Q

Structured vs. Unstructured Data

A

Structured is highly organized (Financial Statements for example)

Unstructured does not follow conventional organization (financial news for example)

18
Q

1 Dimensional Array and 2 Dimensional Rectangular Array

A

1 Dimensional has only 1 variable and has a date and the observation

2 is a fancy way of saying a fucking table

19
Q

Geometric Mean and Geometric Mean Return Formulas

A

Geometric Mean: multiply each number then take the root (root number is amount of numbers)

Geometric Mean Return: multiply each return (1+whatever) then take the root and subtract 1

20
Q

Variance and Standard Deviation

A

s^2 = SUM[(observation-mean)^2]/(n-1)

Standard Deviation is the square root of this

21
Q

Downside deviation/target semideviation

A

Using all values below the chosen target

Square root of SUM[((Observation - target)^2)/(n-1)]

n is the total, not just the values you use

22
Q

Coefficient of Variation

A

CV = standard dev/mean

23
Q

Sample Covariance

A

SUM[(obs x - mean x)*(obs y - mean y)]

All divided by (n-1)

24
Q

Correlation Coefficient

A

= Covariance/(standard dev x * standard dev y)

25
Conditional and Joint Probability
P(A|B) = P(AB)/P(B) Joint probability is P(AB) = P(A|B)*P(B)
26
Probability that A happens or B happens (not both)
P(A or B) = P(A) + P(B) - P(AB)
27
Expected Value Variance
= SUM OF: probability* [(X-Expected value)^2]
28
Expected Value Conditional Probabilites
= probability (X1|S)*X1 + p(X2|S)*X2 etc Adding up the conditional probabilities for all scenarios (S1, S2 etc) gives you the total expected value E(X)
29
Covariance with expected values
Covariance between X and Y: (population Covariance) Cov(x,y) = E[(X-EX)*(Y-EY)] Sample Covariance: Cov(x,y) = SUM OF {[(X-X mean)* (Y-Y mean)]/(n-1)}
30
Correlation
= covariance/(standard dev X * standard dev y)
31
Portfolio variance
= (weight^2)*(variance) + (weight2^2)*(variance2) + 2(weight1*weight2*Covariance)
32
Bayes Formula
= (prob of new information given event/unconditional prob of new information)* prior probability P(Event|Info) = [P(Info|Event)/P(Info)]*P(Event)
33
Number of combinations binomial distribution
= (n!)/[(n-x)! * x!]
34
Binomial probability function
= (n!)/[(n-x)! * x!] * [p^x * (1-p)^n-x]
35
Z Score
Z = (X - mean)/standard dev
36
Central Limit Theorem
With a large enough sample size, the distribution of sample means will be normal distribution Variance/Sample size, as sample gets bigger the fraction gets smaller
37
Standard error
Standard deviation/root of sample size = standard dev/sqrt(n) Measured how much inaccuracy comes from sampling
38
Confidence interval z scores 90%, 95%, 99%
90%: z = 1.65 95%: z = 1.96 99%: z = 2.58
39
Confidence intervals
Mean +/- Z*(standard dev/sqrt(n)) *Z for probability/2