Graphical Data Analysis
|
Calling Sequence
|
|
Statistics[command](arguments)
command(arguments)
The Statistics package supports a variety of tools for visualizing univariate and multivariate data. These include bar charts, line charts, histograms, scatter plots, etc. The following is a list of available commands.
|
|
Available Commands
|
|
|
These commands can be used with tools available in plots and plottools packages to create multi-component plots.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
Generate bar chart and line chart
>
|
|
>
|
|
Superimpose the two plots and display the result.
>
|
|
Generate a pie chart
>
|
|
>
|
|
Generate a random sample drawn from the non-central Beta distribution. Generate a box plot and a histogram and display them in a single plot.
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
Use probability plot to compare a sample distribution and the original distribution
>
|
|
>
|
|
>
|
|
|
|
Download Help Document
Was this information helpful?