distinctin
Distinctin is a theoretical construct used in mathematics and computer science to describe a measure of distinctness within a collection of items. The term blends the idea of distinct elements with the -in suffix common to formal concepts, and it appears in discussions of sets, multisets, and data streams as a way to capture how many different values are present.
For a finite multiset S over a domain, Distinctin(S) is defined as the number of distinct values
Distinctin values are nonnegative integers, with Distinctin(empty) = 0. If F is a subcollection of S, then
Exact computation can be performed with hashing or sorting to identify unique values. In streaming or memory-constrained
Cardinality, counting distinct, multiset, data stream algorithms, HyperLogLog.