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

Online Help

Home : Support : Online Help : transform(deprecated)/classmark

stats[transform, classmark]

replace Classes by their Class Mark

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

stats[transform, classmark](data)

transform[classmark](data)

Parameters

data

-

statistical list

Description

• 

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

• 

The function classmark of the subpackage stats[transform, ...] replaces classes by their class mark in the given data.

• 

The class mark of a class is its midpoint. A class is represented by the range data structure. When the distinction is important (such as for the transform[tallyinto] function), the lower bound is inclusive and the upper bound is exclusive. Therefore,  represents data  points  such that .

• 

Data not given as a class (or range) are left unchanged.

Examples

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

(1)

(2)

It works for weighted data also.

(3)

(4)

(5)

(6)

See Also

Statistics

stats(deprecated)[data]

stats(deprecated)[transform]

transform(deprecated)[tallyinto]

 


Download Help Document