Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Size: px
Start display at page:

Download "Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals"

Transcription

1 Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting Christopher Ting : christopherting@smu.edu.sg : : LKCSB 5036 October 27, 2017 Christopher Ting QF 603 October 27, /45

2 Table of Contents 1 Introduction 2 Confidence Intervals 3 Hypothesis Test 4 Chebyshev s inequality 5 VaR 6 Problems with VaR 7 Takeaways Christopher Ting QF 603 October 27, /45

3 Introduction Impracticality to analyze an entire population. Random sampling Estimation of sample statistics: Mean and Variance Hypothesis formation and procedures used to conduct tests concerned with population means and population variances. Construction of confidence intervals for population parameters based on sample statistics. t test, chi-square test Chebyshev s Inequality Value at risk: Extremely useful in risk management Christopher Ting QF 603 October 27, /45

4 Learning Outcomes of QA05 Chapter 7. Michael Miller, Mathematics and Statistics for Financial Risk Management, 2nd Edition (Hoboken, NJ: John Wiley & Sons, 2013). Calculate and interpret the sample mean and sample variance. Construct and interpret a confidence interval. Construct an appropriate null and alternative hypothesis. and calculate an appropriate test statistic. Differentiate between a one-tailed and a two-tailed test and identify when to use each test. Interpret the results of hypothesis tests with a specific level of confidence. Demonstrate the process of backtesting VaR by calculating the number of exceedances. Christopher Ting QF 603 October 27, /45

