readme

来自「A Perl module implementing receiver-oper」· 代码 · 共 55 行

TXT
55
字号
Statistics-ROC version 0.04===========================ROC.pm - A Perl module implementing receiver-operator-characteristic (ROC)           curves with nonparametric confidence bounds  This code implements a method for constructing nonparametric confidence  for ROC curves described in             R.A. Hilgers, Distribution-Free Confidence Bounds for ROC Curves,         Meth Inform Med 1991; 30:96-101  Additionally some auxilliary functions were ported (and corrected) from   Fortran (Applied Statistics, ACM).    A graphical userinterface for drawing and printing these ROC curves is   supplied with the module (roc_ui.pl).  Start with:	perl roc_ui.pl  For a user interface test load "ss_7pkt.dat".  The module has not changed (apart from the email address update) in comparison to previous versions. The user interface has though (works now with Tk804). INSTALLATIONTo install this module type the following:   perl Makefile.PL   make   make test   make installDEPENDENCIESThe user interface requires these other modules and libraries:  Tk  Tk::DialogBoxCOPYRIGHT AND LICENCECopyright (C) 2007 by Hans A. KestlerBugs, comments, suggestions to:               Hans A. Kestler <hans.kestler@uni-ulm.de>                              <h.kestler@ieee.org>This library is free software; you can redistribute it and/or modifyit under the same terms as Perl itself, either Perl version 5.8.8 or,at your option, any later version of Perl 5 you may have available.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?