Statistics[DensityPlot] - plot the density of a random variable
|
Calling Sequence
|
|
DensityPlot(X, options, plotoptions)
DensityPlot['interactive'](X)
|
|
Parameters
|
|
X
|
-
|
random variable
|
options
|
-
|
(optional) equation(s) of the form range=value; specify options for generating the density plot
|
plotoptions
|
-
|
options to be passed to the plots[display] command
|
|
|
|
|
Description
|
|
•
|
The DensityPlot command plots the density of the specified random variable. By default, the range is taken between the 1st and the 99th percentiles of the underlying distribution.
|
|
|
Options
|
|
|
The options argument can contain one or more of the options shown below. All unrecognized options will be passed to the plots[display] command. See plot[options] for details.
|
|
By default this is deduce. This option is used to bound the horizontal real range on which the density is plotted.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
>
|
|
>
|
|
| (3) |
>
|
|
|
|
Download Help Document
Was this information helpful?