Final Study Guide pt 2 - Quizzes Flashcards
How do you calculate the variance of a Bernoulli random variable?
(1 - E(X))^2 * p + (0 - E(X))^2 * (1-p)
If a distribution is extremely skewed to the right, where will the mean appear in relation to the median?
To the right of the median
An event has a probability of .02 of occurring.
Given 30 trial, what is the probability that it occurs a least once?
1 - Binomial(k = 0, n = 30,p = .02,Cumulative = F)
Out of n trials, what is the probability that an event with probability p happens at least once?
1 - nC0 p^0 (1-p)^(n)
Which of these turns a covariance matrix S into a correlation matrix C?
(/s) is side-by-side division. (Also known as element-wise division.)
(v) is a vector of the volatilities.
C = S (/s) (v * transpose(v))
What is the equation for the variance of a portfolio of assets? w is an n-by-1 vector of asset weights
S is a covariance matrix for the returns of the assets.
transpose(w) S w
What is the explained term in regression?
sum square (yhat - ybar)
If the Duration is 10 and the present value of the bond $200, then if the rates go up 10% from 0%, then you will
lose $200
If you know the sensitivity, you can get the elasticity by
multiplying the sensitivity by y/x
SSR = Sum of Squared Residuals
SST = Sum of Squares Total
SSE = Sum of Explained Errors
What is the equation?
SST = SSE + SSR
When the slope of a curve is zero, where the slope goes from negative, to zero, to positive, the point where the slope is zero is
a minimum
At times, adjusted R-squared is used instead of R-squared in order
To compensate for adding variables to a regression model
Which of these formulas represents an elastic response of y to x?
- dx/dy
- (dx/x)/(dy/y)
- dy/dx
- (dy/y)/(dx/x)
(dy/y)/(dx/x)
What is the value of a slope beta when x does not affect y?
0
What is d/dx 1000?
0