Expression Language Reference
    Preparing search index...
    • Returns a frequency distribution as a vertical array.

      Category: Statistical

      Parameters

      • data_array: any

        An array of or reference to a set of values for which you want to count frequencies. If data_array contains no values, FREQUENCY returns an array of zeros.

      • bins_array: any

        An array of or reference to intervals into which you want to group the values in data_array. If bins_array contains no values, FREQUENCY returns the number of elements in data_array.

      Returns Error | number[]