Fix bug 25677
[pspp-builds.git] / src / math / linreg.h
index 05c8159630d8aa8da3467148a72e6d7a2da95218..3b19e53a260ff5aa740d69e130200b9e43ac055c 100644 (file)
@@ -214,4 +214,5 @@ void pspp_linreg_set_indep_variable_sd (pspp_linreg_cache *, const struct variab
  */
 double pspp_linreg_get_indep_variable_mean (pspp_linreg_cache *, const struct variable *);
 void pspp_linreg_set_indep_variable_mean (pspp_linreg_cache *, const struct variable *, double);
+double pspp_linreg_mse (const pspp_linreg_cache *);
 #endif