gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2715-g956dca5
Date: Sun, 1 Apr 2018 01:54:18 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The branch, movstat has been updated
       via  956dca57b85b96c42dc69873fb788c8441665813 (commit)
      from  7640a1a425ec0b6e23aa1db3c6778662a3dcf47b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 956dca57b85b96c42dc69873fb788c8441665813
Author: Patrick Alken <address@hidden>
Date:   Sat Mar 31 23:54:02 2018 -0600

    added gsl_movstat_variance() and gsl_movstat_sd() + docs + tests

-----------------------------------------------------------------------

Summary of changes:
 doc/examples/movstat2.c              |   2 +-
 doc/movstat.rst                      |  29 ++++-
 movstat/Makefile.am                  |   2 +-
 movstat/gsl_movstat.h                |   2 +
 movstat/{movmean.c => movvariance.c} |  29 ++++-
 movstat/mvacc.c                      |  37 +++++-
 movstat/test.c                       |   8 +-
 movstat/test_mean.c                  |   5 +-
 movstat/test_variance.c              | 241 +++++++++++++++++++++++++++++++++++
 9 files changed, 337 insertions(+), 18 deletions(-)
 copy movstat/{movmean.c => movvariance.c} (61%)
 create mode 100644 movstat/test_variance.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]