- Function HistogramGetKurtosis(histogram_id)
HistogramGetKurtosis
The function HistogramGetKurtosis returns the kurtosis coefficient
of all observations in a histogram.
HistogramGetKurtosis(
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 kurtosis coefficient of all observations in the histogram.
See also
The functions
HistogramCreate,HistogramGetObservationCount,HistogramGetAverage,HistogramGetDeviation,HistogramGetSkewness.Histogram support in AIMMS is discussed in full detail in Creating Histograms of the Language Reference.