Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Data Representation for the stats Package
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The fundamental data structure for the stats package is the statistical list. This is a list containing the following types of items.
item
a number, or symbolic expression representing
a single data value.
missing
a keyword representing missing data.
item..item
data grouped in a class. For example, 3..4,
designates a single data item whose value
is greater than or equal to 3 and
less than 4.
Weight(value, weight)
Weighted data.
The parameter value consists
of any of the preceding item types, and
the parameter weight is the weight associated
with this data item. For example, Weight(3..4, 10),
can be used to represent 10 entries
within the class 3..4.
Some functions, for example, stats[describe, mode], return unevaluated if their argument is a statistical list that contains non-numeric data.
Examples
Important: The stats package has been deprecated. Use the superseding package Statistics instead. Single entries, with missing observations.
This is equivalent to (if ordering is irrelevant)
Regrouped in classes (note that some information is necessarily lost)
Symbolic values can also be used
If data is numeric, then the mode can be computed.
However, if data contains a non numerical entry
the mode returned unevaluated. More information can be obtained using:
See Also
describe(deprecated)[gaps], Statistics, stats(deprecated)[importdata]
Download Help Document