Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2007-01-26 12:25:45
Size: 393
Editor: 211
Comment:
Revision 5 as of 2011-08-03 11:00:46
Size: 449
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Sensitivity = TP / (TP + FN)
Specificity = TN / (TN + FP)
{{{#!latex
$$
Sensitivity = \frac{TP}{TP + FN} $$
}}}

{{{#!latex
$$
Specificity = \frac{TN}{TN + FP} $$
}}}

ProbabilisticModel 혹은 예측모듈, Computational methods가 제대로 동작하는가를 평가하는것.

Four classes

See also Type_I_and_type_II_errors

$$ Sensitivity = \frac{TP}{TP + FN} $$

$$ Specificity = \frac{TN}{TN + FP} $$

Receiver-operator characteristic: TP vs. FP


See also SignalDetectionTheory

MethodValidation (last edited 2011-08-03 11:00:46 by localhost)

web biohackers.net