5 Recall: Sample Mean Sample mean µ = 1 n n x i = i=1 n i=1 x i n. Consider the random variable X i /n. Sample mean is equivalent to the sum of n i.i.d. random variables, X i /n, each with a mean of µ/n and a standard deviation of σ/n. The central limit theorem suggests that the distribution of the sample mean converges to a normal distribution with mean µ and variance σ 2 /n, i.e., ) µ N (µ, σ2. n Sample mean is unbiased. Christopher Ting QF 603 October 27, /45

6 Recall Sample Variance The sample variance σ 2 = 1 n 1 n ( xi µ ) 2 is unbiased. The variance of the sample variance is ( E ( σ 2 σ 2) ) ( 2 2 = σ 4 n 1 + κ 3 ). n If we have n sample points, then the sample variance σ 2 follows a chi-squared distribution with (n 1) degrees of freedom: i=1 (n 1) σ2 σ 2 χ2 n 1. This relationship between the ratio of variances and the chi-squared distribution is true only when the data generating process (DGP) results in normally distributed data points. Christopher Ting QF 603 October 27, /45

7 t-statistic If we first standardize our estimate of the sample mean using the sample standard deviation, the new random variable follows a Student s t distribution with (n 1) degrees of freedom. t = µ µ. σ n This standardized version of the population mean is so frequently used that it is referred to as a t-statistic, or simply a t-stat. Christopher Ting QF 603 October 27, /45

8 Confidence Interval By looking up the appropriate values for the t distribution, we can establish the probability that our t-statistic is contained within a certain range: P x L µ µ x σ U = γ. n where γ is the probability that our t-statistic will be found within the lower and upper bounds. Typically γ is referred to as the confidence level, and 1 γ is known as the significance level and is often denoted by α. Christopher Ting QF 603 October 27, /45

9 Estimation of Confidence Interval In practice, the population mean, µ, is often unknown. After rearranging, we obtain an equation with a more interesting form: ( P µ x L σ µ µ + x ) U σ = γ. n n We are now giving the probability that the population mean will be contained within the defined range. We call this range the confidence interval for the population mean. A problem with confidence intervals is that they require us to settle on an arbitrary confidence level. Christopher Ting QF 603 October 27, /45

10 Hypothesis Testing What is the probability that the population mean is greater than y. In the form of a null hypothesis, we are interested in knowing whether the expected return of a portfolio manager is greater than 10%: H 0 : µ r > 10%. Even though the true population mean is unknown, for the hypothesis test we assume that the population mean is 10%. Christopher Ting QF 603 October 27, /45

11 Hypothesis Testing (cont d) If the true population mean were 10%, what would be the probability that we would see a given sample mean? t = µ 10% σ/ n. We can then look up the corresponding probability from the t distribution. In addition to the null hypothesis, we can offer an alternative hypothesis. In the previous example, where our null hypothesis is that the expected return is greater than 10%, the logical alternative would be that the expected return is less than or equal to 10%: H 1 : µ r 10%. Christopher Ting QF 603 October 27, /45

12 Hypothesis Test in Practice Many practitioners construct the null hypothesis so that the desired result is false. If we are an investor trying to find good portfolio managers, then we would make the null hypothesis µ r 10%. That we want the expected return to be greater than 10% but we are testing for the opposite makes us seem objective. In the case where there is a high probability that the manager s expected return is greater than 10% (a good result), we have to say, We reject the null hypothesis that the manager s expected return is less than or equal to 10% at the x% level. Christopher Ting QF 603 October 27, /45

13 Sample Problem 1 At the start of the year, you believed that the annualized volatility of XYZ Corporation s equity was 45%. At the end of the year, you have collected a year of daily returns, 256 business days worth. You calculate the standard deviation, annualize it, and come up with a value of 48%. Can you reject the null hypothesis, H 0 : σ = 45%, at the 95% confidence level? Answer: The appropriate test statistic is (n 1) σ2 = (256 1)0.482 σ = χ For a chi-squared distribution with 255 degrees of freedom, corresponds to a probability of 6.44%. Hence, we fail to reject the null hypothesis at the 95% confidence level. Christopher Ting QF 603 October 27, /45

14 One Tail or Two? In risk management, more often than not we are more concerned with the probability of extreme negative outcomes, and this concern naturally leads to one-tailed tests. A two-tailed null hypothesis could take the form H 0 : µ = 0, H 1 : µ 0. In this case, H 1 implies that extreme positive or negative values would cause us to reject the null hypothesis. A one-tailed null hypothesis could take the form H 0 : µ > c, H 1 : µ c. In this case, reject H 0 only if the estimate of µ is significantly less than c. Christopher Ting QF 603 October 27, /45

15 Some t Statistics at Different α α t 10 t 10 t 1000 t 1.00% % % % % % % % For a normal distribution 95% of the mass is within ±1.96 standard deviations. For a one-tailed test, 95% of the mass is within either or standard deviations. Using 1.96 instead of 1.64 is a common mistake. Christopher Ting QF 603 October 27, /45

16 Gold Standards of Confidence Level In practice, 95% and 99% confidence levels are gold standards. If we can reject a null hypothesis at the 96.3% confidence level, some practitioners will simply say that the hypothesis can be rejected at the 95% confidence level. The implication is that, even though we may be more confident, 95% is enough. This convention can be convenient when testing a hypothesis repeatedly. In statistics, there is no such thing as a sure bet; there is no such thing as absolute certainty. Christopher Ting QF 603 October 27, /45

17 Chebyshev s Inequality For the random variable X with mean µ and variance σ 2, and given any positive constant k, P ( X µ kσ ) = E ( 1 X µ kσ ) = E Hence E ( (X µ kσ P ( X µ kσ ) 1 k 2 1 ( X µ kσ ) 2 1 ) 2 ) = 1k 2 E ( (X µ) 2) σ 2 = 1 k 2. Christopher Ting QF 603 October 27, /45

18 Chebyshev s Inequality (cont d) Interpretation: The probability of the magnitude of dispersion from the mean being greater than kσ is no greater than 1/k 2. Intuitively, Chebyshev s inequality suggests that outliers are rare. Instead of µ and σ 2, suppose we can only estimate with unbiased sample mean µ and sample variance σ 2, respectively. It is easy to prove that E ( (X µ) 2) = E ( (X µ) 2). It follows that Chebyshev s inequality becomes P ( X µ k σ ) 1 k 2 σ 2 σ 2. Christopher Ting QF 603 October 27, /45

19 Chebyshev s Inequality (cont d) Assume a large number of data points so that σ 2 / σ 2 = 1. Then P ( X µ k σ ) 1 k 2. Now, P ( X µ < k σ ) = 1 P ( X µ k σ ). It follows that P ( X µ < k σ ) 1 1 k 2. Christopher Ting QF 603 October 27, /45

20 Chebyshev s Inequality in QF Interpretation: X µ < k σ is equivalent to µ k σ < X < µ + k σ. The probability for X to realize a value in the interval is at least 1 1/k 2. The larger k is or the wider the interval is, the minimum probability will be larger. Christopher Ting QF 603 October 27, /45

21 Application of Chebyshev s Inequality For a given level of variance, Chebyshev s inequality places an upper limit 1/k 2 on the probability of a variable being more than a certain distance from its mean, for any statistical distribution (with well defined variance and mean). For a given distribution, the actual probability may be considerably less. Take, for example, a standard normal variable. Chebyshev s inequality tells us that the probability of being greater than two standard deviations from the mean is less than or equal to 25%. The exact probability for a standard normal variable is closer to 5%, which is indeed less than 25%. Christopher Ting QF 603 October 27, /45

22 Tutorial on Chebyshev s Inequality What is the upper bound for the probability of a stock return to be 3 standard deviations away from the mean? Answer: On October 19, 1987, the S&P 500 index dropped about 23% (log return). The daily standard deviation is %. How many standard deviations is the Black Monday away from the mean? Answer:. According to Chebyshev s inequality, what is the upper bound of the probability of the Black Monday? Answer:. Christopher Ting QF 603 October 27, /45

23 Tutorial on Chebyshev s Inequality (cont d) The number of daily returns used for estimating the sample standard deviation is 16,525. What is the expected number of Black Nondays? Answer:. What is the actual probability of a Black Monday? Answer:. Christopher Ting QF 603 October 27, /45

24 Value at Risk Value at risk (VaR) is one of the most widely used risk measures. VaR was popularized by J.P. Morgan in the 1990s. The executives at J.P. Morgan wanted their risk managers to generate one statistic at the end of each day, which summarized the risk of the firm s entire portfolio. What they came up with was VaR. If the 95% VaR of a portfolio is $400, then we expect the portfolio will lose $400 or less in 95% of of the scenarios, and lose more than $400 in 5% of the scenarios. We can define VaR for any confidence level, but 95% has become an extremely popular choice. VaR is decidedly a one-tailed confidence interval. Christopher Ting QF 603 October 27, /45

25 Value at Risk Time Horizon The time horizon also needs to be specified for VaR. On trading desks, with liquid portfolios, it is common to measure the one-day 95% VaR. In other settings, in which less liquid assets may be involved, time frames of up to one year are not uncommon. Christopher Ting QF 603 October 27, /45

26 Formal Definition of VaR If an actual loss equals or exceeds the predicted VaR threshold, that event is known as an exceedance. Let the random variable L represent the loss to your portfolio. L is simply the negative of the return to your portfolio. If the return of your portfolio is -$600, then the loss, L, is +$600. For a given confidence level, γ, then, we can define value at risk as P ( L VaR γ ) = 1 γ. If a risk manager says that the one-day 95% VaR of a portfolio is $400, it means that there is a 5% probability that the portfolio will lose $400 or more on any given day (that L will be more than $400). Christopher Ting QF 603 October 27, /45

27 Sample Problem 2 The probability density function (PDF) for daily profits at Triangle Asset Management can be described by the following function: 1 p(x) = x, 10 x 0; x, 0 < x What is the one-day 95% VaR for Triangle Asset Management? Answer: To find the 95% VaR, we need to find a, such that Hence, a 10 a 10 p(x) dx = x dx = 1 10 a a = Christopher Ting QF 603 October 27, /45

28 Sample Problem 2 (cont d) We obtain a quadratic equation a a + 90 = 0. Using the quadratic formula, we can solve for a a = 10 ± 10. Because the distribution is not defined for x < 10, we can ignore the negative, giving us the final answer a = = The one-day 95% VaR for Triangle Asset Management is a loss of Christopher Ting QF 603 October 27, /45

29 95% vs. 99.9% At the 95% confidence level will, on average, an exceedance event occurs every 20 days. Is an event that happens once every 20 days really something that we need to worry about? VaR at the 99.9% confidence level expects to see an exceedance only once every 1,000 days. It is tempting to believe that the risk manager using the 99.9% confidence level is concerned with more serious, riskier outcomes, and is therefore doing a better job. But this is a common mistake for newcomers choosing a confidence level that is too high. If we have 1,000 data points, then there are 50 data points to back up our 95% confidence level, but only one to back up our 99.9%. Christopher Ting QF 603 October 27, /45

30 Backtesting Backtesting entails checking the predicted outcome of a model against actual data. Any model parameter can be backtested. In the case of one-day 95% VaR, there is a 5% chance of an exceedance event each day, and a 95% chance that there is no exceedance. P ( K = k ) ( ) n = p k (1 p) n k. k Here, n is the number of periods that we are using in our backtest, k is the number of exceedances, and (1 p) is our confidence level. Christopher Ting QF 603 October 27, /45

31 Sample Problem 3 As a risk manager, you are tasked with calculating a daily 95% VaR statistic for a large fixed income portfolio. Over the past 100 days, there have been four exceedances. How many exceedances should you have expected? What was the probability of exactly four exceedances during this time? The probability of four or less? Four or more? Answer: Over 100 days we would expect to see five exceedances: (1 95%) 100 = 5. The probability of exactly four exceedances is 17.81%: P ( K = 4 ) ( ) 100 = (1 0.05) 96 = 17.81%. 4 Christopher Ting QF 603 October 27, /45

32 Sample Problem 3 (cont d) Like we compute for zero, one, two, and three exceedances, and the probability of excedences less than or equal to four is P ( K 4 ) = 4 ( ) k (1 0.05) 100 k k k=0 = = 43.60% The probability of four exceedances and above is P ( K 4 ) = P ( K > 4 ) +P ( K = 4 ) = ( ) = 74.21% Christopher Ting QF 603 October 27, /45

33 Serial Correlation in Exceedences To model serial correlation in exceedances, look at the periods immediately following any exceedance events. The number of exceedances in these periods should also follow a binomial distribution. For example, suppose you are calculating the one-day 95% VaR for a portfolio, and you observed 40 exceedances over the past 800 days. You count the number of back-to-back exceedances by looking at the 40 days immediately following the exceedance event. Because you use 95% confidence level, you would expect that 2 of them, 5% 40 = 2, would also be exceedances. The actual number of these day-after exceedances should follow a binomial distribution with n = 40 and p = 5%. Christopher Ting QF 603 October 27, /45

34 Serial Correlation in Exceedences (cont d) Another common problem with VaR models in practice is that exceedances tend to be correlated with the level of risk. Positive correlation between exceedances and risk levels can happen when a model does not react quickly enough to changes in risk levels. Negative correlation can happen when model windows are too short. To test for correlation between exceedances and the level of risk, you divide exceedances into two or more buckets, based on the level of risk. Christopher Ting QF 603 October 27, /45

35 Example As an example, consider again the one-day 95% VaR for a portfolio over the past 800 days. You divide the sample period in two, placing the 400 days with the highest forecasted VaR in one bucket and the 400 days with the lowest forecasted VaR in the other. After sorting the days, you would expect each 400-day bucket to contain 20 exceedances: 5% 400 = 20. The actual number of exceedances in each bucket should follow a binomial distribution with n = 400, and p = 5%. Christopher Ting QF 603 October 27, /45

36 Subadditivity One criticism is that VaR is not a subadditive risk measure. Subadditivity is basically a fancy way of saying that diversification is good, and a good risk measure should reflect that. Assume that our risk measure is a function f that takes as its input a random variable representing an asset or portfolio of assets. Higher values of the risk measure are associated with greater risk. If we have two risky portfolios, X and Y, then f is said to be subadditive if f(x + Y ) f(x) + f(y ). In other words, the risk of the combined portfolio, X + Y, should be less than or equal to the sum of the risks of the separate portfolios. Christopher Ting QF 603 October 27, /45

37 Sample Problem 4 A portfolio consists of two bonds, each with a 4% probability of defaulting. Assume that default events are uncorrelated and that the recovery rate of both bonds is 0%. If a bond defaults, it is worth $0; if it does not, it is worth $100. What is the 95% VaR of each bond separately? What is the 95% VaR of the bond portfolio? Answer: For each bond separately, the 95% VaR is $0. For an individual bond, in (over) 95% of scenarios, there is no loss. In the combined portfolio, however, there are three possibilities, with the following probabilities: p(x) x 0.16% -$ % -$ % $0 Christopher Ting QF 603 October 27, /45

38 Sample Problem 4 (cont d) There are no defaults in only 92.16% of the scenarios, (1 4%) 2 = 92.16%. In the other 7.84% of scenarios, the loss is greater than or equal to $100. The 95% VaR of the portfolio is therefore $100. For this portfolio, VaR is not subadditive. Because the VaR of the combined portfolio is greater than the sum of the VaRs of the separate portfolios, VaR seems to suggest that there is no diversification benefit, even though the bonds are uncorrelated. It seems to suggest that holding $200 of either bond would be less risky than holding a portfolio with $100 of each. Clearly this suggestion is not correct. Christopher Ting QF 603 October 27, /45

39 Sample Problem 4 (cont d) This example makes clear that when assets have payout functions that are discontinuous near the VaR critical level, we are likely to have problems with subadditivity. By the same token, if the payout functions of the assets in a portfolio are continuous, then VaR will be subadditive. In many settings this is not an onerous assumption. In between, we have large, diverse portfolios, which contain some assets with discontinuous payout functions. For these portfolios subadditivity will likely be only a minor issue. Christopher Ting QF 603 October 27, /45

40 Expected Shortfall Another criticism of VaR is that it does not tell you anything about the tail of the distribution. Two portfolios could have the exact same 95% VaR but very different distributions beyond the 95% confidence level. More than VaR, then, what we really want to know is how big the loss will be when we have an exceedance event. Using the concept of conditional probability, we define the expected value of a loss, given an exceedance, as follows: E ( L L VaR γ ) = S. We refer to this conditional expected loss, S, as the expected shortfall. Christopher Ting QF 603 October 27, /45

41 Expected Shortfall (cont d) If the profit function has a probability density function given by f(x) and VaR is at the γ confidence level, then we can find the expected shortfall as: S = 1 1 γ VaR x f(x) dx. Christopher Ting QF 603 October 27, /45

42 Sample Problem 5 For the same confidence level and time horizon of Sample Problem 2 in Slide 27, what is the expected shortfall? Answer: VaR S = 1 x p(x) dx = = (x ) VaR x3. 10 VaR 10 With VaR = 10 10, we find that S = Thus, the expected shortfall is a loss of ( 1 x ) 100 x dx Christopher Ting QF 603 October 27, /45

43 Sample Problem 5 (cont d) Intuitively, the expected shortfall must be greater than the VaR, 6.84, but less than the maximum loss of 10. Because extreme events are less likely (the height of the PDF decreases away from the center), it also makes sense that the expected shortfall is closer to the VaR than it is to the maximum loss. Christopher Ting QF 603 October 27, /45

44 Summary The hypothesis testing process requires a statement of a null and an alternative hypothesis, the selection of the appropriate test statistic, specification of the significance level, a decision rule, the calculation of a sample statistic, a decision regarding the hypotheses based on the test, and a decision based on the test results. Hypothesis testing compares a computed test statistic to a critical value at a stated level of significance, which is the decision rule for the test. Christopher Ting QF 603 October 27, /45

45 Summary (cont d) A hypothesis about a population parameter is rejected when the sample statistic lies outside a confidence interval around the hypothesized value for the chosen level of significance. Backtesting is the process of comparing losses predicted by the value at risk (VaR) model to those actually experienced over the sample testing period. If a model were completely accurate, we would expect VaR to be exceeded with the same frequency predicted by the confidence level used in the VaR model. In other words, the probability of observing a loss amount greater than VaR should be equal to the level of significance. Christopher Ting QF 603 October 27, /45

Week 1 Quantitative Analysis of Financial Markets Basic Statistics A

Week 1 Quantitative Analysis of Financial Markets Basic Statistics A Week 1 Quantitative Analysis of Financial Markets Basic Statistics A Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Week 1 Quantitative Analysis of Financial Markets Distributions B

Week 1 Quantitative Analysis of Financial Markets Distributions B Week 1 Quantitative Analysis of Financial Markets Distributions B Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Week 1 Quantitative Analysis of Financial Markets Probabilities

Week 1 Quantitative Analysis of Financial Markets Probabilities Week 1 Quantitative Analysis of Financial Markets Probabilities Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu

More information

Statistics 13 Elementary Statistics

Statistics 13 Elementary Statistics Statistics 13 Elementary Statistics Summer Session I 2012 Lecture Notes 5: Estimation with Confidence intervals 1 Our goal is to estimate the value of an unknown population parameter, such as a population

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same.

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Chapter 14 : Statistical Inference 1 Chapter 14 : Introduction to Statistical Inference Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Data x

More information

Key Objectives. Module 2: The Logic of Statistical Inference. Z-scores. SGSB Workshop: Using Statistical Data to Make Decisions

Key Objectives. Module 2: The Logic of Statistical Inference. Z-scores. SGSB Workshop: Using Statistical Data to Make Decisions SGSB Workshop: Using Statistical Data to Make Decisions Module 2: The Logic of Statistical Inference Dr. Tom Ilvento January 2006 Dr. Mugdim Pašić Key Objectives Understand the logic of statistical inference

More information

Tutorial 6. Sampling Distribution. ENGG2450A Tutors. 27 February The Chinese University of Hong Kong 1/6

Tutorial 6. Sampling Distribution. ENGG2450A Tutors. 27 February The Chinese University of Hong Kong 1/6 Tutorial 6 Sampling Distribution ENGG2450A Tutors The Chinese University of Hong Kong 27 February 2017 1/6 Random Sample and Sampling Distribution 2/6 Random sample Consider a random variable X with distribution

More information

Confidence Intervals Introduction

Confidence Intervals Introduction Confidence Intervals Introduction A point estimate provides no information about the precision and reliability of estimation. For example, the sample mean X is a point estimate of the population mean μ

More information

Chapter 3 Discrete Random Variables and Probability Distributions

Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3 Discrete Random Variables and Probability Distributions Part 2: Mean and Variance of a Discrete Random Variable Section 3.4 1 / 16 Discrete Random Variable - Expected Value In a random experiment,

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 6 Point Estimation Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Point Estimation Statistical inference: directed toward conclusions about one or more parameters. We will use the generic

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

Section B: Risk Measures. Value-at-Risk, Jorion

Section B: Risk Measures. Value-at-Risk, Jorion Section B: Risk Measures Value-at-Risk, Jorion One thing to always keep in mind when reading this text is that it is focused on the banking industry. It mainly focuses on market and credit risk. It also

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

Tests for One Variance

Tests for One Variance Chapter 65 Introduction Occasionally, researchers are interested in the estimation of the variance (or standard deviation) rather than the mean. This module calculates the sample size and performs power

More information

ECON 214 Elements of Statistics for Economists

ECON 214 Elements of Statistics for Economists ECON 214 Elements of Statistics for Economists Session 7 The Normal Distribution Part 1 Lecturer: Dr. Bernardin Senadza, Dept. of Economics Contact Information: bsenadza@ug.edu.gh College of Education

More information

Financial Risk Forecasting Chapter 9 Extreme Value Theory

Financial Risk Forecasting Chapter 9 Extreme Value Theory Financial Risk Forecasting Chapter 9 Extreme Value Theory Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by Wiley 2011

More information

Elementary Statistics

Elementary Statistics Chapter 7 Estimation Goal: To become familiar with how to use Excel 2010 for Estimation of Means. There is one Stat Tool in Excel that is used with estimation of means, T.INV.2T. Open Excel and click on

More information

μ: ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics

μ: ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics μ: ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics CONTENTS Estimating parameters The sampling distribution Confidence intervals for μ Hypothesis tests for μ The t-distribution Comparison

More information

Statistical Intervals. Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Statistical Intervals. Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 7 Statistical Intervals Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to

More information

Exam 2 Spring 2015 Statistics for Applications 4/9/2015

Exam 2 Spring 2015 Statistics for Applications 4/9/2015 18.443 Exam 2 Spring 2015 Statistics for Applications 4/9/2015 1. True or False (and state why). (a). The significance level of a statistical test is not equal to the probability that the null hypothesis

More information

χ 2 distributions and confidence intervals for population variance

χ 2 distributions and confidence intervals for population variance χ 2 distributions and confidence intervals for population variance Let Z be a standard Normal random variable, i.e., Z N(0, 1). Define Y = Z 2. Y is a non-negative random variable. Its distribution is

More information

8.1 Estimation of the Mean and Proportion

8.1 Estimation of the Mean and Proportion 8.1 Estimation of the Mean and Proportion Statistical inference enables us to make judgments about a population on the basis of sample information. The mean, standard deviation, and proportions of a population

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information

Tests for Two Independent Sensitivities

Tests for Two Independent Sensitivities Chapter 75 Tests for Two Independent Sensitivities Introduction This procedure gives power or required sample size for comparing two diagnostic tests when the outcome is sensitivity (or specificity). In

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information

MVE051/MSG Lecture 7

MVE051/MSG Lecture 7 MVE051/MSG810 2017 Lecture 7 Petter Mostad Chalmers November 20, 2017 The purpose of collecting and analyzing data Purpose: To build and select models for parts of the real world (which can be used for

More information

Statistical Intervals (One sample) (Chs )

Statistical Intervals (One sample) (Chs ) 7 Statistical Intervals (One sample) (Chs 8.1-8.3) Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to normally distributed with expected value µ and

More information

Back to estimators...

Back to estimators... Back to estimators... So far, we have: Identified estimators for common parameters Discussed the sampling distributions of estimators Introduced ways to judge the goodness of an estimator (bias, MSE, etc.)

More information

Probability & Statistics

Probability & Statistics Probability & Statistics BITS Pilani K K Birla Goa Campus Dr. Jajati Keshari Sahoo Department of Mathematics Statistics Descriptive statistics Inferential statistics /38 Inferential Statistics 1. Involves:

More information

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems Interval estimation September 29, 2017 STAT 151 Class 7 Slide 1 Outline of Topics 1 Basic ideas 2 Sampling variation and CLT 3 Interval estimation using X 4 More general problems STAT 151 Class 7 Slide

More information

7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4

7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4 7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4 - Would the correlation between x and y in the table above be positive or negative? The correlation is negative. -

More information

Lecture Notes 6. Assume F belongs to a family of distributions, (e.g. F is Normal), indexed by some parameter θ.

Lecture Notes 6. Assume F belongs to a family of distributions, (e.g. F is Normal), indexed by some parameter θ. Sufficient Statistics Lecture Notes 6 Sufficiency Data reduction in terms of a particular statistic can be thought of as a partition of the sample space X. Definition T is sufficient for θ if the conditional

More information

Chapter 7 presents the beginning of inferential statistics. The two major activities of inferential statistics are

Chapter 7 presents the beginning of inferential statistics. The two major activities of inferential statistics are Chapter 7 presents the beginning of inferential statistics. Concept: Inferential Statistics The two major activities of inferential statistics are 1 to use sample data to estimate values of population

More information

Risk management. VaR and Expected Shortfall. Christian Groll. VaR and Expected Shortfall Risk management Christian Groll 1 / 56

Risk management. VaR and Expected Shortfall. Christian Groll. VaR and Expected Shortfall Risk management Christian Groll 1 / 56 Risk management VaR and Expected Shortfall Christian Groll VaR and Expected Shortfall Risk management Christian Groll 1 / 56 Introduction Introduction VaR and Expected Shortfall Risk management Christian

More information

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 implied Lecture Quantitative Finance Spring Term 2015 : May 7, 2015 1 / 28 implied 1 implied 2 / 28 Motivation and setup implied the goal of this chapter is to treat the implied which requires an algorithm

More information

Sampling and sampling distribution

Sampling and sampling distribution Sampling and sampling distribution September 12, 2017 STAT 101 Class 5 Slide 1 Outline of Topics 1 Sampling 2 Sampling distribution of a mean 3 Sampling distribution of a proportion STAT 101 Class 5 Slide

More information

Simulation Wrap-up, Statistics COS 323

Simulation Wrap-up, Statistics COS 323 Simulation Wrap-up, Statistics COS 323 Today Simulation Re-cap Statistics Variance and confidence intervals for simulations Simulation wrap-up FYI: No class or office hours Thursday Simulation wrap-up

More information

Econ 250 Fall Due at November 16. Assignment 2: Binomial Distribution, Continuous Random Variables and Sampling

Econ 250 Fall Due at November 16. Assignment 2: Binomial Distribution, Continuous Random Variables and Sampling Econ 250 Fall 2010 Due at November 16 Assignment 2: Binomial Distribution, Continuous Random Variables and Sampling 1. Suppose a firm wishes to raise funds and there are a large number of independent financial

More information

Chapter 5. Sampling Distributions

Chapter 5. Sampling Distributions Lecture notes, Lang Wu, UBC 1 Chapter 5. Sampling Distributions 5.1. Introduction In statistical inference, we attempt to estimate an unknown population characteristic, such as the population mean, µ,

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 28 One more

More information

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting.

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting. Binomial Models Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October 14, 2016 Christopher Ting QF 101 Week 9 October

More information

LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY

LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY 1 THIS WEEK S PLAN Part I: Theory + Practice ( Interval Estimation ) Part II: Theory + Practice ( Interval Estimation ) z-based Confidence Intervals for a Population

More information

. (i) What is the probability that X is at most 8.75? =.875

. (i) What is the probability that X is at most 8.75? =.875 Worksheet 1 Prep-Work (Distributions) 1)Let X be the random variable whose c.d.f. is given below. F X 0 0.3 ( x) 0.5 0.8 1.0 if if if if if x 5 5 x 10 10 x 15 15 x 0 0 x Compute the mean, X. (Hint: First

More information

TOPIC: PROBABILITY DISTRIBUTIONS

TOPIC: PROBABILITY DISTRIBUTIONS TOPIC: PROBABILITY DISTRIBUTIONS There are two types of random variables: A Discrete random variable can take on only specified, distinct values. A Continuous random variable can take on any value within

More information

Business Statistics 41000: Probability 4

Business Statistics 41000: Probability 4 Business Statistics 41000: Probability 4 Drew D. Creal University of Chicago, Booth School of Business February 14 and 15, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

More information

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going?

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going? 1 The Law of Averages The Expected Value & The Standard Error Where Are We Going? Sums of random numbers The law of averages Box models for generating random numbers Sums of draws: the Expected Value Standard

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution

More information

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

Some Characteristics of Data

Some Characteristics of Data Some Characteristics of Data Not all data is the same, and depending on some characteristics of a particular dataset, there are some limitations as to what can and cannot be done with that data. Some key

More information

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Part 1: Introduction Sampling Distributions & the Central Limit Theorem Point Estimation & Estimators Sections 7-1 to 7-2 Sample data

More information

II. Random Variables

II. Random Variables II. Random Variables Random variables operate in much the same way as the outcomes or events in some arbitrary sample space the distinction is that random variables are simply outcomes that are represented

More information

σ 2 : ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics

σ 2 : ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics σ : ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics CONTENTS Estimating other parameters besides μ Estimating variance Confidence intervals for σ Hypothesis tests for σ Estimating standard

More information

IOP 201-Q (Industrial Psychological Research) Tutorial 5

IOP 201-Q (Industrial Psychological Research) Tutorial 5 IOP 201-Q (Industrial Psychological Research) Tutorial 5 TRUE/FALSE [1 point each] Indicate whether the sentence or statement is true or false. 1. To establish a cause-and-effect relation between two variables,

More information

1.1 Interest rates Time value of money

1.1 Interest rates Time value of money Lecture 1 Pre- Derivatives Basics Stocks and bonds are referred to as underlying basic assets in financial markets. Nowadays, more and more derivatives are constructed and traded whose payoffs depend on

More information

Chapter 8 Estimation

Chapter 8 Estimation Chapter 8 Estimation There are two important forms of statistical inference: estimation (Confidence Intervals) Hypothesis Testing Statistical Inference drawing conclusions about populations based on samples

More information

IEOR E4602: Quantitative Risk Management

IEOR E4602: Quantitative Risk Management IEOR E4602: Quantitative Risk Management Risk Measures Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com Reference: Chapter 8

More information

ECSE B Assignment 5 Solutions Fall (a) Using whichever of the Markov or the Chebyshev inequalities is applicable, estimate

ECSE B Assignment 5 Solutions Fall (a) Using whichever of the Markov or the Chebyshev inequalities is applicable, estimate ECSE 304-305B Assignment 5 Solutions Fall 2008 Question 5.1 A positive scalar random variable X with a density is such that EX = µ

More information

John Hull, Risk Management and Financial Institutions, 4th Edition

John Hull, Risk Management and Financial Institutions, 4th Edition P1.T2. Quantitative Analysis John Hull, Risk Management and Financial Institutions, 4th Edition Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Chapter 10: Volatility (Learning objectives)

More information

Section 0: Introduction and Review of Basic Concepts

Section 0: Introduction and Review of Basic Concepts Section 0: Introduction and Review of Basic Concepts Carlos M. Carvalho The University of Texas McCombs School of Business mccombs.utexas.edu/faculty/carlos.carvalho/teaching 1 Getting Started Syllabus

More information

Financial Risk Forecasting Chapter 4 Risk Measures

Financial Risk Forecasting Chapter 4 Risk Measures Financial Risk Forecasting Chapter 4 Risk Measures Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by Wiley 2011 Version

More information

FV N = PV (1+ r) N. FV N = PVe rs * N 2011 ELAN GUIDES 3. The Future Value of a Single Cash Flow. The Present Value of a Single Cash Flow

FV N = PV (1+ r) N. FV N = PVe rs * N 2011 ELAN GUIDES 3. The Future Value of a Single Cash Flow. The Present Value of a Single Cash Flow QUANTITATIVE METHODS The Future Value of a Single Cash Flow FV N = PV (1+ r) N The Present Value of a Single Cash Flow PV = FV (1+ r) N PV Annuity Due = PVOrdinary Annuity (1 + r) FV Annuity Due = FVOrdinary

More information

Homework Assignments

Homework Assignments Homework Assignments Week 1 (p. 57) #4.1, 4., 4.3 Week (pp 58 6) #4.5, 4.6, 4.8(a), 4.13, 4.0, 4.6(b), 4.8, 4.31, 4.34 Week 3 (pp 15 19) #1.9, 1.1, 1.13, 1.15, 1.18 (pp 9 31) #.,.6,.9 Week 4 (pp 36 37)

More information

Chapter 6.1 Confidence Intervals. Stat 226 Introduction to Business Statistics I. Chapter 6, Section 6.1

Chapter 6.1 Confidence Intervals. Stat 226 Introduction to Business Statistics I. Chapter 6, Section 6.1 Stat 226 Introduction to Business Statistics I Spring 2009 Professor: Dr. Petrutza Caragea Section A Tuesdays and Thursdays 9:30-10:50 a.m. Chapter 6, Section 6.1 Confidence Intervals Confidence Intervals

More information

SAMPLE STANDARD DEVIATION(s) CHART UNDER THE ASSUMPTION OF MODERATENESS AND ITS PERFORMANCE ANALYSIS

SAMPLE STANDARD DEVIATION(s) CHART UNDER THE ASSUMPTION OF MODERATENESS AND ITS PERFORMANCE ANALYSIS Science SAMPLE STANDARD DEVIATION(s) CHART UNDER THE ASSUMPTION OF MODERATENESS AND ITS PERFORMANCE ANALYSIS Kalpesh S Tailor * * Assistant Professor, Department of Statistics, M K Bhavnagar University,

More information

P2.T5. Market Risk Measurement & Management. Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition

P2.T5. Market Risk Measurement & Management. Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition P2.T5. Market Risk Measurement & Management Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM and Deepa Raju

More information

Superiority by a Margin Tests for the Ratio of Two Proportions

Superiority by a Margin Tests for the Ratio of Two Proportions Chapter 06 Superiority by a Margin Tests for the Ratio of Two Proportions Introduction This module computes power and sample size for hypothesis tests for superiority of the ratio of two independent proportions.

More information

2 Modeling Credit Risk

2 Modeling Credit Risk 2 Modeling Credit Risk In this chapter we present some simple approaches to measure credit risk. We start in Section 2.1 with a short overview of the standardized approach of the Basel framework for banking

More information

Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD

Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD MAJOR POINTS Sampling distribution of the mean revisited Testing hypotheses: sigma known An example Testing hypotheses:

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 27 Continuous

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, 2013 Abstract Introduct the normal distribution. Introduce basic notions of uncertainty, probability, events,

More information

Lecture 6: Risk and uncertainty

Lecture 6: Risk and uncertainty Lecture 6: Risk and uncertainty Prof. Dr. Svetlozar Rachev Institute for Statistics and Mathematical Economics University of Karlsruhe Portfolio and Asset Liability Management Summer Semester 2008 Prof.

More information

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA Session 178 TS, Stats for Health Actuaries Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA Presenter: Joan C. Barrett, FSA, MAAA Session 178 Statistics for Health Actuaries October 14, 2015 Presented

More information

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

More information

Lecture 1: The Econometrics of Financial Returns

Lecture 1: The Econometrics of Financial Returns Lecture 1: The Econometrics of Financial Returns Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2016 Overview General goals of the course and definition of risk(s) Predicting asset returns:

More information

The Two-Sample Independent Sample t Test

The Two-Sample Independent Sample t Test Department of Psychology and Human Development Vanderbilt University 1 Introduction 2 3 The General Formula The Equal-n Formula 4 5 6 Independence Normality Homogeneity of Variances 7 Non-Normality Unequal

More information

CHOICE THEORY, UTILITY FUNCTIONS AND RISK AVERSION

CHOICE THEORY, UTILITY FUNCTIONS AND RISK AVERSION CHOICE THEORY, UTILITY FUNCTIONS AND RISK AVERSION Szabolcs Sebestyén szabolcs.sebestyen@iscte.pt Master in Finance INVESTMENTS Sebestyén (ISCTE-IUL) Choice Theory Investments 1 / 65 Outline 1 An Introduction

More information

CS 237: Probability in Computing

CS 237: Probability in Computing CS 237: Probability in Computing Wayne Snyder Computer Science Department Boston University Lecture 12: Continuous Distributions Uniform Distribution Normal Distribution (motivation) Discrete vs Continuous

More information

Two-Sample Z-Tests Assuming Equal Variance

Two-Sample Z-Tests Assuming Equal Variance Chapter 426 Two-Sample Z-Tests Assuming Equal Variance Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample z-tests when the variances of the two groups

More information

Applications of Data Dispersions

Applications of Data Dispersions 1 Applications of Data Dispersions Key Definitions Standard Deviation: The standard deviation shows how far away each value is from the mean on average. Z-Scores: The distance between the mean and a given

More information

AP Statistics Chapter 6 - Random Variables

AP Statistics Chapter 6 - Random Variables AP Statistics Chapter 6 - Random 6.1 Discrete and Continuous Random Objective: Recognize and define discrete random variables, and construct a probability distribution table and a probability histogram

More information

Lecture 2. Probability Distributions Theophanis Tsandilas

Lecture 2. Probability Distributions Theophanis Tsandilas Lecture 2 Probability Distributions Theophanis Tsandilas Comment on measures of dispersion Why do common measures of dispersion (variance and standard deviation) use sums of squares: nx (x i ˆµ) 2 i=1

More information

Measure of Variation

Measure of Variation Measure of Variation Variation is the spread of a data set. The simplest measure is the range. Range the difference between the maximum and minimum data entries in the set. To find the range, the data

More information

Web Extension: Continuous Distributions and Estimating Beta with a Calculator

Web Extension: Continuous Distributions and Estimating Beta with a Calculator 19878_02W_p001-008.qxd 3/10/06 9:51 AM Page 1 C H A P T E R 2 Web Extension: Continuous Distributions and Estimating Beta with a Calculator This extension explains continuous probability distributions

More information

Tests for Paired Means using Effect Size

Tests for Paired Means using Effect Size Chapter 417 Tests for Paired Means using Effect Size Introduction This procedure provides sample size and power calculations for a one- or two-sided paired t-test when the effect size is specified rather

More information

Appendix A Financial Calculations

Appendix A Financial Calculations Derivatives Demystified: A Step-by-Step Guide to Forwards, Futures, Swaps and Options, Second Edition By Andrew M. Chisholm 010 John Wiley & Sons, Ltd. Appendix A Financial Calculations TIME VALUE OF MONEY

More information

Diploma in Business Administration Part 2. Quantitative Methods. Examiner s Suggested Answers

Diploma in Business Administration Part 2. Quantitative Methods. Examiner s Suggested Answers Cumulative frequency Diploma in Business Administration Part Quantitative Methods Examiner s Suggested Answers Question 1 Cumulative Frequency Curve 1 9 8 7 6 5 4 3 1 5 1 15 5 3 35 4 45 Weeks 1 (b) x f

More information

Quantitative Methods for Economics, Finance and Management (A86050 F86050)

Quantitative Methods for Economics, Finance and Management (A86050 F86050) Quantitative Methods for Economics, Finance and Management (A86050 F86050) Matteo Manera matteo.manera@unimib.it Marzio Galeotti marzio.galeotti@unimi.it 1 This material is taken and adapted from Guy Judge

More information

Equivalence Tests for One Proportion

Equivalence Tests for One Proportion Chapter 110 Equivalence Tests for One Proportion Introduction This module provides power analysis and sample size calculation for equivalence tests in one-sample designs in which the outcome is binary.

More information

UNIVERSITY OF VICTORIA Midterm June 2014 Solutions

UNIVERSITY OF VICTORIA Midterm June 2014 Solutions UNIVERSITY OF VICTORIA Midterm June 04 Solutions NAME: STUDENT NUMBER: V00 Course Name & No. Inferential Statistics Economics 46 Section(s) A0 CRN: 375 Instructor: Betty Johnson Duration: hour 50 minutes

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam The University of Chicago, Booth School of Business Business 410, Spring Quarter 010, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (4 pts) Answer briefly the following questions. 1. Questions 1

More information

Financial Risk Measurement/Management

Financial Risk Measurement/Management 550.446 Financial Risk Measurement/Management Week of September 23, 2013 Interest Rate Risk & Value at Risk (VaR) 3.1 Where we are Last week: Introduction continued; Insurance company and Investment company

More information

Definition 9.1 A point estimate is any function T (X 1,..., X n ) of a random sample. We often write an estimator of the parameter θ as ˆθ.

Definition 9.1 A point estimate is any function T (X 1,..., X n ) of a random sample. We often write an estimator of the parameter θ as ˆθ. 9 Point estimation 9.1 Rationale behind point estimation When sampling from a population described by a pdf f(x θ) or probability function P [X = x θ] knowledge of θ gives knowledge of the entire population.

More information

Chapter 4 Probability Distributions

Chapter 4 Probability Distributions Slide 1 Chapter 4 Probability Distributions Slide 2 4-1 Overview 4-2 Random Variables 4-3 Binomial Probability Distributions 4-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 4-5

More information

Chapter 8 Statistical Intervals for a Single Sample

Chapter 8 Statistical Intervals for a Single Sample Chapter 8 Statistical Intervals for a Single Sample Part 1: Confidence intervals (CI) for population mean µ Section 8-1: CI for µ when σ 2 known & drawing from normal distribution Section 8-1.2: Sample

More information