Function HistogramGetObservationCount(histogram\_id)

HistogramGetObservationCount

The function HistogramGetObservationCount returns the total number of observations in a histogram.

HistogramGetObservationCount(
     histogram_id         ! (input) a scalar number
     )

Arguments

histogram_id

A scalar value representing a histogram that was previously created using the HistogramCreate function.

Return Value

The function returns the total number of observations in a histogram.

See also

The functions HistogramCreate, HistogramGetAverage, HistogramGetDeviation, HistogramGetSkewness, HistogramGetKurtosis. Histogram support in AIMMS is discussed in full detail in Creating Histograms of the Language Reference.