• Calculates the five-number summary for each attribute in the given items.

    Parameters

    • items: Items

      The items to calculate the summary for.

    • memberItems: string[]

      The member items to consider.

    • attributeColumns: string[]

      The attribute columns to calculate the summary for.

    Returns AttributeList

    An object containing the five-number summary for each attribute.

Generated using TypeDoc