- Function HistogramGetAverage(histogram_id)
HistogramGetAverage
The function HistogramGetAverage returns the arithmetic mean of all
observations in a histogram.
HistogramGetAverage(
histogram_id ! (input) a scalar number
)
Arguments
- histogram_id
A scalar value representing a histogram that was previously created using the
HistogramCreatefunction.
Return Value
The function returns the arithmetic mean of all observations added to the histogram.
See also
The functions
HistogramCreate,HistogramGetObservationCount,HistogramGetDeviation,HistogramGetSkewness,HistogramGetKurtosis.Histogram support in AIMMS is discussed in full detail in Creating Histograms of the Language Reference.