On Jun 14, 5:38 am, --CELKO-- <jcelko... (AT) earthlink (DOT) net> wrote:
Quote:
This sounds like a version of the golf partnership puzzle. How many
ways can you group (n) people into (t) teams such that no two people
play together more than (x) times? |
Hi, dear Philipp and Celko, thank you very much! I've finally found
some motivations for variants of this problem, but not for this
original problem.
One variant is to treat each record as a time series, in which the
dimensions A, B, C, D, etc are successive time points, the values are
categorical values describing a trend property on the corresponding
time. For example, a record can be (Up, Up, Up, Up) which means on the
4 time points there are all upward trend on the measured object. The
measured object can be sales of a commodity or something else.
Then if each vendor holds such a record describing trend on sales of a
commodity, for example, vendor 1 has T1=(Up, Up, Up, Up), vendor 2 has
T2=(Up, Down, Up, Down), vendor 3 has T3=(Down, Up, Down, Up), there
is a motivation for each vendor to check whether on all time points
his trend is as the same as 2/3 (majority) vendors. In this example,
T1 has this property. From this, the vendors can find whether on the
successive time points their sales trend follows the majority of the
vendors.