Applied Statistics: Descriptive Statistics I | UniversalClass [PDF]

As mentioned above, the use of the term mean generally refers to an arithmetic mean. Nevertheless, other types of means

5 downloads 29 Views 860KB Size

Recommend Stories


Descriptive Statistics
If you want to go quickly, go alone. If you want to go far, go together. African proverb

[PDF] Download APPLIED STATISTICS
The wound is the place where the Light enters you. Rumi

Applied Statistics
Life is not meant to be easy, my child; but take courage: it can be delightful. George Bernard Shaw

Applied Statistics
Raise your words, not voice. It is rain that grows flowers, not thunder. Rumi

Descriptive statistics, normalizations & testing
We can't help everyone, but everyone can help someone. Ronald Reagan

PDF APPLIED BUSINESS STATISTICS SO
Your big opportunity may be right where you are now. Napoleon Hill

BSc Applied Statistics - Social & Economic Statistics
Be like the sun for grace and mercy. Be like the night to cover others' faults. Be like running water

Applied Mathematics and Statistics
Just as there is no loss of basic energy in the universe, so no thought or action is without its effects,

Descriptive Statistics for Process Performance
It always seems impossible until it is done. Nelson Mandela

Descriptive Statistics for UK firms
Silence is the language of God, all else is poor translation. Rumi

Idea Transcript


Course Catalog

Sign In

My Classes



Subscribe



Applied Statistics: Descriptive Statistics I

Applied Statistics: Descriptive Statistics I In addition to reviewing the simple arithmetic mean (average), we also introduce the geometric and power means and briefly discuss how these means can be used to characterize the central tendency of data. Key Terms Mean Arithmetic mean Average Population Population mean Sample Sample mean Geometric mean Power mean Root mean square

Objectives Review arithmetic means and some associated concepts in descriptive statistics Consider other types of means, including geometric and power means Let's Begin! Let's review review descriptive statistics, since the formulas and meaning of these statistics plays a critical role in understanding applied statistics. Later, we will consider more-advanced topics such as linear regression, correlation, Student's t-tests, ANOVA analysis, repeated measures, and other topics. These higher-level topics apply basic statistical theory to problems that involve more than, for instance, simple calculation of means and variances. Although this by no means provides a complete survey of advanced statistical theory and the tools used therein, in does provide a solid overview of how statistics can be used to perform morerefined analyses of data sets. This article considers discrete data sets (or distributions), rather than data sets containing continuous data sets (distributions). Thus, the mathematical formulas rely almost exclusively on summations ( ) rather than integrals ( ò ). The same principles apply in both cases, however, and the conversion of the formulas from the discrete (summation) form to the continuous (integral) form is usually fairly straightforward. At this point, we now turn to a review of descriptive statistics. Arithmetic Mean A mean is a statistical value that describes the "central tendency" of a data set. The term mean usually refers to the arithmetic mean, or the average. Not all means, however, are arithmetic means. Nevertheless, the arithmetic mean is often used, and its mathematical definition is quite useful. Calculating the arithmetic mean simply involves adding all of the numbers in a data set and then dividing by the number of members. In the formula below, the data set is assumed to have N members, with the ith member identified as xi. (Thus, the data set could be written as {x1, x2, x3,., xN}.)

If the data set contains all possible members of a particular group, then that data set corresponds to a population and the mean to a population mean. Population parameters are typically identified using Greek characters; in the case of the mean, the symbol µ represents the population mean:

For example, if we were to calculate the mean height of people in a particular room of a building, a population mean would likely be possible, since measuring the height of each person is probably feasible. If we wanted to calculate the average height of all people on Earth, however, we would run into a problem: measuring every person's height is a near impossibility. In this case, we might instead collect a sample of the population, which is a data set that only contains a portion of the data representing the entire population. The mean of this data set is the sample mean. Sample statistics are often represented using Roman characters; in the case of the sample arithmetic mean, we will use the notation to represent the sample arithmetic mean. In the slightly modified formula below, k represents the number of elements (or members) in the sample (N is still assumed to be the number of elements in the population-thus, k < N).

Practice Problem: A forester wants to describe a large area of forested land by the age of a certain species of tree. She collects samples from the trees and determines that the ages (in years) are the following: {104, 97, 86, 115, 34, 87, 59, 68} What is the average age of the species, assuming that this data is representative? Solution: Note that the data, in all likelihood, corresponds to a sample rather than the population. Although this distinction does not affect the calculation of the arithmetic mean, it can have an effect on other descriptive statistics, such as variance. Calculate the mean as follows, noting that the data set contains eight elements:

Thus, the trees have a mean age of about 81 years. Other Means As mentioned above, the use of the term mean generally refers to an arithmetic mean. Nevertheless, other types of means can be calculated as well. In some cases, slightly different definitions of the mean are needed to accurately represent the central tendency of a data set. Consider, for instance, the context of finance: an investment might grow by various percentages (or ratios) over several years. The percentage growth of the investment over several years might be the following: {5%, 7%, 9%, 4%, 5%} In other words, the investment grows by 5% the first year, 7% the second year, and so on. Because the amount in the investment changes every year, calculating the final amount requires calculating a product rather than a sum. For an initial investment P, the final amount F after five years is the following:

