Module 2 - Descriptive Statistics

In module 1, we examined the MSFT daily closing prices time series to explore common issues associated with real-time series data: stationarity, homogeneity, outliers, missing values, and concentration of values. We concluded the module with a transformation of the input data using logarithmic transformation.

In this module, we will conduct a few computations to summarize the sample statistical distribution in an attempt to understand the unknown population distribution.

NumXL comes with scores of functions to compute various summary statistics functions, including robust functions like Quantile, IQR, etc. Furthermore, NumXL includes a wide range of statistical tests to verify the significance of the computed summary statistics.

Illustration

For our purposes here, we’ll use the NumXL toolbar and summary statistics wizards. Using the NumXL tab, click DESC STAT.

Invoking the Summary Statistics Wizard in the NumXL 1.63 Toolbar in Excel.

Next, the Descriptive Statistics dialog box will pop up. Fill in the fields with your (log-transformed) data location, series time order, options, and location for the results to appear on your worksheet.

Selecting the Input Data Cell Range and Different Statistics in the Descriptive Statistics Dialog or Wizard in NumXL, with Options Highlighted on the Left-Hand Side in a Red Square, then Clicking the OK Button

The Descriptive Statistics dialog box will print out the selected statistics and tests (along with the formulas) into your worksheet.

Output Table Generated by the Descriptive Statistics Wizard Showing the Daily Log-Price for Microsoft Stock Between January 2000 and January 2009.

In sum, one may conclude that the underlying distribution has the following properties:

  • Mean is significantly different from zero
  • Density (mass) distribution is significantly positively skewed
  • Density distribution has fat-tails
  • Half of the observation values fall between 3.09 and 3.32

Although the median is smaller than average, the distribution is positively skewed, leading us to believe that the distribution has the right fat-tails.

The quartiles (Q1, Q3) inscribe 50% of the values in the sample. The inter-quartile range (IQR) can be used to characterize the data when there may be extremities that skew the data; the interquartile range is a relatively robust statistic (also sometimes called "resistant") compared to the range and standard deviation.

We’ll revisit the statistical tests for white-noise, normality, and arch effect in module 5, but for now, we can ignore the right-most table.

Recall the MSFT log-price histogram in module 1 (see below):

Histogram Plot Displaying the Relative Frequency of Different Values in Microsoft's Log-Price Over Time.


Tutorial Video


Support Files

Comments

Please sign in to leave a comment.

Was this article helpful?
0 out of 0 found this helpful