beepbeep
New Member
Hello,
I'd really appreciate some help in understanding the best approach to calculating / applying weightings to a set of criteria in order to prioritise a list of records.
Let me give an example: identifying "who is most at risk" in set of households.
For each household record, there is a set of criteria (let's also suppose that some work has been undertaken to associate a level of risk to each) e.g.
1. lifestyle of household - (7 bands VH, H, AA, A, BA, L, VL)
2. distance from help - (4 bands VH, H, L, None)
3. known to external agency (Y / N)
4. 80+yrs of age? (Y / N)
5. had previous intervention (Y/N)
Each household can have any permutation of the above criteria, so I end up with:
Address1,VH,L,N,Y,Y
Address2,L,VL,Y,N,Y
Address3,H,H,N,Y,N etc.
What I'd like to be able to do is understand how I can weight these criteria in a sound, logical way, to identify which combinations are the most risky
i.e which is riskier - a household with a "very high risk" lifestyle but distance from help is "low risk", or a household with "high risk" lifestyle but distance from help is "high risk"
Is there a mathematical way for identifying how much weighting should be applied? I can then append this info to the end of each record.
Hope that makes sense! Very much look forward to hearing back! Thanks in advance.
I'd really appreciate some help in understanding the best approach to calculating / applying weightings to a set of criteria in order to prioritise a list of records.
Let me give an example: identifying "who is most at risk" in set of households.
For each household record, there is a set of criteria (let's also suppose that some work has been undertaken to associate a level of risk to each) e.g.
1. lifestyle of household - (7 bands VH, H, AA, A, BA, L, VL)
2. distance from help - (4 bands VH, H, L, None)
3. known to external agency (Y / N)
4. 80+yrs of age? (Y / N)
5. had previous intervention (Y/N)
Each household can have any permutation of the above criteria, so I end up with:
Address1,VH,L,N,Y,Y
Address2,L,VL,Y,N,Y
Address3,H,H,N,Y,N etc.
What I'd like to be able to do is understand how I can weight these criteria in a sound, logical way, to identify which combinations are the most risky
i.e which is riskier - a household with a "very high risk" lifestyle but distance from help is "low risk", or a household with "high risk" lifestyle but distance from help is "high risk"
Is there a mathematical way for identifying how much weighting should be applied? I can then append this info to the end of each record.
Hope that makes sense! Very much look forward to hearing back! Thanks in advance.