You are here: Start » Function Reference » Histogram » Histogram Combinators
Histogram Combinators
Select a function from the list below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AddHistograms | Adds two histograms bar by bar. |
FoundationBasic | ||
| AddHistograms_OfArray | Adds histograms of an array bar by bar. |
FoundationBasic | ||
| AddHistograms_OfLoop | Adds histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | ||
| DifferenceHistogram | Computes histogram representing difference between corresponding bars of given histograms. |
FoundationBasic | ||
| DivideHistograms | Divides two histograms bar by bar. |
FoundationBasic | ||
| MaximumHistogram | Computes the maximum of two histograms bar by bar. |
FoundationBasic | ||
| MaximumHistogram_OfArray | Computes the maximum of histograms of an array bar by bar. |
FoundationBasic | ||
| MaximumHistogram_OfLoop | Computes the maximum of histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | ||
| MinimumHistogram | Computes the minimum of two histograms bar by bar. |
FoundationBasic | ||
| MinimumHistogram_OfArray | Computes the minimum of histograms of an array bar by bar. |
FoundationBasic | ||
| MinimumHistogram_OfLoop | Computes the minimum of histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | ||
| MultiplyHistograms | Multiplies two histograms bar by bar. |
FoundationBasic | ||
| MultiplyHistograms_OfArray | Multiply histograms of an array bar by bar. |
FoundationBasic | ||
| MultiplyHistograms_OfLoop | Multiply histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | ||
| SubtractHistograms | Subtracts two histograms bar by bar. |
FoundationBasic |
