Differences between revisions 2 and 3
Revision 2 as of 2007-01-26 12:25:45
Size: 393
Editor: 211
Comment:
Revision 3 as of 2007-01-29 07:48:37
Size: 437
Editor: 211
Comment:
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