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