EP1145091A2 - Method for constructing an updateable database of subject behavior patterns - Google Patents
Method for constructing an updateable database of subject behavior patternsInfo
- Publication number
- EP1145091A2 EP1145091A2 EP00938026A EP00938026A EP1145091A2 EP 1145091 A2 EP1145091 A2 EP 1145091A2 EP 00938026 A EP00938026 A EP 00938026A EP 00938026 A EP00938026 A EP 00938026A EP 1145091 A2 EP1145091 A2 EP 1145091A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- variable
- profile
- variables
- index
- transactions
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/08—Insurance
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
Definitions
- the invention relates to methods for storing and updating descriptions of customer behavior in databases of information relating to customer transactions.
- a company that conducts many business transactions with individual customers will often find it advantageous to maintain customer profiles that describe the current transactional behavior of some or all individual customers. Such profiles are advantageously updated each time a customer conducts a transaction.
- a telephone service provider might profile its customers on the basis of variables such as day-of-week, time-of-day and duration of calls, call origin and destination, and the like.
- a customer profile is useful, e.g., for fraud detection. That is, if a call made by a purported customer diverges markedly from that customer's profile, it is reasonable to suspect that the caller is fraudulently impersonating the purported customer.
- the amount of data allocated for each customer i.e., the profile length
- computers can generally process fixed-length profiles faster and more efficiently than they can process variable- length profiles.
- a limitation to fixed-length profiles makes it even more difficult to select an appropriate amount of information for storage.
- a typical profile is a collection of histograms, also referred to herein as "profile components," in each of which a relative frequency of transactions is plotted for each of a plurality of intervals, or bins, along an axis.
- Measured along the axis is a variable such as time or cost.
- a time axis might represent, e.g., time of occurrence of a telephone call, call duration, or interval between calls.
- the variable measured along the axis may be continuous, such as time, or it may be discrete, such as geographical zone (which takes on discrete values such as international and domestic).
- a further challenge confronting the practitioner is to choose the appropriate level of resolution along the measurement axis; that is, the appropriate widths of the bins.
- this is a problem whenever the variable ! a; continuous values or values that fall on many levels.
- Such variables include the time-based measurements listed above.
- a pair of gross counts of weekday calls and weekend calls, respectively might have a relatively large amount of power for discriminating between customers. If that were so, there would be relatively little need to count calls on a daily, much less an hourly, basis. In such a case, choosing coarse rather than fine temporal resolution would be advantageous because such a choice would leave storage space available for a further variable having potentially high discriminating power.
- customer profiles include histograms of a limited number of profile variables which are typically predetermined. For example, one profile variable might be time- of-day, and a corresponding histogram would represent a relative frequency of the number of calls in each of a plurality of bins, each bin representing a range of times on a 24-hour clock.
- histograms of the profile variables generally have more discriminating power when they are conditioned on other, subsidiary variables which we denominate stratification variables. For example, we might maintain separate time-of-day histograms for domestic calls and for international calls, respectively.
- our invention in one aspect involves a method for updating a customer profile in which a new transaction is classified in terms of one or more profile variables. For each of one or more profile variables, data relating to the new transaction are used to update at least one histogram that is conditioned on at least one further, stratification variable.
- the stratification variables are selected to provide at least some discriminating power when applied to most customers, and moreover to provide relatively high discriminating power when applied to at least some customers.
- At least one profile variable will be stratified, there may also be one or more profile variables that are not conditioned on any stratification variable.
- the discriminating power of customer profiles can often be improved by optimizing the bins over which the histograms of profile variables are defined. For example, it might be advantageous in some cases to compile a time-of-day histogram that uses hourly data, but contains bins that span variable numbers of hours.
- the start time and end time of each bin are adjusted to optimize some figure of merit for the histogram when the histogram is based on a body of training data drawn from representative transactions, here referred to as priming data.
- the start time and end time are an example of bin cutpoints.
- the invention in one aspect involves a method for updating a customer histogram in which a new transaction is assigned to a bin whose cutpoints are established by such a mathematical procedure. More specifically, our mathematical procedure seeks to maximize an average weighted Kullback-Liebler distance between the histograms of a general population of customers and the histograms of a target population of customers.
- the invention involves such a method for assigning an initial profile to a new customer.
- FIG. 1 is a broadly conceptual block diagram illustrating the construction of a data base according to the invention in one embodiment.
- FIG. 2 is an illustrative example comparing a histogram having equal-width bins to a histogram of the same variable having variable-width bins.
- FIG. 3 is a set of histograms illustrating the effect of stratification on the relative frequency distribution of a profile variable.
- FIG. 4 is a flowchart of a procedure for selecting stratification variables according to the invention in one embodiment.
- FIG. 4 is an expansion of block 20 of FIG. 1.
- FIG. 5 is a block diagram of an exemplary procedure for applying an acceptance criterion to stratification variables that requires, for each such variable to be accepted, that it have some evidence of discriminating power when applied to a majority of the customers, and strong evidence of discriminating power for at least some customers.
- FIG. 6 is a flowchart of a procedure for choosing index variables according to the invention in one embodiment.
- FIG. 1 illustrates three stages in the construction of a database according to the invention in an exemplary embodiment.
- optimal cutpoints are established for the histograms of the profile variables.
- this stage is informed by a set of priming data, i.e., the records of all transactions for a large set of customers during a given period of time.
- Each record contains values for a set of variables that characterize the transaction.
- records of wireless calls will typically include values of the date and time of the start of the call, values of flags indicating whether the call was incoming or outgoing and whether it was local or roaming, the value of the call duration, and values for the calling and called numbers.
- the variables that characterize the transaction may themselves include profile variables. Other profile variables may be derived from the directly measured variables that characterize the transaction. In FIG. 1, it is assumed that the identities of the profile variables are determined in advance and are provided to block 10.
- the operation to be performed within block 10 might then determine, e.g., that the three bins shall be Saturday + Sunday, Monday through Thursday, and Friday, respectively.
- the same number of bins is used for each customer.
- block 10 is informed by a body of priming data representing a general population of customers, typically a representative group of established customers having transaction histories. As also shown in the figure, block 10 is optionally informed by a further body of priming data representing a specific target population of customers.
- the target population may be a population of fraudulent customers such as telephone callers known to have misused a third party's account.
- target groups such as fraudulent callers
- the target group itself small, but the number of records for each customer in the target group may also be small.
- a set of stratification variables is selected from a longer list of candidate stratification variables.
- profile variables such as time-of-day might by itself only weakly discriminate between customers, but different groups of customers might have distinctly different time-of-day histograms when those histograms are limited to domestic only calls or to international only calls.
- the binary-valued variable geographical zone is effective as a stratification variable for the profile variable time-of-day, and the two corresponding strata (for the time-of-day profile variable) are domestic and international.
- the symbol s refers to a particular value of the stratification variable, i.e., to a particular stratum. In the above example, s takes on one of two possible values for the geographical zone variable; i.e., one of the values domestic and international.
- stratification variables are selected from the candidate list on the basis of discriminating power.
- discriminating power is measured against three thresholds, denominated in the figure as T in( n v , T5 , and respectively.
- the threshold T ⁇ nd i V is used to select stratification variables that have discriminating power when applied to the profile variables of individual customers.
- a stratification variable has discriminating power in this regard if conditioning the profile variable on the respective strata results in respective conditional histograms that differ distinctly from each other.
- the threshold Tso is used to select stratification variables that have at least some discriminating power for, e.g., at least 50% of the customers in the priming set.
- T ⁇ is used, for example, to further limit the surviving variables to those that have still greater discriminating power for, e.g., at least 10% of the customers in the priming set.
- the cutoffs are described as lying at 50% and 10% of the population for illustrative purposes only; T 50 and J ⁇ 10 can in fact be applied with reference to any desired major and minor fractions of the population.
- one result of block 20 is a vector S of stratification variables for each profile variable X that is stratified.
- Each vector S consists of one or more individual stratification variables S. Different stratification variables may be used for each profile variable. However, once a stratification, i.e., a pair (X, S), has been determined, it is applied to every customer.
- Each vector stratum s contains a value for each of the stratification variables that make up vector S.
- (X, S) might be [time-of-day, (geographic zone, weekdaylweekend)].
- the possible values for s would be (domestic, weekday), (domestic, weekend), (international, weekday), and (international, weekend).
- Each of these possible values represents a distinct vector stratum for the profile variable time-of-day.
- a set of index variables Z is selected from a longer list of candidate index variables.
- index variables are to derive an index vector z from a new customer's first few transactions, and on the basis of z, to retrieve a stored representative profile component to be included in the new customer's initial profile.
- a profile of a customer is a record derived from that customer's historical transactions, comprising a histogram for each vector stratum (X, s).
- the operations contained within block 30 result in the selection of a vector Z of index variables having relatively high predictive power among priming records occupying a given vector stratum.
- a pair of thresholds T cov and T use are used in this selection process.
- a vector Z is selected for each vector stratum (X, s).
- An illustrative example of Z, based on a customer's first two telephone calls, is (geographical zone, direction).
- the possible levels z of Z are: (0, 0), (0, 1), (0, 2), (1, 0), (1, 1), (1, 2), (2, 0), (2, 1), and (2, 2), wherein the first component refers to the number of calls (among the customer's first two calls) that are domestic rather than international, and the second component refers to the number of calls that are ingoing rather than outgoing.
- an X-histogram is obtained that is jointly conditioned on s and z. That jointly conditional histogram becomes part of the representative profile for a new customer whose first few transactions are described by the index vector z.
- a complete representative profile would contain a respective such conditional histogram for each of the vector strata (X, s).
- FIG. 2 shows the distribution of a variable X over 24 equally wide bins, and over seven bins having variable width.
- the raw data about variable X are provided in 24 bins, but only seven bins are allocated for the histogram.
- the problem to be solved in block 10 of FIG. 1 is to define the cutpoints of the K bins. If X has discrete values, this task involves grouping values of X into K bins. If X is continuously valued, then it is natural to think of the bins as intervals with cutpoints d 0 ⁇ d l ⁇ ... ⁇ d ⁇ , where d is the smallest value of X that can be observed (typically 0 for non-negative continuous variables) and d is the largest possible value (possibly infinite). Here the task is to choose d ,...d ⁇ _ ⁇ .
- the quantity IE defined by the formula
- the K bins for X are advantageously chosen to maximize the figure of merit IE.
- the cutpoints should be set in such a way that, on average, the binned profile variable for a "typical" customer is as far as possible from the average binned profile variable for the target group, given the specified number of bins.
- the variables p i k define a distribution for each individual customer in the general population, it may not be feasible to similarly define a distribution for each individual customer in the target population.
- the new figure of merit KL depends, in part, upon the quantity log- ⁇ -, which is
- the figure of merit KL is defined by the formula
- w is a parameter continuously adjustable from 0 to 1.
- KL measures the ability to identify members of the target group.
- KL measures the ability to avoid misclassifying a customer who does not belong to the target group.
- KL is an averaged, weighted, and symmetrized Kullback-Liebler distance from the binned distribution of customer / to the binned target distribution, wherein the average is taken over all customers i.
- cutpoints d v ...,d k _ l that maximize KL are found by exhaustive search when feasible; i.e., when the original variable X has only several possible values. If exhaustive search is not feasible, then we limit the amount of searching by specifying minimum widths for the K final bins. For example, let X represent call duration, which is measured to the nearest second. Then to limit the amount of searching required it would be advantageous, e.g., to force all bins to be at least two minutes long and to search for endpoints at time values equal to whole numbers of minutes rather than seconds.
- Stratification of a profile variable For each profile variable, there is a list of candidate stratification variables. Different profile variables may have different stratification variables. The goal of block 20 of FIG. 1 is to create strata for each profile variable so that transactions that fall in the same stratum are similar on that profile variable, whereas transactions that fall in different strata are dissimilar.
- panel 40 of FIG. 3 shows an unstratified relative frequency distribution of duration for all calls for one customer of wireless telephone service.
- Panels 41-44 of the same figure show the relative frequency distributions of duration for the same customer, stratified into the groups defined by the four possible combinations of "service provider", which has levels local and roaming, and "direction,” which has levels incoming and outgoing. For this customer, stratifying call durations by provider and direction would be useful. If the relative frequency distributions in the four strata had been similar, then stratifying duration would waste space because the same information would be stored four times. It is advantageous to choose stratification variables that are important for a majority of customers, because in any event the same stratification variables will be used for all customers.
- FIG. 4 is a flowchart of some of the operations to be performed within block 20 of FIG. 1. These operations result in the computation of a figure of merit p for a candidate stratification variable S and a particular customer i.
- the operations of FIG. 4 are repeated for each customer i. Initially, the operations of FIG. 4 are also repeated for each individual stratification variable S. However, as will be explained below, subsequent computations of p will be performed for stratification vectors S.
- a particular customer i, profile variable X, and stratification variable S are identified.
- Variable X has K distinct levels (i.e., "bins") numbered 1, . . .
- a matrix a is constructed from the priming data.
- the matrix a has M columns, each corresponding to a respective level of stratification variable S.
- Each column of a is a histogram of X, conditioned on the corresponding stratum.
- the number of rows of a is equal to the number
- K of bins of variable X The element a k m of matrix a is the number of transactions for which X falls in its fc'th bin and S falls in its m'th level.
- a (K+l, M+l) element n is advantageously added to represent the total number of transactions in the priming data for customer
- the frequency table has the following form:
- a standard ⁇ 1 (chi-squared) test statistic can be computed for the frequency table for customer i to test whether the stratification variable S has discriminating power when applied to profile variable X for customer i.
- the chi-squared test is useful, provided the expected counts are not too small.
- a typical minimum count is five. However, less conservative thresholds may also be advantageously imposed. Accordingly, we define a variable threshold T mbv .
- Blocks 65-110 of FIG. 4 describe a procedure for combining entries of the frequency table so that if possible, initially small expected counts will be brought up to or above the threshold.
- any row whose row sum r k is zero and any column whose column sum c m is zero is removed.
- an expected table is constructed.
- the expected table has K rows and M columns.
- the (k, m) entry E k m of the table is -*-__ . , i.e., the product of the &'th row sum and n the m'th column sum, normalized to the total transaction count n. Then, as indicated at block 75, the least expected table entry E k , m , is identified.
- E k . m ⁇ s at least T ⁇ nd ⁇ v .
- processing continues at block 125, to be described below. If E k . m .is less than T m ⁇ v and the corresponding row count is less than the corresponding column count, i.e., if r k . ⁇ c m ., then column processing takes place as shown at block 105 and the blocks that follow thereafter. However, if E k , m ⁇ s less than T ⁇ nd ⁇ v and the corresponding row count is at least the corresponding column count, then row processing takes place as shown at blocks 80-95 At block 80, the row counts of the rows just preceding and just following row fc'are compared.
- row k' is collapsed with row k' - l of matrix a, as shown at block 85.
- “collapsed” is meant that the two rows are deleted and a single row equal to their sum is substituted in their place. If r _, is greater than r k . +1 , row k' is collapsed with row k' + 1 of matrix a , as shown at block 90. If r k ._ is equal to r k . +l , row k' is collapsed with either row k' - 1 or row k' + l of matrix a , as shown at block 95. After the row processing of blocks 80-95, the expected table is recomputed from the revised matrix a, ⁇ indicated at block 100.
- column processing beginning at block 105, takes place if the least entry E k . m ,of the expected table is less than T m ⁇ v and the corresponding row count is less than the corresponding column count.
- the column counts of the columns just preceding and just following column m' are compared. If c m ._ is less than c m , +l , column m' is collapsed with column m'- l of matrix a, as shown at block 110. If c m ._ is greater than c m , +v column m' is collapsed with column m' + l of matrix a, as shown at block 115. If c m -_, is equal to c m .
- column m is collapsed with either column m' - 1 or column m' + 1 of matrix a , as shown at block 120.
- the expected table is recomputed from the revised matrix a, as indicated at block 100.
- Block 125 is a test to determine whether the final, collapsed version of the expected table has more than one row and more than one column. If the table has only one row or only one column, it is discarded and the procedure terminates for the current customer and stratum. In that case, no ⁇ 2 test statistic is calculated for the current customer and stratum.
- test statistic ⁇ 1 is computed according to the following formula:
- the figure of merit p is the probability that a chi-squared random variable with (K' - l) x (M'- l) degrees of freedom exceeds the computed value of the test statistic ⁇ 2 .
- p is computed from standard formulas and from the computed value of ⁇ 1 .
- any candidate stratification variable that is accepted will be applied to all customers, and not only to those for which it has a high p-value. Therefore, it is advantageous to accept only those candidate stratification variables that have discriminating power when applied to a majority of the customers in the priming set.
- the current stratification variable S is rejected, as indicated at block 160.
- p is less than a lower threshold 7 o for more than 10% of the customers in the priming set. A typical value of Tio is 0.01. If 10% or fewer customers have sub-threshold p-values, the current stratification variable S is rejected, as indicated at block 160. If the threshold tests of blocks 145 and 150 are both satisfied, the current stratification variable S is accepted. If no stratification variable is found that satisfies the threshold tests, the corresponding profile variable X is not stratified.
- the 50% and 10% population levels described here for application of the threshold tests are purely illustrative and can be changed to suit specific applications.
- the thresholds on p of 0.05 and 0.01 are purely illustrative and can also be changed to suit specific applications.
- a vector stratification variable S is then selected.
- An exemplary procedure for selecting a vector stratification variable begins by selecting one variable from an acceptable set defined as those candidate stratification variables deemed acceptable according to the procedure of FIG. 5.
- the selected variable is that member of the acceptable set having the "best" distribution of p-values, e.g. the largest fraction of customers for whom p is less than Tw. All non-selected variables return to the pool of candidate variables.
- a set of two- component vector stratification variables is then constructed by pairing the selected variable with each candidate variable in the pool. These two-tuples (S S 2 ) become the new candidate stratification variables for X.
- the procedures of FIGS. 2 and 3 are applied to the new candidate stratification variables, which are now vector variables.
- the vector stratification variable having the best distribution of p is then selected as the foundation for a new set of candidate stratification variables.
- the new variables are constructed by appending each remaining candidate variable in the pool to the selected foundation. This procedure is repeated until vector stratification variables of a desired size are achieved.
- a vector stratification variable typically has no more than three elements (S 1 ( S 2 ,S 3 ).
- the procedure may be terminated early, and the desired size of the vector variable reduced accordingly, if a distribution of p- values is returned that fails the threshold tests of FIG. 5.
- each stratum (X,S,s) for each profile variable X is indexed separately, without regard to the indexing for other strata of the same profile variable or the indexing for any strata of other profile variables.
- profile variable X has K bins.
- customer i has a histogram (also referred to here as a "profile component")
- p i (p i ⁇ ,---,p i ⁇ K ) for profile variable X conditioned on stratum s of stratification variable S.
- the candidate index variables need not be a subset of the profile and stratification variables, and they may be binned differently from the profile and stratification variables.
- day-of-week may have seven values as a profile variable, three binned values of weekday/Saturday/Sunday as a stratification variable, and only the two values weekday/weekend as an index variable.
- index variables it must be possible to assign values to the index variables at the time that the representative profile is to be assigned to the new customer.
- Our procedure for choosing index variables is sequential; that is, we construct a vector index variable Z by adding individual candidate index variables Z one at a time until the incremental benefit from adding any of the remaining candidates is insignificant. We will now describe our procedure with reference to FIG. 6.
- An initial, or in subsequent iterations a new, level; is selected, as indicated at block 185.
- the customers i for whom Z has level j will be referred to as the selected customers. The number of such customers will be denoted N .
- the average unconditional profile component p 0 (j ⁇ >••••> >, * ) * s computed for the stratum (Z, S, s) according to
- the average unconditional profile component p 0 is replaced by a profile component that is conditioned on selected levels j of the preceding candidate index variables (i.e., those that have survived block 290), but not of the current candidate index variable.
- a pair of bin distances b t k and b l 0 k is next computed for each selected customer i, as indicated at block 215.
- the bin distances are intermediate values for the computation of the effect of level j of the candidate index variable Z, as explained below.
- conditional profile component p will be a better match to a selected customer's profile component than will the unconditional profile component p 0 .
- the effect D measures the extent to which this is true. £> ⁇ is positive if p ; is closer to the customer's profile component than the average profile component p 0 , which does not depend on Z. The better a match p y is relative to p 0 , the more positive D, is.
- the average effect is a measure of how effective the current index level (Z,j) is for approximating the customer's profile component, when compared to the average profile component from the general priming population.
- the index level (Z,j) has significant power to explain or predict a given customer's transactional behavior only when D > 0 . Therefore, when a new customer is ready to be assigned a representative profile, it is useful to determine from, e.g., the new customer's first two transactions a set of levels z for the respective index variables Z that are available, and then to assign to that customer a stored representative profile that has been indexed by those levels z for which D > 0.
- the representative profile component assigned to the customer is advantageously conditioned on (Z, z).
- D. is negative or zero
- it is more advantageous to assign a representative profile component that is not conditioned on (Z, z) although of course it may be conditioned on other index variables for which D z is positive.
- blocks 235-265 describe a threshold procedure for provisionally accepting the candidate index variable Z.
- a threshold procedure for provisionally accepting the candidate index variable Z.
- Z is useful for indexing, i.e., whether it has predictive power, depends on its coverage, usefulness and average value.
- an index variable would have discriminating power when applied to all customers (i.e., it would have complete coverage) and would have a large effect when applied to all customers (i.e., it would have a large average value and complete usefulness).
- candidate index variables that apply to a large fraction of customers but have a small effect for each customer and candidate index variables that affect a small fraction of customers but have a larger effect for the customers that are affected.
- the best candidate index variable may be chosen as that Z for which the objective function
- the entire procedure of blocks 180-270 is repeated for each of the candidate index variables, thereby to accumulate, as indicated at block 285, a list of all candidate index variables that are provisionally accepted. Then, as indicated at block 290, the single provisionally accepted index variable that maximizes the objective function g(R,V) is selected for final acceptance.
- the procedure of blocks 180-290 is iterated for each given stratum (X, S, s) to construct a finally accepted vector index variable. The procedure will typically be iterated until a predetermined number of index variables have been finally accepted. However, the procedure may terminate after fewer than the predetermined number of index variables have been found, if, e.g., the threshold tests of blocks 255 and 260 show that further index variables will add insufficient discriminating power.
- each level j of the current index variable which is now a vector index variable, represents a selection from all of the possible ways to choose one level from each of the finally accepted index variables, plus one level from the current candidate index variable.
- no conditional distribution is conditioned on any level (Z,j) for which the average effect D ] is less than or equal to zero.
- the unconditional profile component p 0 of block 210 is replaced by a profile component conditioned on selected levels of all previous finally accepted index variables, but not conditioned on the current level (Z,j) of the current candidate index variable. Again, no profile component is conditioned on any level (Z, j) for which the average effect D y is less than or equal to zero.
- a final representative profile component is computed and stored for each stratum (X, S, s) and index level (Z, z).
- the final representative profile component corresponding to index variables Z for stratum (X, S, s) is computed as follows:
- D. is less than or equal to zero.
- Step (1) Significantly, the population over which the summation is carried out is conditioned only by individual index levels z for which the average effect D, is positive.
- p 0 is the current profile component for customer without the candidate index variable.
- the average effect of Z, coverage of Z, and average improvement of Z are then defined exactly as in the discrete case.
- the entire procedure for defining, stratifying, and indexing profile components is carried out as for continuous variables with little modification. It should be noted that the procedures for choosing stratification and index variables do not have to start from the null state of no variables. Instead, some variables can be forced to be included as stratification variables or index variables. For example, if the profile variable is duration, then it may be desirable to also include duration (with a possibly different set of bins or parameters) as an index variable. Additional index variables may then be chosen sequentially.
Landscapes
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Engineering & Computer Science (AREA)
- Development Economics (AREA)
- Economics (AREA)
- Marketing (AREA)
- Strategic Management (AREA)
- Technology Law (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Complex Calculations (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP07015068A EP1903494A1 (en) | 1999-06-01 | 2000-05-31 | Method for constructing an updateable database of subject behaviour patterns |
| EP07015069A EP1903495A1 (en) | 1999-06-01 | 2000-05-31 | Method for constructing an updateable database of subject behaviour patterns |
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13674699P | 1999-06-01 | 1999-06-01 | |
| US136746P | 1999-06-01 | ||
| PCT/US2000/015082 WO2000073877A2 (en) | 1999-06-01 | 2000-05-31 | Method for constructing an updateable database of subject behavior patterns |
Related Child Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP07015069A Division EP1903495A1 (en) | 1999-06-01 | 2000-05-31 | Method for constructing an updateable database of subject behaviour patterns |
| EP07015068A Division EP1903494A1 (en) | 1999-06-01 | 2000-05-31 | Method for constructing an updateable database of subject behaviour patterns |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP1145091A2 true EP1145091A2 (en) | 2001-10-17 |
Family
ID=22474190
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP00938026A Withdrawn EP1145091A2 (en) | 1999-06-01 | 2000-05-31 | Method for constructing an updateable database of subject behavior patterns |
Country Status (4)
| Country | Link |
|---|---|
| EP (1) | EP1145091A2 (en) |
| JP (1) | JP2003527651A (en) |
| CA (1) | CA2338795C (en) |
| WO (1) | WO2000073877A2 (en) |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0877010A (en) * | 1994-09-07 | 1996-03-22 | Hitachi Ltd | Data analysis method and device |
| JPH0934873A (en) * | 1995-07-21 | 1997-02-07 | Hitachi Ltd | Customer classification method and system |
| JPH09101984A (en) * | 1995-10-06 | 1997-04-15 | Hitachi Ltd | Customer segment method and system |
| CN1264479A (en) * | 1997-07-16 | 2000-08-23 | 保罗·迈克尔·奥康瑙尔 | Method and system for compiling demographic data |
| JPH1196132A (en) * | 1997-09-25 | 1999-04-09 | Fujitsu Ltd | Classification prediction device and storage medium storing computer program for the same |
| US6236978B1 (en) * | 1997-11-14 | 2001-05-22 | New York University | System and method for dynamic profiling of users in one-to-one applications |
-
2000
- 2000-05-31 WO PCT/US2000/015082 patent/WO2000073877A2/en not_active Ceased
- 2000-05-31 JP JP2001500931A patent/JP2003527651A/en active Pending
- 2000-05-31 CA CA2338795A patent/CA2338795C/en not_active Expired - Fee Related
- 2000-05-31 EP EP00938026A patent/EP1145091A2/en not_active Withdrawn
Non-Patent Citations (1)
| Title |
|---|
| See references of WO0073877A2 * |
Also Published As
| Publication number | Publication date |
|---|---|
| CA2338795A1 (en) | 2000-12-07 |
| WO2000073877A8 (en) | 2001-11-22 |
| CA2338795C (en) | 2011-09-13 |
| JP2003527651A (en) | 2003-09-16 |
| WO2000073877A2 (en) | 2000-12-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6904409B1 (en) | Method for constructing an updateable database of subject behavior patterns | |
| Miller et al. | The electoral cycle and the asymmetry of government and opposition popularity: an alternative model of the relationship between economic conditions and political popularity | |
| Waksberg | Sampling methods for random digit dialing | |
| US7184749B2 (en) | System and method for analyzing wireless communication data | |
| Greenbaum et al. | An evaluation of state enterprise zone policies | |
| Bakker et al. | Measuring fine-grained multidimensional integration using mobile phone metadata: the case of Syrian refugees in Turkey | |
| EP2652909B1 (en) | Method and system for carrying out predictive analysis relating to nodes of a communication network | |
| US20110288989A1 (en) | Time-efficient and deterministic adaptive score calibration techniques for maintaining a predefined score distribution | |
| EP2875623A1 (en) | Method and system for traffic estimation | |
| KR20240086144A (en) | Method of processing electricity consumption data and server implementing thereof | |
| Chernoff | Approaches in sequential design of experiments | |
| Howard et al. | How do labor shortages affect residential construction and housing affordability? | |
| Howard et al. | Cracking down, pricing up: Housing supply in the wake of mass deportation | |
| Friedland et al. | Finding tribes: identifying close-knit individuals from employment patterns | |
| CN112465638A (en) | Link tracking method for fund transaction split combination | |
| CA2338795C (en) | Method for constructing an updateable database of subject behavior patterns | |
| Bansal et al. | Covid-19, income shocks and female employment | |
| EP1903495A1 (en) | Method for constructing an updateable database of subject behaviour patterns | |
| Lambert et al. | Mining a stream of transactions for customer patterns | |
| US8050989B2 (en) | Methods, systems and computer code for finding outlier hyper cells in multidimensional hierachical data sets | |
| Moskowitz et al. | Multiattribute Bayesian acceptance sampling plans for screening and scrapping rejected lots | |
| Southall | Botha reformism, the Bantustan strategy and the marginalization of the South African periphery | |
| Bondonio | Evaluating the employment impact of business incentive programs in EU disadvantaged areas. A case from Northern Italy | |
| Otis et al. | Comparison of alternative designs for the Alaska migratory bird subsistence harvest survey | |
| CN118761808B (en) | Population prediction method, device, equipment and storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20010111 |
|
| AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE |
|
| AX | Request for extension of the european patent |
Free format text: AL;LT;LV;MK;RO;SI |
|
| XX | Miscellaneous (additional remarks) |
Free format text: DERZEIT SIND DIE WIPO-PUBLIKATIONSDATEN A3 NICHT VERFUEGBAR. |
|
| PUAK | Availability of information related to the publication of the international search report |
Free format text: ORIGINAL CODE: 0009015 |
|
| 17Q | First examination report despatched |
Effective date: 20011217 |
|
| AK | Designated contracting states |
Kind code of ref document: A3 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE |
|
| AX | Request for extension of the european patent |
Free format text: AL;LT;LV;MK;RO;SI |
|
| 17Q | First examination report despatched |
Effective date: 20011217 |
|
| RAP3 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: LUCENT TECHNOLOGIES INC. |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN |
|
| 18W | Application withdrawn |
Effective date: 20110211 |