X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.h;h=f9d8c9b3f740abfc161ea7df2ecf20131985f700;hb=4aa2ac7ebf21370681326bb03182dac973f23a29;hp=53f47a611c71dd92b808379bb905370fc01bbdde;hpb=b02111c7f12e9b974d5b456ee2ce516a72673861;p=pspp-builds.git diff --git a/src/math/linreg.h b/src/math/linreg.h index 53f47a61..f9d8c9b3 100644 --- a/src/math/linreg.h +++ b/src/math/linreg.h @@ -222,4 +222,5 @@ void pspp_linreg_set_indep_variable_mean (pspp_linreg_cache *, const struct vari Regression using only the covariance matrix. */ void pspp_linreg_with_cov (const struct covariance_matrix *, pspp_linreg_cache *); +double pspp_linreg_mse (const pspp_linreg_cache *); #endif