Overview of the stats[statplots] Subpackage
Calling Sequence
Description
Examples
stats[statplots][command](arguments)
command(arguments)
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
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.
with⁡statsstatplots:
Xdata≔4.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:
Ydata≔7.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:
plotsdisplay⁡boxplot⁡Ydata,shift=15,scatterplot⁡Xdata,Ydata,xyexchange⁡boxplot⁡Xdata,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]
Download Help Document