|
SOLUTIONS
|
OBSOLETE HISTOGRAMS PACKAGE SYMBOL
Histogram
As of Version 7.0, Histogram is part of the built-in Mathematica kernel.
generates a histogram of the univariate data
.
Histogram[{f1, f2, ...}, FrequencyData->True]
generates a histogram of the univariate frequency data
, where
is the frequency with which the original data occurs in category i.
Details and OptionsDetails and Options
- To use
, you first need to load the Histograms Package using
. - The width of each bar in the histogram is proportional to the width of the interval defining the respective category.
- The area of each bar in the histogram is proportional to the frequency with which the data falls in that category.
- The following options can be given:
-
ApproximateIntervals Automatic whether to adjust the interval boundaries to be simple numbers BarOrientation Vertical how to arrange the bars BarEdgeStyle GrayLevel[0] style of the edges of bars BarStyle Automatic style of the faces of bars FrequencyData False whether input represents the original data or frequencies in categories HistogramCategories Automatic specify categories in the histogram HistogramRange Automatic lower and upper limits of points in histogram HistogramScale Automatic scaling of the bar heights Ticks Automatic specify tick marks for axes
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



