Quantitative Methods

Study Guide

Rates and Returns

Holding Period Return (HPR) is the total return on an asset over a specific period. HPR=P1P0+D1P0HPR = \frac{P_1 - P_0 + D_1}{P_0} Where P1P_1 is the ending price, P0P_0 is the beginning price, and D1D_1 is the cash flow received.

Money-Weighted Rate of Return (MWRR) is the internal rate of return (IRR) on a portfolio, accounting for the timing and amount of all cash flows. It is the rate that sets the present value of inflows equal to the present value of outflows. Best used when the manager controls the timing of cash flows.

Time-Weighted Rate of Return (TWRR) measures the compound growth rate of a portfolio. It removes the effects of cash flow timing and is the standard for investment performance reporting (GIPS). It is calculated by finding the HPR for each sub-period and linking them geometrically. TWRR=[(1+HPR1)×(1+HPR2)×...×(1+HPRn)]1/n1TWRR = [(1+HPR_1) \times (1+HPR_2) \times ... \times (1+HPR_n)]^{1/n} - 1

Annualizing Returns:

Time Value of Money in Finance

The core principle is that money available now is worth more than the same amount in the future due to its potential earning capacity.

Key Components:

Future Value (FV) of a Single Sum: FV=PV(1+r)NFV = PV(1+r)^N

Present Value (PV) of a Single Sum: PV=FV(1+r)NPV = \frac{FV}{(1+r)^N}

Annuities: A series of equal cash flows at regular intervals.

Perpetuity: An annuity that continues forever. PVperpetuity=PMTrPV_{perpetuity} = \frac{PMT}{r}

Statistical Measures of Asset Returns

Measures of Central Tendency:

Measures of Dispersion:

Measures of Shape:

Probability Trees and Conditional Expectations

Key Concepts:

A probability tree is a visual tool to represent outcomes and their associated probabilities in a sequence of events.

Portfolio Mathematics

The risk and return of a portfolio depend on the risk/return of its individual assets and the correlation between them.

AssetWeight (w)Expected Return E(R)Standard Deviation (σ\sigma)
Stock AwAw_AE(RA)E(R_A)σA\sigma_A
Stock BwBw_BE(RB)E(R_B)σB\sigma_B

Portfolio Expected Return: E(Rp)=wAE(RA)+wBE(RB)E(R_p) = w_A E(R_A) + w_B E(R_B)

Portfolio Variance: σp2=wA2σA2+wB2σB2+2wAwBσAσBρAB\sigma_p^2 = w_A^2 \sigma_A^2 + w_B^2 \sigma_B^2 + 2w_A w_B \sigma_A \sigma_B \rho_{AB} where ρAB\rho_{AB} is the correlation coefficient between A and B.

Key Insight: Diversification benefits increase as the correlation between assets decreases. Perfect negative correlation (ρ=1\rho = -1) can potentially eliminate all risk.

Simulation Methods

Monte Carlo Simulation is a computer-based method that uses random sampling to model the probability of different outcomes in a process that cannot easily be predicted due to the intervention of random variables.

Steps:

  1. Specify the model: Define the quantity of interest and the variables that influence it.
  2. Define probability distributions: Specify distributions for the random variables.
  3. Generate random inputs: Draw random values from the specified distributions.
  4. Run the simulation: Calculate the quantity of interest thousands of times.
  5. Analyze the results: The distribution of outcomes provides an estimate of the expected value and risk of the quantity.

Applications: Valuing complex derivatives, modeling portfolio risk (VaR), financial planning. Limitations: Highly dependent on the specified model and input assumptions ("garbage in, garbage out").

Estimation and Inference

Estimation involves using sample data to estimate population parameters (e.g., using sample mean xˉ\bar{x} to estimate population mean μ\mu).

Central Limit Theorem (CLT): For any population with mean μ\mu and variance σ2\sigma^2, the sampling distribution of the sample mean xˉ\bar{x} for a large sample size (n ≥ 30) will be approximately normal with mean μ\mu and variance σ2n\frac{\sigma^2}{n}. This is crucial because it allows us to make inferences about the population mean without knowing the population's distribution.

Confidence Intervals: An interval estimate provides a range of values within which the true population parameter is expected to lie, with a specified degree of confidence. Formula: Point Estimate ± (Reliability Factor × Standard Error)

Hypothesis Testing

A formal procedure for accepting or rejecting a statement (hypothesis) about a population parameter based on sample data.

The Process:

  1. State the hypotheses:
    • Null Hypothesis (H0H_0): The hypothesis to be tested. Usually a statement of "no effect" or "no difference." It contains an equality sign (=, ≤, or ≥).
    • Alternative Hypothesis (HaH_a): The hypothesis accepted if the null is rejected. It contains an inequality sign (≠, <, or >).
  2. Select the test statistic: e.g., z-test, t-test.
  3. Specify the level of significance (α\alpha): The probability of a Type I error (e.g., 5%).
  4. State the decision rule: Compare the test statistic to a critical value or compare the p-value to α\alpha.
  5. Calculate the test statistic from the sample data.
  6. Make a decision: Reject or fail to reject the null hypothesis.
DecisionH0H_0 is TrueH0H_0 is False
Do Not Reject H0H_0Correct DecisionType II Error (β\beta)
Reject H0H_0Type I Error (α\alpha)Correct Decision (Power = 1-β\beta)

p-value: The smallest level of significance (α\alpha) at which H0H_0 can be rejected.

Parametric and Non-Parametric Tests of Independence

Tests used to determine if a relationship exists between two variables.

FeatureParametric TestsNon-Parametric Tests
AssumptionsRequire strong assumptions about the population distribution (e.g., normality).Make few or no assumptions about the population distribution.
Data TypeInterval or ratio data.Nominal or ordinal data (ranks). Can also be used for interval/ratio if parametric assumptions are violated.
PowerMore powerful if assumptions are met.Less powerful than parametric tests if assumptions are met.
Examplet-test for the significance of a correlation coefficient.Spearman rank correlation test, Chi-square test of independence.

Simple Linear Regression

Models the linear relationship between one dependent variable (Y) and one independent variable (X).

Model Equation: Yi=b0+b1Xi+ϵiY_i = b_0 + b_1X_i + \epsilon_i

Key Regression Outputs:

Introduction to Big Data Techniques

Big Data is characterized by its high Volume, Velocity, and Variety (the 3 V's). It requires advanced tools to capture, store, manage, and analyze.

Key Techniques:

Challenges in Finance: