Organizing, Visualizing, and Describing Data Flashcards
1
Q
Continuous data
A
- can take on any numerical value in a specified range of values
- ex. future value
2
Q
Discrete data
A
- number has a limited number of values.
- ex. monthly = 12, quarterly = 4, etc
3
Q
Nominal data (2)
A
AKA quantitative data
- continuous
- discrete
4
Q
Categorical data (2)
A
aka qualitative data
- describe a quality or characteristic of a group of observations
- nominal data
- ordinal data
5
Q
Nominal data
A
- grouping names
- cannot be organized in a logical order
- ex. classifying stocks into different sectors, such as energy, information tech, etc
6
Q
Ordinal data
A
- can be organized in logical order or ranked
ex. rating of mutual funds with the worst performance - there is an order, but can’t distinguish values of magnitude
7
Q
Time-series data
A
- observations of 1 subject taken at specif and equal spaced intervals of time
ex quarterly returns of Apple 2019-2020
8
Q
Cross-sectional data
A
- observations of multiple subjects taken at specific points in time
ex. 2019 Q1 quarterly returns of a group of simial stocks
9
Q
Panel data
A
- presented as a table
- groups observations through time on one or more variables for multiple subjects
- quarterly returns for MSFT, Orcal, and HP from 2019 - 2020
10
Q
One-Dimensional array
A
- one row of data
- a single variable - closing price of a stock on x day
11
Q
Two-dimensional array
A
- consists of columns and rows to hold multiple variables and multiple observations
- a firm’s quarterly revenue, EPS, and DPS for past two years
12
Q
Tree-map
A
- graphical tool to display categorical data
-
13
Q
Arithmetic Mean
A
- simple mean
- the center of gravity of a data set
- sensitive to extreme values (outliers)
- appropriate for forecasting single period returns and expected returns
14
Q
Sample mean
A
- arithmetic mean of a sample
- ^x sample mean
- mue (^m) population mean
15
Q
Winsorized mean
A
- a way of dealing with outliers
- a 95% winsorized mean takes the bottom 2.5% off and the top 2.5% off
16
Q
Median of even number of observations
A
- n = 4
- 3, 9, 10, 20: take value 2&3 and add then / 2
- (9+10)/2
17
Q
Geometric Mean
A
- used to calculate the average return of an investment
- represents the growth rate of an investment
- represents the compound rate of return of an investment
- appropriate to measure past performance over multiple periods
= [(1+r)(1+r2)(1+rn)]^1/n -1