Statistics[InteractiveDataAnalysis] - display an interactive interface to data analysis tools in the Statistics package
Calling Sequence
InteractiveDataAnalysis(v1, v2, ...)
Parameters
v1, v2, ...
-
Vector, Matrix or 1-D Array; a data set
Description
The InteractiveDataAnalysis command displays a Maplet application that provides a graphical user interface to the data analysis routines in the Statistics package. Each parameter v1, v2, ..., is a Vector or 1-D Array representing a single data set or an m-by-n Matrix representing n data sets each containing m values.
From the InteractiveDataAnalysis Maplet, you can display textual and graphical information about data sets, traverse data sets, and generate new data sets via standard operations on existing ones.
Examples
V1≔Vector1,2,3,4,5:
V2≔Vectorseqevalhfsini,i=1..1000:
withStatistics:
InteractiveDataAnalysisV1,V2
M≔Matrix1,2,2,3,3,2,4,5,5,3:
InteractiveDataAnalysisM
See Also
Maplets, Statistics
Download Help Document