|
|
||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
Histogram |
| Histogram[{x1, x2, ...}] plots a histogram of the values xi. |
| Histogram[{x1, x2, ...}, w] plots a histogram with bin width specification w. |
| Histogram[{x1, x2, ...}, w, hspec] plots a histogram with bin heights computed according to the specification hspec. |
| Histogram[{data1, data2, ...}, ...] plots histograms for multiple datasets datai. |
| n | use n bins | |
| {dx} | use bins of width dx | |
| {xmin,xmax,dx} | use bins of width dx from xmin to xmax | |
| {{b1,b2,...}} | use the bins [b1, b2), [b2, b3), ... | |
| Automatic | determine bin widths automatically | |
| "name" | use a named binning method | |
| fw | apply fw to get an explicit bin specification {b1, b2, ...} |
| "Sturges" | compute the number of bins based on the length of data | |
| "Scott" | asymptotically minimize the mean square error | |
| "FreedmanDiaconis" | twice the interquartile range divided by the cube root of sample size | |
| "Wand" | one-level recursive approximate Wand binning | |
| "Log" | logarithmic bin widths |
| "Count" | the number of values lying in each bin | |
| "Probability" | fraction of values lying in each bin | |
| "ProbabilityDensity" | fraction of values divided by bin width | |
| "LogCount", "LogProbability", "LogProbabilityDensity" | logarithmic heights | |
| fh | heights obtained by applying fh to bins and counts |
| AspectRatio | 1/GoldenRatio | overall ratio of width to height | |
| Axes | True | whether to draw axes | |
| BarOrigin | Bottom | origin of histogram bars | |
| ChartBaseStyle | Automatic | overall style for bars | |
| ChartElementFunction | Automatic | how to generate raw graphics for bars | |
| ChartElements | Automatic | graphics to use in each of the bars | |
| ChartLabels | None | category labels for datasets | |
| ChartLayout | Automatic | overall layout to use | |
| ChartStyle | Automatic | style for bars | |
| ChartLegends | None | legends for data elements and datasets | |
| ColorFunction | Automatic | how to color bars | |
| ColorFunctionScaling | True | whether to normalize arguments to ColorFunction | |
| LabelingFunction | Automatic | how to label elements | |
| LegendAppearance | Automatic | overall appearance of legends | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize |