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

Online Help

All Products    Maple    MapleSim


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

stats[describe, quadraticmean]

Quadratic Mean of a Statistical List

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

stats[describe, quadraticmean](data)

describe[quadraticmean](data)

Parameters

data

-

statistical list

Description

• 

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

• 

The function quadraticmean of the subpackage stats[describe, ...] computes the quadratic mean of the given data.

• 

The quadratic mean, also known as the root mean square, is the square root of the mean of the squares of the observations. It is a measure of central tendency. For more information about such measures, see the help for the (arithmetic) mean.

• 

This type of mean is used in some physical applications. For example, it gives the ``average'' speed of particles of the same mass, where average is defined in such a way as to give each particle the same kinetic energy.

• 

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

• 

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

Examples

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

withstats:

If V is the velocity of a particle of mass M, then its kinetic energy is defined to be 1/2*M*V^2. If we have two particles, one with velocity 3 and the other with velocity 4, the total kinematic energy is given by

Tot_Kinetic12M32+12M42

Tot_Kinetic25M2

(1)

The RMS-velocity is

Rvdescribequadraticmean3,4

Rv522

(2)

The energy associated with the 2 particles of mass M and velocity Rv is

212MRv2=Tot_Kinetic

25M2=25M2

(3)

Note that the arithmetic average is not suitable here:

Avdescribemean3,4

Av72

(4)

212MAv2Tot_Kinetic

49M425M2

(5)

See Also

describe(deprecated)[geometricmean]

describe(deprecated)[harmonicmean]

describe(deprecated)[mean]

Statistics

Statistics[QuadraticMean]

stats(deprecated)[data]

transform(deprecated)[classmark]