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.
>
|
![plots[display](P, Q, title = "Bar Chart and Line Chart", axis[2] = [gridlines = [7, thickness = 2, linestyle = dash, color = white]])](/support/helpjp/helpview.aspx?si=5098/file02966/math308.png)
|
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?