Re: Optimal seperability of distribution
- From: "Greg" <heath@xxxxxxxxxxxxxxxx>
- Date: 13 Jan 2006 07:23:24 -0800
newsgroupie2003@xxxxxxxx wrote:
> Hi,
> I have the following problem that I am not sure how to best go about.
> I have 2 populations (healthy and ill) and I then have a choice of
> different measurement methods to try and seperate them. The measurement
> is univariate.
> What is the best way of characterizing the separability between the
> healthy and sick populations?
There is no, apriori, best way. You have to decide, given prior
probabilities of the two distributions and misclassification costs
what you want to optimize.
A classical measure of performance is misclassification risk. One
form for c mutually exclusive classes is
R = sum(i = 1,2,..c){ R(i|x) },
R(i|x) = sum(j=1,c){ Cij * P(j|x) },
where
R(i|x) The conditional risk of choosing class i given the
measurement x
Cij The cost of choosing class i when the true class is j
P(j|x) The conditional probability that the true class is j
given the measurement x (which depends on the
prior probability, Pj).
Often, the true values of Pj and Cij are not known and have
to be guesstimated.
When the classes are unbalanced in number and in importance
(e.g., P1 >> P2 but C12 >> C21) it can be dangerous to ignore
the priors and costs.
> I was thinking of ROC curves summarized by the integral of the ROC
> curve, but i guess the problem is quite general in the sense that what
> is needed is measure of how well the 2 distributions are seperated.
> Any input appreciated!
Measuring how much the probability density functions p(x|1) and
p(x|2) are separated doesn't mean much when the products
P1*p(x|1) and P2*(p(x|2) determine the optimal decisions.
Hope this helps.
Greg
.
- Follow-Ups:
- Re: Optimal seperability of distribution
- From: Greg Heath
- Re: Optimal seperability of distribution
- References:
- Optimal seperability of distribution
- From: newsgroupie2003
- Optimal seperability of distribution
- Prev by Date: ROC curve comparison
- Next by Date: quasi-random numbers in monte carlo integration
- Previous by thread: Re: Optimal seperability of distribution
- Next by thread: Re: Optimal seperability of distribution
- Index(es):
Relevant Pages
|