Term
Whats the formula for calculating variance?
and another way for expressing it... |
|
Definition
Var(X) = E[(X - μ)2]
=E(X2) - [E(X)]2 where μ = E(X) |
|
|
Term
Chebyshev's inequality - what does it state and whats the formula? |
|
Definition
Chebyshev's inequality states that for any set of observations whether sample of population data, and regardless of the shape of the distribution, the percentage of the observations that lie within k standard deviations of the mean is at least 1-1/k2 for all k > 1.
The important thing about Chebyshev's inequality is that it applies to any distribution. |
|
|
Term
What is relative dispersion and whats a common way of measuring it? |
|
Definition
Relative dispersion is the amount of variability in a distribution relative to a reference point or benchmark. It's commonly measured with the coefficient of variation (CV) is is calculated as:
CV = σx / average value of x |
|
|
Term
Why is the coefficient of variance useful? |
|
Definition
it enables direct comparison of dispersion across different sets of data. |
|
|
Term
Compute the CV for these two investments:
Oceanagold mean monthly return = 2.2%, standard deviation = 3%
Telecom, mean monthly return = 1.7%, standard deviation = 0.8% |
|
Definition
CV = σx / average value of x
Oceana gold = .03 / .022
Telecom = .017 / .007 |
|
|
Term
What is covariance?
define the formula for computing covariance of the return of asset i, Ri, and asset j, Rj: |
|
Definition
Covariance is the expected value of the product of the deviations of the two random variables from their respective expected values.
Cov(Ri,Rj) = E{[Ri - E(Ri)][Rj - E(Rj)]} |
|
|
Term
What the formula for the correlation of the returns for asset i and j? |
|
Definition
Corr(Ri,Rj) = Cov(Ri,Rj) / [σ(Ri).σ(Ri)] |
|
|
Term
Comput the correlation of returns for stocks A and B given that σ2(RA) = .0028 and σ2(RB) = .0124, and that Cov(RA,RB) = 0.0058 |
|
Definition
= .0058 / (.0529 * 0.1114) = 0.9842 |
|
|
Term
Whats the formula for the variance of a 2 asset portfolio? |
|
Definition
Var(Rp) = wA2.σ2(RA) + wB.σ2(RB) + 2wAwBCov(RA,RB) |
|
|
Term
What is conditional variance? |
|
Definition
Variance is conditional if the variance of a variable is contingent on another variable. |
|
|
Term
For the last 3 years the retruns fro Acme Corporation common stock have been -9.34%, 23.45%, and 8.92%.
Computer the compounded annual rate of return: |
|
Definition
Use geometric mean:
1 + RG = [(-.0934 + 1) * (0.2345+1) * (.0892+1)]1/3
RG = 6.825% |
|
|
Term
Formula for population variance:
and population standard deviation: |
|
Definition
sum of [(Xi - µ)2] / N
population std deviation = square root of population variance |
|
|
Term
formula for sample variance:
formula for sample std deviation: |
|
Definition
sum of [(Xi - sample mean)2] / n-1
square root of sample variance |
|
|
Term
How do you calculate sample covariance? |
|
Definition
[Sum to n of: (Xi - sample mean X)*(Yi - sample mean Y)] / n-1 |
|
|
Term
How do you calculate skewness: |
|
Definition
skewness is equal to the sum of the cubed deviation from the mean divided by the sample standard deviation cubed times 1/n.
skewness(Sk) = [[sum(Xi-sample mean x)3] / sample standard deviation3]] all of that is multipled by 1/n |
|
|
Term
a positive skewness value indicates...
a negative skewness value indicates... |
|
Definition
a right skewed distribution.
a left skewed distribution |
|
|
Term
How do you calculate kurtosis?
What do positive values of kurtosis indicate?
What do negative values of kurtosis indicate? |
|
Definition
Kurtosis is the same formula as for skewness but raised to the 4th power:
kurtosis = [[sum(Xi-sample mean x)4] / sample standard deviation4]] all of that is multipled by 1/n
--- positive values indicate a distribution that is leptokurtic (more peaked, fat tails)
--- negative values indicate a distribution that is platykurtic (less peaked, thin tails). |
|
|