X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2Finnovations.h;h=3432a3be1eaad2641b9c3bd50f1d00bbd577422e;hb=732b6a86124e89e24d685ed785d2df55728eb01b;hp=d6ec1ce42c3e8e7dc533f7cc1be68b4d7719423b;hpb=bd9396a24e862f444e1d3199f3a9dfd0d65daceb;p=pspp-builds.git diff --git a/src/math/ts/innovations.h b/src/math/ts/innovations.h index d6ec1ce4..3432a3be 100644 --- a/src/math/ts/innovations.h +++ b/src/math/ts/innovations.h @@ -36,7 +36,6 @@ struct innovations_estimate { const struct variable *variable; double mean; - double variance; double *cov; double *scale; double n_obs;