center the data before computing the coefficients; remove variance member of innovati...
[pspp-builds.git] / src / math / ts / innovations.h
index d6ec1ce42c3e8e7dc533f7cc1be68b4d7719423b..3432a3be1eaad2641b9c3bd50f1d00bbd577422e 100644 (file)
@@ -36,7 +36,6 @@ struct innovations_estimate
 {
   const struct variable *variable;
   double mean;
-  double variance;
   double *cov;
   double *scale;
   double n_obs;