Stats Lecture 1
Stats Lecture 1
Finance
Sam Astill
Room EBS 3.8
Email: [email protected]
http://moodle.essex.ac.uk
1
Outline of the Statistics Section:
• Lecture 5: Data and Descriptive Statistics
Barrow Chapter 1
• Lecture 6: Introduction to Probability
Barrow Chapter 2
• Lecture 7: Probability Distribution
Barrow Chapter 3
• Lectures 8-9: Regression and Hypothesis Tests
Barrow Chapters 5 and 7
Textboo
k
Introduction to Quantitative Methods and
Finance
• Dedicated text for the whole year
• Pearson 2022
• Accessible from Pearson MyLab
• Has essential chapters from 3 different
texts:
• Maths (Jacques)
• Stats (Barrow)
• Finance (Levy)
Assessmen
t
End of term test performed on Pearson
Mylab
Lecture outline:
• Graphical summary of data
Bar chart
Pie chart
Scatter plot
• Numerical measures of
data
Measures of location
Measures of dispersion
Measure of symmetry
• In Excel:
• Highlight the data you want to plot
• Go to “Insert”, then select the type of chart you
wish to include.
• If you select your chart after generating you then
access the “Chart Tools” tab.
• Can then add various things to add more
information and make the plot look nicer
Example of a bar chart
70
61
Number of studetns
60
50
38 40
40
30 26
22
20
10
0
fail pass 2:2 2:1 first
Mark
Example of a pie chart
12% 14%
fail
21% 20%
pass
2:2
33% 2:1
first
50
38 40
40
30
18
20 12
5 8
10 4
1
0
0-‐9 10-‐19 20-‐29 30-‐39 40-‐49 50-‐59 60-‐69 70-‐79 80-‐89
Mark
The Scatter Plot
of production, Costs, 25
3 15.5 10
4 25 5
5 16
0
6 20.6 0 1 2 3 4 5 6 7
700
650
Time Period Price
600
550
Jan 2010 388
500
Feb 2010 412 Price (GBP)
450
Mar 2010 383
400
Apr 2010 386 350
200
1/1/2010 1/1/2011 1/1/2012 1/1/2013 1/1/2014 1/1/2015 1/1/2016 1/1/2017 1/1/2018 1/1/2019 1/1/2020
Numerical measures to describe data
• A measure of location
1. average and weighted average
2. median
3. mode
• A measure of dispersion
4. range
5. variance
6. standard deviation
• A measure of skewness
7. skewness
1. The mean (average)
x i
i1
N
1. The mean (average)
E(x)
53
1. The weighted average
• Sometimes different observations have different
weights, we use the weighted average to reflect this
wi xi
i
• And the weights should add up to 1
w i 1
i
• For example, your degree result is
calculated as
=0*Year 1 + 40% * Year 2 + 60% * Year
3
We have the following observations of the end-of-day
stock price for company Alpha over one week:
24, 37, 18, 24, 25.
What is the average of the stock prices?
A. 25
B. 25.6
C. 25.8
D. 26
2. The median
A. 21
B. 22
C. 23
D. 24
Why is the median useful?
• In our sample:
• The 1st quartile Q1 is 187/4=46.75 the average
of the 46th and 47th observation, 44;
• the 3rd quartile is 187*0.75=140.25, the
average of the 140th and the 141st observation,
64
• Half of the students achieve marks between 44
and 64
5. The variance
(x
2 )
i 2
N
• The larger the variance the greater the dispersion
• In finance, investors use it to estimate the risk of
holding a financial asset
• The Excel function is “VAR ”
6. The standard deviation
(x )
i
2
N
• In this way, the measurement unit can be properly
defined
• The Excel function is “STDEV”
The variance for a sample
s 2 (x x) 2
n
• Using this equation1 is especially important when the
sample size (n) is small
7. The skewness