You are here: Start » Filter Reference » Histogram » Histogram Basics
Histogram Basics
Select a filter from the list below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AccessHistogram |
|
Returns individual fields of a histogram. |
FoundationBasic | |
| ConvertToCumulativeHistogram |
|
Computes the cumulative histogram of input histogram. |
FoundationBasic | |
| CreateHistogram |
|
Creates the histogram of the array of real numbers. |
FoundationBasic | |
| CreateUniformHistogram |
|
Creates a uniform histogram of desired parameters with common value of all bins. |
FoundationBasic | |
| GetHistogramBin |
|
Returns the value of a single histogram bin. |
FoundationBasic | |
| GetHistogramCorrespondingBin |
|
Selects a bin that the given value in the histogram domain falls into and returns the value of this bin. |
FoundationBasic | |
| HistogramIndices |
|
Returns an array of histogram elements' indices. |
FoundationBasic | |
| MakeHistogram |
|
Creates a histogram out of an array of bin values. |
FoundationBasic | |
| SetHistogramBin |
|
Sets the value of a single histogram bin. |
FoundationBasic | |
| SetHistogramCorrespondingBin |
|
Selects a bin that the given value in the histogram domain falls into and sets the value of this bin. |
FoundationBasic | |
| 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 |
|
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 |
