Week 5 Flashcards
What does COCO do for any set of normally distributed data?
COCO transforms any set of normally distributed data into standard normally distributed data. COCO makes sure the Z terms are all independent, the sample variance/the population variance = the sum of all Z^2 values (except the initial Z0) over N-1, and that Z0 = (sample mean-population mean)/(population variance/N^0.5)). It also shows that the sample variance and sample mean are statistically independent.
What is a robust statistic?
One that is insensitive to general non-normality of the parent population. This means a departure from normality must retain the same sign.
Is the T-statistic robust?
The T-statistic is not robust if the data has skewness or non-normal kurtosis if the sample size is too small. However, if the sample size is large enough (100+ for large caps or 200+ for small), the T-Stat will still follow a t-distribution(standard normal for large sample size).
What will occur for a T test if the data used is not independent?
The scaled sample mean will not be standard normal, and hence will no longer generate a scaled chi-square, making the t-statistic for the mean invalid.
This occurs because the variance of the sum of the two samples will have cross product terms, which will be positive if the dependence is positive(increasing variance) and negative otherwise(decreasing variance).
This will change the variance assumed by the t-statistic, and hence the standard error. As such the t stat will be smaller (overstated t stat) if there is positive correlation, or larger (understated t stat) if there is negative correlation.
How can we fix a T-stat with dependent data?
multiply our t-stat by the square root of the yule factor = sqrt(1-correlation)/(1+correlation).
If the correlation is small we can just multiply by 1-correlation.
What does parametric and non-parametric mean? How does a T statistic relate to this?
Parametric means with a measure, non-parametric means without a measure. This could refer to functional form or distribution.
The T statistic is distributionally non-parametric in large samples (because it doesn’t have to be normally distributed), and distributionally parametric in small samples (because it does have to be normally distributed).
By default parametric refers to distributional parametric.
What are some examples of functionally and non-functionally parametric tests?
PPMCC, and Ordinary least squares are examples of functionally parametric tests. SROCC is an example of a non-functionally parametric test.
What are the ingredients of an optimization? How are they typically done?
An objective function to optimize (e.g x squared), choice variables (what can be changed, e.g x), and constraints (anything x cannot be).
Typically this will be done using a hill climber function to maximize or minimize the objective function.
What is an example of an optimization problem in finance where the choice variables are not graphed?
The minimum variance frontier, graphs the returns and standard deviations, though the choice variables are the portfolio weights of the stocks.
What is the covariance of two different portfolios given by if we have their holdings weight and the covariance matrix?
The transverse of the holdings matrix * the covariance matrix * the holdings matrix of the second portfolio.
How do we typically get the beta of a portfolio relative to a benchmark?
covariance of the portfolio and the benchmark divided by the variance of the benchmark.
Why can constraints be bad for analytical calculus?
Some constraints can prevent us from using analytical calculus, forcing us to use numeric calculus instead.
What is the markowitz frontier problem?
Given a mean return vector and covariance matrix. Find the vector of proportional holdings in the risk assets that minimzes the portfolio risk for a given level of portfolio expected return, with full investment (sum of weights = 1) and possible short selling. This can be done using any two frontier portfolios with distinct means, as long as they are both fully invested.
Where to the Tobin frontier and Markowitz frontier meet?
At the tangency portfolio.
What is the Tobin frontier?
Given a mean returns, and covariance matrix of the vector of future returns to some risk assets, find the vector of proportional holdings that minimized portfolio risk for a given level of expected return. This does not require the weights to be 1 (balancing is done with riskless borrowing/lending at the risk free rate.