5.1.1 Descriptive Statistics


Video Image.png Video Text Image.png Website blog icon circle.png Blog Image 33x33px.png

Summary

Origin provides comprehensive Descriptive Statistics support including basic statistics (mean, median, variance, etc.), frequency counts, and correlation coefficients of your data sets. In addition to strong plotting features, Origin's statistical tools help you summarize and analyze your data.

What You Will Learn

This tutorial will show you how to:

  • Use the Statistics on Column dialog to calculate descriptive statistics for grouped data.
  • Copy statistical results to a new worksheet for further processing.
  • Sort worksheet data by the attribute values in a designated column.
  • Analyze data sets with the Correlation Coefficient Tool.

Minimum Origin Version Required: Origin 2015 SR0

Finding Frequency Information for Groups

We will use the Discrete Frequency tool to quickly obtain frequency information for groups of data.

  1. Open a new workbook. Select Data: Import from File: SingleASCII menu, and import the data file \Samples\Statistics\automobile.dat.
  2. Highlight the first two columns in the automobile worksheet. From the Menu Bar, select Statistics: Descriptive Statistics: Discrete Frequency.
  3. Change the Recalculate mode to Auto. To make operation in the source data worksheet Controlling the Categorical Values section working, change the Sort Data By to Categorical Order. Then click OK.
    Descriptive Statistics00.png
  4. The resultant worksheet DiscretFreq1 displays data and its counts for automobile Year and Make, respectively.

In spite of the fact that there are locks on the columns, the worksheet can be rearranged by highlighting the desired column, going to the Menu Bar, selecting Worksheet:Sort Worksheet, and selecting Ascending, Descending, or Custom from there.

Calculating Descriptive Statistics on Grouped Data

Basic statistical treatments can be performed on the data in individual columns using the Statistics on Columns tool.

  1. Return to the automobile worksheet. From the Menu Bar, select Statistics: Descriptive Statistics: Statistics on Columns: Open Dialog....
  2. In the Statistics on Columns dialog box, in the Input tab, expand Range 1 and click the interactive button Button Select Data Interactive.png to the right of Data Range. Return to the worksheet, select column C and drag to column G. Click the interactive button again to restore the dialog box. In the dialog box, after adjusting Input Data under Range 1, click the arrow button at the top-right corner of the Group control box to select B(Y): Make as grouping data. Change the Recalculate mode to Auto.
    DOC-2411 Descriptive Statistics on Grouped Data 001aa.png
  3. In the Output tab, under the Graph branch, check the Arrange Plots of Same Type in One Graph box. Also, in the Plots tab, check the Box Charts check box.
    DOC-2411 Descriptive Statistics on Grouped Data 001b.png DOC-2411 Descriptive Statistics on Grouped Data 001c.png
  4. Click OK to get the results in a report sheet.
    Tutorial Descriptive Statistics on Grouped Data 04.png

In order to modify any embedded box plot in report sheet, double-click to open it, then customize the graph and click the Return button in the top right corner to restore the modified graph back to the report sheet.

Using Statistical Results for Further Operations

It is possible to perform further data analysis and to plot the statistical results.

For example, to obtain average attribute values (i.e. horsepower, 0-60 mph time, weight, mileage) by Vehicle Make from 1992 to 2004, perform the following:

  1. Return to the automobile - automobile.dat workbook, and open the DescStatsQuantities1 worksheet. Highlight the D(Y2) and the E(yEr±) columns, go to the Menu Bar and select Worksheet: Unstack Columns: Open Dialog....
  2. In the wunstackcol dialog box, change the Recalculate mode to Auto, select Group Columns and click the context menu button Context menu button.jpg and select A(X1) Data.
  3. Expand Options and check the Include Other Columns box. On Other Columns, click the context menu button Context menu button.jpg and select B:(X2) Make. Set Matching Longest Group as Extract Rule for Other Columns Values, expand Output Settings, and from Put Grouping Info. to, select Long Name. Click OK.
    DOC-2411 Descriptive Statistics on Grouped Data 006a.png
  4. To see the results, open worksheet UnstackCols1, highlight the worksheet, and from the Menu Bar, select Plot > Multi-Panel/Axis : Stack.
  5. In the Plotting:plotstack dialog box, set Plot Type to Scatter. Click OK.
  6. Now we are going to rotate the tick labels at top X axis for clarification. Double click on the top X axis tick labels to open the Axis dialog, and set the following in Top icon. Click OK.
    Tutorial Descriptive Statistics Axis Dialog.png
    Rotate the Tick Labels for bottom in the same way.
  7. The report sheet and the graph will appear as shown below:
    Tutorial Descriptive Statistics on Grouped Data 0055.png

Analyzing the Relationship Between Different Indicators

Use a correlation coefficient to explore the relationship between columns of the automobile data. Next, construct scatter plots with confidence ellipses to obtain graphical representations of the correlations.

  1. In the automobile - automobile.dat workbook, open the automobile worksheet, and highlight the last five columns.
  2. From the Menu Bar, select Statistics: Descriptive Statistics: Correlation Coefficient: Open Dialog.... In the corrcoef dialog box, expand Correlation Types and check the Pearson box.
  3. Expand Plots and check the Add Confidence Ellipse box. The Scatter Plot check box will be automatically selected. Click OK.
  4. The ScatterMatrix1 and CorrCeof1 worksheets should appear as below; demonstrating the high positive correlation between Engine Displacement and Power, and the high negative correlation between Gas Mileage and Engine Displacement.
    Tutorial Descriptive Statistics on Grouped Data 007.png

Controlling the Categorical Values

  1. In the following steps, we want to customized the order of values shown in the graph but not change the source data. Right click Column B in workbook, select Set As Categorical in the context menu, double click the Categories cell of the column, "Unsorted", to open the Categories dialog.
    Desc stats control cat values.png
  2. Check Customize Categories checkbox, use Cate-sort-2.png to adjust position of each item to follow the image below, in this way we can sort the items by country of the manufacturers, which is U.S.->Japanese/Korea->Europe. Click OK to close the dialog.
    Categ Sort-3.png
  3. You can go to the report sheet created in section above. Because Auto mode is used for recalculation, the report sheet of Discrete Frequencies and Statistics on Columns, including the box charts, are updated automatically with the specified order of the Categorical data.
    Tutorial Descriptive Statistics on Grouped Data 004.png
  4. The results of Unstacked Columns and the stacked graph are updated automatically as well.
    Tutorial Descriptive Statistics on Grouped Data 008.png
Note: If the operation hasn't been auto-updated, you can also manually trigger the operations by clicking the Recalculate button Button Recalculate Manual.png in the Standard toolbar. The button will turn greenButton Recalculate Auto.png after recalculation is done