The total growth of the investment is therefore about 33.7%-significantly more than the sum of the individual percentages (5% + 7% + 9% + 4% + 5% = 30%). To calculate a mean that recognizes this fundamental difference, we define the geometric mean, which calculates a mean based on multiplication of the data elements rather than addition. The arithmetic mean µ is defined such that for a set of N data elements, the product Nµ is equal to the sum of those elements. For the geometric mean GM of a data set with N elements, GM N is equal to the product of those elements. Thus, for a data set {x1, x2, x3,., xN},

Interested in learning more? Why not take an online class in Applied Statistics? Note that the capital pi implies multiplication, just as the capital sigma in the formula for the arithmetic mean implies addition. For our financial example, then, the geometric mean is the following.

Here, we use the numbers 1.05, 1.07, and so on in calculating the geometric mean rather than just 0.05, 0.07, and so on, because these are growth rates. (The principle is multiplied by 1.05, not 0.05, for instance.) Generally, however, the geometric mean for an arbitrary data set {x1, x2, x3,., xN} uses the formula given above. The geometric mean growth of the investment, therefore, is very nearly 6%. Note that if we multiply the initial investment P by GM raised to the fifth power, we get the same final investment value (the slight difference is due to rounding):

Practice Problem: Calculate the geometric mean of the following data set: {0.75, 1.22, 1.09, 0.98, 1.35, 1.29, 0.95} Solution: Use the formula for the geometric mean; in this case, the data set has seven elements.

(Using a radicals calculator, enter the power 7 and the product 1.62 to get 1.07) Top of Form 7 1.62

Calculate = 1.071348 Bottom of Form

Thus, the geometric mean of the data is 1.07 (note that this is significantly different than the average value of 1.09). Another mean is the so-called power mean, which has the following form for a data set {x1, x2, x3,., xN} and an arbitrary power p:

As it turns out, this is a general form of the mean that can be used to express arithmetic, geometric, and other means when the correct value of p is used. For instance, consider the case of p = 1:

Again, this is simply the arithmetic mean. Using p = 2, we can calculate the root mean square of a data set:

Notice that the root mean square is simply the square root of the arithmetic mean of the squares of the data set-hence the name. The root mean square is a tool often used in physical sciences and engineering, for instance, to characterize the magnitude of a varying value. Practice Problem: A scientist measures a certain parameter's variation from the expected results. Use the root mean square to determine the average variation of following measured data. {1.0, -2.2, 3.2, 0.5, -1.6, -1.8, 0.1} Solution: The root mean square is the power mean for the case of p = 2. The root mean square allows us to calculate a mean variation despite the presence of negative numbers (which would tend to make an arithmetic mean show a smaller variation than is actually present).

Thus, the root mean square of the variation is 1.78. Related Articles

How to Apply Hypothesis Testing Procedure to the OneSample Student's t-Test Applied Statistics: Factor Analysis Applied Statistics: Descriptive Statistics II Applied Statistics: Frequencies How to Use the Correlation Coefficient to Quantify the Correlation between Two Variables Math Skills: How to Do Division Basic Geometric Shapes: Square, Circle, Rectangle, and Triangle How to Solve Higher Degree Polynomial Functions Using Classical Geometric Construction Techniques Types of Errors in Hypothesis Testing Why is Geometry Important in Everyday Life? What is Statistics? Solving Systems of Linear Inequalities Precalculus: Introduction to Integrals Basic Algebra: Simplifying an Algebraic Expression (PBBEMDAS and FOIL)

Popular Courses





Statistics 101 $120.00

Precalculus 101

3.5 CEUs

$110.00

3.5 CEUs

$75.00

1.4 CEUs

$120.00



Geometry 101: Beginner to Intermediate Level

$75.00

9.5 CEUs



Business Math 101

1.7 CEUs

Math All-In-One (Arithmetic, Algebra, and Geometry Review)

Pre-Algebra 101



$110.00



Algebra 101: Beginner to Intermediate Level

Basic Math 101

1.2 CEUs

$75.00



1.7 CEUs

$110.00

2.5 CEUs

ABCs of Geometry $75.00

ABCs of Algebra

0.8 CEUs

$85.00

2.2 CEUs



Learn More! Take an Online Course... Accounting



Alternative Medicine



Arts, Crafts & Hobbies



Business



Career Training



Computer Training



Entrepreneurship



Finance



General Education



Health & Medicine



History



Homeschooling



How To / Do It Yourself



Language Arts



Law/Legal/Criminal



Mathematics



Medical Billing



Office Skills



Parenting and Family



Personal Development



Pet and Animal Care



Real Estate



Science



Self-Help



Social Work



Special Education



Spiritual Studies



Teacher Resources



Test Preparation



Web Development



Writing Skills

Explore

About

Pricing

Group Discounts

Accounting

Gift Certificates

Business

CEU Verification

Career Training

Teach Online

Computing

Contact Us

Health & Medicine

FAQ

Self Help

Terms of Service

Writing

Privacy Policy



New Courses

Follow Us Online

View More... © Copyright 1999-2017 Universal Class™ All rights reserved.

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.