X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcovariance.h;h=3d29dcea8b0193babed4238ef64a988b7fbb92a3;hb=56c42d61d46aea9d13dcf55e9e2252805282570b;hp=22e38e1ed7ae4370298442a02d476a2cc01fe4d3;hpb=e80304e52b4c7cb2e2924570f97c34c2f69f8aae;p=pspp-builds.git diff --git a/src/math/covariance.h b/src/math/covariance.h index 22e38e1e..3d29dcea 100644 --- a/src/math/covariance.h +++ b/src/math/covariance.h @@ -40,6 +40,7 @@ void covariance_accumulate_pass1 (struct covariance *, const struct ccase *); void covariance_accumulate_pass2 (struct covariance *, const struct ccase *); const gsl_matrix * covariance_calculate (struct covariance *cov); +const gsl_matrix * covariance_calculate_unnormalized (struct covariance *); void covariance_destroy (struct covariance *cov);