X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=2fa009f90aa8b2a6465a0435adc356ac2e6d018b;hb=3cd815e68ee953c32bcc8810d2fee27085ab8e21;hp=b5265bd41f72c57d5b895a578a428971957fb61a;hpb=7c08a6e1009cf60847e770a77a73c650e9326379;p=pspp diff --git a/src/math/np.h b/src/math/np.h index b5265bd41f..2fa009f90a 100644 --- a/src/math/np.h +++ b/src/math/np.h @@ -19,7 +19,6 @@ #include "order-stats.h" -struct moments1; struct casewriter; enum @@ -38,7 +37,6 @@ struct np double mean; double stddev; - double prev_cc; double ns_min; @@ -54,6 +52,6 @@ struct np }; -struct np * np_create (const struct moments1 *); +struct np * np_create (double n, double mean, double var); #endif