X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fmath%2Flinreg%2Flinreg.h;h=c5f5ef10ba24e944e91f548b37bf01621a85358a;hp=f66f878f8ebfe44e169f07f9523a3e5006ff124c;hb=945fd370f9fb880b310fb88f868ad47c2ae84533;hpb=8266aff290c15d0bfc89f054582451070562c5f3 diff --git a/src/math/linreg/linreg.h b/src/math/linreg/linreg.h index f66f878f..c5f5ef10 100644 --- a/src/math/linreg/linreg.h +++ b/src/math/linreg/linreg.h @@ -26,7 +26,7 @@ #include struct variable; -struct pspp_linreg_coeff; +struct pspp_coeff; union value; enum @@ -107,7 +107,7 @@ struct pspp_linreg_cache_struct const struct variable *depvar; gsl_vector *residuals; - struct pspp_linreg_coeff **coeff; + struct pspp_coeff **coeff; int method; /* Method to use to estimate parameters. */ /* Means and standard deviations of the variables.