describe(deprecated)/geometricmean - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : describe(deprecated)/geometricmean

stats[describe, geometricmean]

Geometric Mean of a Statistical List

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

stats[describe, geometricmean](data)

describe[geometricmean](data)

Parameters

data

-

statistical list

Description

• 

Important: The stats package has been deprecated. Use the superseding package Statistics instead.

• 

The function geometricmean of the subpackage stats[describe, ...] computes the geometric mean of the given data.

• 

Classes are assumed to be represented by the class mark, for example 10..12 has the value 11. Missing data are ignored.

• 

The geometric mean is a measure of central tendency. For more information about such measures, please see the information about the mean.

• 

The geometric mean of a set of N numbers is the Nth root of the product of those numbers.

• 

The geometric mean is quite often the most appropriate measure of central tendency to use when ratios or rates are involved.

• 

The command with(stats[describe],geometricmean) allows the use of the abbreviated form of this command.

Examples

Important: The stats package has been deprecated. Use the superseding package Statistics instead.

(1)

My investments have been earning me 10% the first year and 20% the second year. The ``average'' earning is

(2)

which is (about)

(3)

in percentage.

If I have 1 Glock initially, I have 1.1 Glock after 1 year and 1*(1.1)*(1.2)=1.32 Glocks at the end of the second year.

With the average earning I just computed, I have 1*R Glocks after 1 year and 1*R*R Glocks at the end of the second year.

(4)

which is indeed 1.32

As a second example, consider the ratio of the price of item A to the price of item B. One year the ratio is 3, the following year, the ratio is 4. The average ratio is

(5)

One would expect that a typical number to summarize the ratios A/B to be the reciprocal of the typical number used to summarize the ratios B/A. This is indeed the case with the geometric mean:

(6)

but not with the arithmetic mean

(7)

versus

(8)

See Also

describe(deprecated)[harmonicmean]

describe(deprecated)[mean]

describe(deprecated)[quadraticmean]

Statistics

Statistics[GeometricMean]

stats(deprecated)[data]

transform(deprecated)[classmark]

 


Download Help Document