X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2Finnovations.h;h=a020f876c5c95171c10a7e531feddc0e0c5c977e;hb=4dc2ebcfd1a113b25f6997ff3b66fa52ac41158b;hp=94289eaaab234de0959c07e26d13a63545c58cca;hpb=51904989d9954e92740e99966986bc1eed42de64;p=pspp-builds.git diff --git a/src/math/ts/innovations.h b/src/math/ts/innovations.h index 94289eaa..a020f876 100644 --- a/src/math/ts/innovations.h +++ b/src/math/ts/innovations.h @@ -1,5 +1,5 @@ /* - src/math/time-series/arma/innovations.h + src/math/ts/innovations.h Copyright (C) 2006 Free Software Foundation, Inc. Written by Jason H. Stover. @@ -36,10 +36,10 @@ struct innovations_estimate double mean; double variance; double *cov; + double *scale; double n_obs; double max_lag; coefficient **coeff; }; -struct innovations_estimate ** pspp_innovations (const struct variable **, size_t *, - size_t, const struct casefile *); +struct innovations_estimate ** pspp_innovations (const gsl_matrix *, size_t); #endif