StatisticalMethods-0.0.0.1: Collection of useful statistical methods.

Statistics.PerformanceMetrics

Description

Common performance metrics which can be calculated using the confusion matrix.

Fawcett, ROC Graphs: Notes and Practical Considerations for Researchers, 2004, Kluwer Academic Publishers

Synopsis

Documentation

ppv :: ConfusionMatrix -> WrappedDoubleSource

positive predictive value

mcc :: ConfusionMatrix -> WrappedDoubleSource

mathews correlation coefficient