X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2Flinreg.h;h=2852dd77829ad69f6b53aa993c4386dfd57c1bea;hb=f4ac26fb5880f9aeba2c7303d0e687b183bc3da1;hp=63f980b1876569b27dd65b840be9abd1cf56946e;hpb=eb2feeb50b874b2643004e1b65011b662f2f469f;p=pspp-builds.git diff --git a/src/math/linreg/linreg.h b/src/math/linreg/linreg.h index 63f980b1..2852dd77 100644 --- a/src/math/linreg/linreg.h +++ b/src/math/linreg/linreg.h @@ -28,7 +28,7 @@ struct variable ; struct pspp_linreg_coeff; - +union value; enum { @@ -178,5 +178,7 @@ int pspp_linreg (const gsl_vector * Y, const gsl_matrix * X, const pspp_linreg_opts * opts, pspp_linreg_cache * cache); - +double +pspp_linreg_predict (const struct variable *, const union value *, + const pspp_linreg_cache *, int); #endif