transform(deprecated)/frequency - 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 : transform(deprecated)/frequency

stats[transform, frequency]

frequency of each data item

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

stats[transform, frequency](data)

transform[frequency](data)

Parameters

data

-

statistical list

Description

• 

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

• 

The function frequency of the subpackage stats[transform, ...] replaces each data point of data by its frequency or weight.

• 

The order of the data items is not changed.

• 

Statistical data items in a list have a weight, obtained using transform[frequency] and a value, obtained using transform[statvalue]. One can obtained the total frequency, or total weight, using describe[count]. All frequencies in a statistical data list can be changed, proportionally, using the transform[scaleweight].

Examples

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

withstats:

transformfrequency3

1

(1)

transformfrequencyWeight3,4

4

(2)

transformfrequency3..4

1

(3)

dataWeight3,10,missing,4,Weight11..12,3,15..17

dataWeight3,10,missing,4,Weight11..12,3,15..17

(4)

transformfrequencydata

10,1,1,3,1

(5)

See Also

describe(deprecated)[count]

Statistics

stats(deprecated)[data]

stats(deprecated)[transform]

transform(deprecated)[cumulativefrequency]

transform(deprecated)[scaleweight]

transform(deprecated)[statvalue]