Contents

CategoricalSummary

A categorical summary of a collection’s elements.

Declaration

struct CategoricalSummary<Element> where Element : Hashable

Overview

Each categorical summary has 5 statistics about a collection:

  • someCount: The number of non-missing elements.

  • noneCount The number of missing elements.

  • uniqueCount: The number of unique elements.

  • totalCount: The total number of elements.

  • mode: An array of the most common values.

Topics

Creating a Summary

Inspecting a Summary

See Also

Statistical Summaries