stats(deprecated)/statplots - 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 : stats(deprecated)/statplots

Overview of the stats[statplots] Subpackage

 

Calling Sequence

Description

Examples

Calling Sequence

stats[statplots][command](arguments)

command(arguments)

Description

• 

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

• 

The stats[statplots] subpackage provides the capability to create various statistical plots.

• 

Each command in the stats[statplot] package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

• 

There are three kinds of plots available.

boxplot

histogram

scatterplot

• 

In addition, there are several utility functions available, useful for performing various transformations on finished plots.

xscale

yscale

zscale

xshift

yshift

zshift

xyexchange

yzexchange

yzexchange

• 

Plots can be customized by specifying parameters in addition to the data given as arguments. See each command's help page for more information on these parameters.

  

To display the help page for a particular stats[statplots] subpackage command, see Getting Help with a Command in a Package.

Examples

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

withstatsstatplots:

Xdata4.535,4.029,5.407,1.605,5.757,3.527,7.890,8.159,6.092,13.442,2.845,5.172,3.277,8.810,3.657,7.226,3.851,2.162,2.668,4.692:

Ydata7.454,4.476,2.873,5.476,9.975,1.476,1.033,1.140,4.813,0.450,0.788,9.389,4.811,3.107,4.407,5.534,1.691,0.789,1.684,1.605:

plotsdisplayboxplotYdata,shift=15,scatterplotXdata,Ydata,xyexchangeboxplotXdata,format=notched,shift=12,view=0..17,4..14,axes=FRAME

See Also

Statistics

Statistics[Visualization]

statplots(deprecated)[boxplot]

statplots(deprecated)[histogram]

statplots(deprecated)[scatterplot]

statplots(deprecated)[xscale]

statplots(deprecated)[xshift]

statplots(deprecated)[xyexchange]