X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.h;h=05c8159630d8aa8da3467148a72e6d7a2da95218;hb=aab828a13b340ac7f3302e3a009274ed49d43ef1;hp=ff37a84fe815931962aaa9ff46add55e0a394353;hpb=73f67789df91a09ee91976434fb15c2ee1fb5e78;p=pspp-builds.git diff --git a/src/math/linreg.h b/src/math/linreg.h index ff37a84f..05c81596 100644 --- a/src/math/linreg.h +++ b/src/math/linreg.h @@ -96,8 +96,7 @@ struct pspp_linreg_cache_struct coefficient here. */ /* - The variable struct is ignored during estimation. It is here so - the calling procedure can find the variable used in the model. + Pointer to the dependent variable. */ const struct variable *depvar; @@ -200,7 +199,7 @@ pspp_linreg_residual (const struct variable **, const union value **, */ int pspp_linreg_get_vars (const void *, const struct variable **); -const struct pspp_coeff *pspp_linreg_get_coeff (const pspp_linreg_cache +struct pspp_coeff *pspp_linreg_get_coeff (const pspp_linreg_cache *, const struct variable *,