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

Histogram Combinators

Icon Name Description / Applications Modules
AddHistograms AddHistograms

Adds two histograms bar by bar.

FoundationBasic
AddHistograms_OfArray AddHistograms_OfArray

Adds histograms of an array bar by bar.

FoundationBasic
AddHistograms_OfLoop AddHistograms_OfLoop

Adds histograms appearing in consecutive iterations bar by bar.

FoundationBasic
DifferenceHistogram DifferenceHistogram

Computes histogram representing difference between corresponding bars of given histograms.

FoundationBasic
DivideHistograms DivideHistograms

Divides two histograms bar by bar.

FoundationBasic
MaximumHistogram MaximumHistogram

Computes the maximum of two histograms bar by bar.

FoundationBasic
MaximumHistogram_OfArray MaximumHistogram_OfArray

Computes the maximum of histograms of an array bar by bar.

FoundationBasic
MaximumHistogram_OfLoop MaximumHistogram_OfLoop

Computes the maximum of histograms appearing in consecutive iterations bar by bar.

FoundationBasic
MinimumHistogram MinimumHistogram

Computes the minimum of two histograms bar by bar.

FoundationBasic
MinimumHistogram_OfArray MinimumHistogram_OfArray

Computes the minimum of histograms of an array bar by bar.

FoundationBasic
MinimumHistogram_OfLoop MinimumHistogram_OfLoop

Computes the minimum of histograms appearing in consecutive iterations bar by bar.

FoundationBasic
MultiplyHistograms MultiplyHistograms

Multiplies two histograms bar by bar.

FoundationBasic
MultiplyHistograms_OfArray MultiplyHistograms_OfArray

Multiply histograms of an array bar by bar.

FoundationBasic
MultiplyHistograms_OfLoop MultiplyHistograms_OfLoop

Multiply histograms appearing in consecutive iterations bar by bar.

FoundationBasic
SubtractHistograms SubtractHistograms

Subtracts two histograms bar by bar.

FoundationBasic