Fix ROC behaviour in the presence of missing values.
[pspp-builds.git] / src / language / stats / roc.c
2009-07-17 John DarringtonFix ROC behaviour in the presence of missing values.
2009-07-15 John DarringtonNew function prepare_cutpoints
2009-06-25 John DarringtonFix bugs when input data is repeated
2009-06-24 John DarringtonAdded second ROC test
2009-06-15 John DarringtonAdd new functions to define subcase orderings.
2009-06-13 John DarringtonAdded code to plot the ROC curve
2009-06-11 John DarringtonAdded code to generate the ROC cutpoint tables.
2009-06-10 John DarringtonFix bug when positive and negative groups are of differ...
2009-06-10 John DarringtonAdd framework for ROC summary table
2009-06-10 John DarringtonUse the requested method for calculating the ROC AUC...
2009-06-10 John DarringtonAdded basic calculation and display of area under the...
2009-06-10 John DarringtonAdded stub for ROC computation
2009-06-09 John DarringtonAdded parser for the ROC command.