renamed pspp_linreg_coeff to pspp_coeff
[pspp-builds.git] / src / math / linreg / linreg.h
index f66f878f8ebfe44e169f07f9523a3e5006ff124c..c5f5ef10ba24e944e91f548b37bf01621a85358a 100644 (file)
@@ -26,7 +26,7 @@
 #include <gsl/gsl_matrix.h>
 
 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.