Statistics/InteractiveDataAnalysis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Home : Support : Online Help : Statistics/InteractiveDataAnalysis

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

V1Vector1,2,3,4,5:

V2Vectorseqevalhfsini,i=1..1000:

withStatistics:

InteractiveDataAnalysisV1,V2

MMatrix1,2,2,3,3,2,4,5,5,3:

InteractiveDataAnalysisM

See Also

Maplets, Statistics


Download Help Document