You are here: Start » Function Reference » Histogram » Histogram Basics

Histogram Basics

Icon Name Description / Applications Modules
ConvertToCumulativeHistogram ConvertToCumulativeHistogram

Computes the cumulative histogram of input histogram.

FoundationBasic
CreateHistogram CreateHistogram

Creates the histogram of the array of real numbers.

FoundationBasic
CreateUniformHistogram CreateUniformHistogram

Creates a uniform histogram of desired parameters with common value of all bins.

FoundationBasic
GetHistogramBin GetHistogramBin

Returns the value of a single histogram bin.

FoundationBasic
GetHistogramCorrespondingBin GetHistogramCorrespondingBin

Selects a bin that the given value in the histogram domain falls into and returns the value of this bin.

FoundationBasic
HistogramIndices HistogramIndices

Returns an array of histogram elements' indices.

FoundationBasic
MakeHistogram MakeHistogram

Creates a histogram out of an array of bin values.

FoundationBasic
SetHistogramBin SetHistogramBin

Sets the value of a single histogram bin.

FoundationBasic
SetHistogramCorrespondingBin SetHistogramCorrespondingBin

Selects a bin that the given value in the histogram domain falls into and sets the value of this bin.

FoundationBasic
SkipEmptyDataHistogram SkipEmptyDataHistogram

If the input histogram contains any non-zero bin, then the histogram is copied to the output; otherwise Nil is returned.


Secures against domain errors caused by histograms representing empty data sets, e.g. just before the HistogramDataAverage filter is to be invoked.

FoundationBasic
SkipEmptyHistogram SkipEmptyHistogram

If the input histogram contains at least one bin, then it is copied to the output; otherwise Nil is returned.


Secures against domain errors caused by empty histograms, e.g. just before the HistogramAverage filter is to be invoked.

FoundationBasic