Descriptive Statistical Measures PDF

Summary

This document provides an overview of descriptive statistical measures for different data types, including mean, median, mode, variance, and standard deviation. It also discusses normal distribution and z-scores.

Full Transcript

CHAPTER 4 Descriptive Statistical Measures Prepared by: Nur Liyana binti Mohamed Yousop Population vs Sample Population Sample The whole group that is being Subgroup of population Definition...

CHAPTER 4 Descriptive Statistical Measures Prepared by: Nur Liyana binti Mohamed Yousop Population vs Sample Population Sample The whole group that is being Subgroup of population Definition studied Notation Parameter Statistics Mean μ x̅ Variance σ2 s2 Std. Dev σ s Sample Size N n Population P p̂ Proportion Elements X x Descriptive vs Inferential Statistics Descriptive Statistics Inferential Statistics Definition Methods of describing and Inferential statistics, summarizing data using tabular, unlike descriptive statistics, is the visual, and quantitative technique. attempt to apply the conclusions that have been obtained from one Helps you describe, organize, and experimental study to more summarize the data. It presents general populations. information in a manageable form. This means inferential statistics Descriptive statistics do not, however, tries to answer questions about allow us to make conclusions beyond populations and samples that have the data we have analysed or reach not been tested in the given conclusions regarding any hypotheses experiment. we might have made. Measures of Central Tendency/Location Definition In statistics, a central tendency (or measure of central tendency) It may also be called provide a summary for a center or location of the whole dataset with the distribution. a single value that is derived from dataset. Types of Measures of Central Tendency Average of Mean dataset The middle value Median in a data set Data values that Mode occur more often Measures of Dispersion Definition In statistics, dispersion (also called variability, scatter, or spread). Measure of dispersion describe the variation or spread of the observation around the mean in a dataset. Common examples of measures of statistical dispersion are the variance, standard deviation, and interquartile range. Range Difference between largest and smallest FORMULA: values in dataset. =MAX(data range) – MIN(data range) Range = Largest Rarely use in value – Smallest statistics value Variance The variance is the “average” of the squared deviations from the mean. Population Sample In Excel: =VAR.P(data range) In Excel: =VAR.S(data range) **Note the difference in denominators! https://www.mathsisfun.com/data/standard-deviation.html Example 1: Computing the Variance Purchase Orders Cost per order data FORMULA: Standard Deviation The standard deviation is the square root of the variance. ◦ Note that the dimension of the variance is the square of the dimension of the observations, whereas the dimension of the standard deviation is the same as the data. This makes the standard deviation more practical to use in applications. Population Sample In Excel: =STDEV.P(data range) In Excel: =STDEV.S(data range) Example 2: Computing the Standard Deviation Purchase Orders Cost per order data Using the results of Example 1, take the square root of the variance: Alternatively, use the STDEV.S function for the data range. Standard Deviation as a Measure of Risk Excel file: Closing Stock Prices Intel (INTC): Mean = $18.81 Standard deviation = $0.50 General Electric (GE): Mean = $16.19 Standard deviation = $0.35 INTC is a higher risk investment than GE. Coefficient of Variation (CV) The coefficient of variation (relative standard deviation) is a statistical measure of the dispersion of data points around the mean. The metric is commonly used to compare the data dispersion between distinct series of data. FORMULA: CV = Standard deviation / Mean measure risk per unit of return Normal Distribution and z-Score Normal Distribution @ Gaussian Distribution The normal distribution (bell shape distribution) is a probability function that describes how the values of a variable are distributed. Different normal distribution curves may have different sets of parameters of mean and standard deviation or both. All normal distribution curves can be determined by standardized distribution, which is known as the standard normal probability distribution (μ=0 and σ=1) Normal Distribution @ Gaussian Distribution Standardized Values A standardized value, commonly called a z-score, z-score tells you the score lies provides a relative measure of on the normal distribution and the distance an observation is it also tells you how many from the mean, which is standard deviation is above or independent of the units of below mean. measurement. For example: z-score of 1 is 1 standard deviation above mean If the z-score is ± 3, it tells you that the value is much higher or z-score of -1 is 1 standard lower (outlier). deviation below mean Standardized Values The z-score for the ith observation in a data set is calculated as follows: (formula for sample) ◦ Excel function: =STANDARDIZE(x, mean, standard_dev). ◦ If Z score is a negative value, it appear on the left-hand side of mean. ◦ If Z score is a positive value, it appear on the right-hand side of mean. Properties of z-Scores The numerator represents the distance that xi is from the sample mean; a negative value indicates that xi lies to the left of the mean, and a positive value indicates that it lies to the right of the mean. By dividing by the standard deviation, s, we scale the distance from the mean to express it in units of standard deviations. Thus, a z-score of 1.0, means that the observation is one standard deviation to the right of the mean; a z-score of 1.5, means that the observation is 1.5 standard deviations to the left of the mean. Example 3: Computing z-Scores Purchase Orders Cost per order data =(B2 - $B$97)/$B$98, or =STANDARDIZE(B2,$B$97,$B$98). z-Scores Tables Outliers Identifying Outliers Some typical rules of thumb: z-scores greater than +3 or less than -3 An observation point/s Extreme outliers are more that is different from the than 3*IQR to the left of other points. Q1 or right of Q3 Mild outliers are between An outlier is an 1.5*IQR and 3*IQR to the observation that lies left of Q1 or right of Q3 outside the overall pattern of a distributions (Moore and McCabe, 1999). Example 6: Investigating Outliers Home Market Value data None of the z-scores exceed 3. However, while individual variables might not exhibit outliers, combinations of them might. ◦ The last observation has a high market value ($120,700) but a relatively small house size (1,581 square feet) and may be an outlier. Measures of Shape Definition Skewness Kurtosis Measures of shape describe the distribution (or pattern) of the data within a dataset. Skewness Skewness describes the lack of symmetry of data. ◦ Distributions that tail off to the right are called positively skewed; those that tail off to the left are said to be negatively skewed. Positively skewed Symmetrical Coefficient of Skewness Coefficient of Skewness (CS): Excel function: =SKEW(data range)  CS is negative for left-skewed data.  CS is positive for right-skewed data.  |CS| > 1 suggests high degree of skewness.  0.5 ≤ |CS| ≤ 1 suggests moderate skewness.  |CS| < 0.5 suggests relative symmetry. Example 4: Measuring Skewness Purchase Orders database Cost per order data: CS = 1.66 (high positive skewness) A/P terms data: CS = 0.60 (moderate positive skewness) Kurtosis Kurtosis refers to the peakedness (i.e., high, narrow) or flatness (i.e., short, flat-topped) of a histogram. The coefficient of kurtosis (CK) measures the degree of kurtosis of a population.  CK < 3 indicates the data is somewhat flat with a wide degree of dispersion.  CK > 3 indicates the data is somewhat peaked with less dispersion.  Excel function: =KURT(data range) Shape and Measures of Location Comparing measures of location can sometimes reveal information about the shape of the distribution of observations. For example, if the distribution were perfectly symmetrical and unimodal, the mean, median, and mode would all be the same. If it were negatively skewed, we would generally find that mean < median < mode Positive skewness would suggest that mode < median < mean Excel Descriptive Statistics Tool This tool provides a summary of numerical statistical measures for sample data. Data > Data Analysis > Descriptive Statistics  Enter Input Range  Labels (optional)  Check Summary Statistics box The data must be in a single row or column. If the data are in multiple columns, the tool treats each row or column as a separate data set Example 5: Using the Descriptive Statistics Tool Purchase Orders database Note: Results of the Analysis Toolpak do not change when changes are made to the data. Practice: Closing Stock Prices Use the Descriptive Statistics tool to summarize the mean, median, variance and standard deviation of the closing price of stock. Practice: Sale Transactions dataset Use Pivot Table to find the number of sale transactions by product and region, total amount of revenue by region, and total revenue by region and product in the Sales Transactions database. Using PivotTable, find the average and standard deviation of sales by source (Web or e-mail). Do you think this information could be useful in advertising? END OF CHAPTER 4

Use Quizgecko on...
Browser
Browser