X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Froc.at;h=3ac61d01f951f97e5791812a13ebd808c4515f4d;hb=7eeaa43ea2e8043113079cdcfee2dbfb4ac886ac;hp=1eacaacef0f0a87c46c8272c4ecb9c70b46a024c;hpb=facb4a1ad3c9e8b2cdf55824680eed2afb91aebe;p=pspp diff --git a/tests/language/stats/roc.at b/tests/language/stats/roc.at index 1eacaacef0..3ac61d01f9 100644 --- a/tests/language/stats/roc.at +++ b/tests/language/stats/roc.at @@ -46,14 +46,14 @@ roc x by a (1) AT_CHECK([pspp -o pspp.csv roc.sps]) AT_CHECK([cat pspp.csv], [0], [dnl Table: Case Summary -,Valid N (listwise), -a,Unweighted,Weighted +a,Valid N (listwise), +,Unweighted,Weighted Positive,5,50.000 Negative,5,50.000 Table: Area Under the Curve -,Area,Std. Error,Asymptotic Sig.,Asymp. 99% Confidence Interval, -Variable under test,,,,Lower Bound,Upper Bound +Variable under test,Area,Std. Error,Asymptotic Sig.,Asymp. 99% Confidence Interval, +,,,,Lower Bound,Upper Bound x,.910,.030,.000,.839,.981 Table: Coordinates of the Curve @@ -97,14 +97,14 @@ roc x y by a (1) AT_CHECK([pspp -o pspp.csv roc.sps]) AT_CHECK([cat pspp.csv], [0], [dnl Table: Case Summary -,Valid N (listwise), -a,Unweighted,Weighted +a,Valid N (listwise), +,Unweighted,Weighted Positive,5,50.000 Negative,5,50.000 Table: Area Under the Curve -,Area,Std. Error,Asymptotic Sig.,Asymp. 95% Confidence Interval, -Variable under test,,,,Lower Bound,Upper Bound +Variable under test,Area,Std. Error,Asymptotic Sig.,Asymp. 95% Confidence Interval, +,,,,Lower Bound,Upper Bound x,.910,.030,.000,.860,.960 y,.697,.052,.001,.611,.783 @@ -169,14 +169,14 @@ roc x by a (1) AT_CHECK([pspp -o pspp.csv -o pspp.txt roc.sps]) AT_CHECK([cat pspp.csv], [0], [dnl Table: Case Summary -,Valid N (listwise), -a,Unweighted,Weighted +a,Valid N (listwise), +,Unweighted,Weighted Positive,14,14.000 Negative,14,14.000 Table: Area Under the Curve -,Area,Std. Error,Asymptotic Sig.,Asymp. 95% Confidence Interval, -Variable under test,,,,Lower Bound,Upper Bound +Variable under test,Area,Std. Error,Asymptotic Sig.,Asymp. 95% Confidence Interval, +,,,,Lower Bound,Upper Bound x,.490,.111,.927,.307,.673 ]) AT_CLEANUP