Questions tagged [subset]

One set, A, is a subset of another, B, if and only if all elements of A are elements of B.

A set is any collection of elements. Sets can be related to each other in various ways; one important way sets can be related is that one set could be a subset of another. One set, $A$, is a subset of another, $B$, if and only if all elements of $A$ are elements of $B$. This is denoted $A \subseteq B$. Notably, $A$ can be a subset of $B$ even if there are no elements in $B$ that are not also in $A$ (i.e., they contain exactly the same elements). When $B$ contains additional elements that are not in $A$, $A$ is called a "proper subset" of $B$. This is denoted $A \subset B$. The same relationship between these sets can be indicated by calling $B$ a "superset", or "proper superset", of $A$ ($B \supseteq A$, or $B \supset A$, respectively), but referring to the [potentially] smaller set as a subset is more common.

125 questions
3
votes
1 answer

Counting lists to exhastion

I apologize for the extremely vapid question, but I am trying to teach myself statistics and don't know of too many resources. through google searches I've found how to count combinations, how to count permutations, and several other things, but…
1
vote
0 answers

How to properly select elements to tag manually for building training and test sets?

I have to select a subset (short texts like comments and twitter posts) out of a huge population to tag them manually for building a sentiment analysis training and test set. How should I select these elements? A naive approach would be a random…
NaN
  • 111
0
votes
0 answers

Subgroups comparison

I have to compare two subgroups from the same population. The two groups have partially the same records, so they are overlapping subsets of the same dataset. Can I consider them as two independent groups and consequentially run analyses for…
ArTu
  • 193