X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=2fa009f90aa8b2a6465a0435adc356ac2e6d018b;hb=5289fbc7d0f9896033f172844e84364aa3f27066;hp=7db51f73b223fbcf7ade345afec06c45b5687fb9;hpb=57250685f977998fbfcb495f53e61c64026fe43e;p=pspp diff --git a/src/math/np.h b/src/math/np.h index 7db51f73b2..2fa009f90a 100644 --- a/src/math/np.h +++ b/src/math/np.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 order_stats * np_create (const struct moments1 *); +struct np * np_create (double n, double mean, double var); #endif