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-2704-g6f712c3
Date: Tue, 20 Mar 2018 13:12:52 -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  6f712c35c0c5970ada0ec45d782648bcfaa969f2 (commit)
      from  51bfb275a84457d7b99be444c5f12bc375282af2 (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 6f712c35c0c5970ada0ec45d782648bcfaa969f2
Author: Patrick Alken <address@hidden>
Date:   Tue Mar 20 11:12:35 2018 -0600

    add gaussian filter and moving S_n statistic

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

Summary of changes:
 doc/movstat.rst                        |   4 +-
 filter/Makefile.am                     |   2 +-
 filter/gaussian.c                      | 183 +++++++++++++++++++++++++++++++++
 filter/gsl_filter.h                    |  18 ++++
 filter/impulse.c                       | 104 ++++++++++++++++++-
 filter/test.c                          |   2 +
 filter/test_gaussian.c                 | 110 ++++++++++++++++++++
 movstat/Makefile.am                    |   2 +-
 movstat/gsl_movstat.h                  |   3 +
 movstat/movscaleSn.c                   | 121 ++++++++++++++++++++++
 movstat/test.c                         |   2 +
 cblas/test.c => movstat/test_scaleSn.c |  39 ++++---
 12 files changed, 571 insertions(+), 19 deletions(-)
 create mode 100644 filter/gaussian.c
 create mode 100644 filter/test_gaussian.c
 create mode 100644 movstat/movscaleSn.c
 copy cblas/test.c => movstat/test_scaleSn.c (56%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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