Histograms`
Histograms`

Histogram

As of Version 7.0, Histogram is part of the built-in Wolfram Language kernel.

Histogram[{x1,x2,}]

generates a histogram of the univariate data {x1,x2,}.

Histogram[{f1,f2,},FrequencyData->True]

generates a histogram of the univariate frequency data {f1,f2,}, where fi is the frequency with which the original data occurs in category i.

Details and Options

Examples

Basic Examples  (3)

Histogram of 1000 normally distributed random numbers:

Histogram of 1000 uniformly distributed random numbers:

Histogram from a list of frequencies:

Wolfram Research (2008), Histogram, Wolfram Language function, https://reference.wolfram.com/language/Histograms/ref/Histogram.html.

Text

Wolfram Research (2008), Histogram, Wolfram Language function, https://reference.wolfram.com/language/Histograms/ref/Histogram.html.

CMS

Wolfram Language. 2008. "Histogram." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Histograms/ref/Histogram.html.

APA

Wolfram Language. (2008). Histogram. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Histograms/ref/Histogram.html

BibTeX

@misc{reference.wolfram_2024_histogram, author="Wolfram Research", title="{Histogram}", year="2008", howpublished="\url{https://reference.wolfram.com/language/Histograms/ref/Histogram.html}", note=[Accessed: 25-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_histogram, organization={Wolfram Research}, title={Histogram}, year={2008}, url={https://reference.wolfram.com/language/Histograms/ref/Histogram.html}, note=[Accessed: 25-April-2024 ]}