From MAILER-DAEMON Sun Apr 01 00:27:12 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f2UaG-0002KH-8o for mharc-gsl-cvs@gnu.org; Sun, 01 Apr 2018 00:27:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2UaE-0002K2-JH for gsl-cvs@gnu.org; Sun, 01 Apr 2018 00:27:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2UaD-0006DB-IY for gsl-cvs@gnu.org; Sun, 01 Apr 2018 00:27:10 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:54396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2UaD-0006D5-El for gsl-cvs@gnu.org; Sun, 01 Apr 2018 00:27:09 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 2217220648; Sun, 1 Apr 2018 00:27:09 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: caca71c099013481779058811b88733b62f6ed0f X-Git-Newrev: 7640a1a425ec0b6e23aa1db3c6778662a3dcf47b Message-Id: <20180401042709.2217220648@vcs0.savannah.gnu.org> Date: Sun, 1 Apr 2018 00:27:08 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2714-g7640a1a X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2018 04:27:11 -0000 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 7640a1a425ec0b6e23aa1db3c6778662a3dcf47b (commit) from caca71c099013481779058811b88733b62f6ed0f (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 7640a1a425ec0b6e23aa1db3c6778662a3dcf47b Author: Patrick Alken Date: Sat Mar 31 22:26:44 2018 -0600 add gsl_movstat_mean + docs + tests ----------------------------------------------------------------------- Summary of changes: doc/movstat.rst | 16 +++++++- movstat/Makefile.am | 2 +- movstat/alloc.c | 2 + movstat/gsl_movstat.h | 1 + movstat/{movsum.c => movmean.c} | 14 +++---- movstat/movstat_common.c | 14 +++++-- movstat/{sumacc.c => mvacc.c} | 58 +++++++++++++++----------- movstat/ringbuf.c | 7 +++- movstat/test.c | 2 + movstat/{test_sum.c => test_mean.c} | 82 ++++++++++++++++++++----------------- movstat/test_sum.c | 15 +++++-- 11 files changed, 136 insertions(+), 77 deletions(-) copy movstat/{movsum.c => movmean.c} (75%) copy movstat/{sumacc.c => mvacc.c} (51%) copy movstat/{test_sum.c => test_mean.c} (51%) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Sun Apr 01 01:54:23 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f2Vwd-0006LJ-Ed for mharc-gsl-cvs@gnu.org; Sun, 01 Apr 2018 01:54:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2Vwb-0006Kw-Cw for gsl-cvs@gnu.org; Sun, 01 Apr 2018 01:54:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2Vwa-0002hL-H7 for gsl-cvs@gnu.org; Sun, 01 Apr 2018 01:54:21 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:54905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2Vwa-0002gk-D6 for gsl-cvs@gnu.org; Sun, 01 Apr 2018 01:54:20 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id D517720648; Sun, 1 Apr 2018 01:54:19 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 7640a1a425ec0b6e23aa1db3c6778662a3dcf47b X-Git-Newrev: 956dca57b85b96c42dc69873fb788c8441665813 Message-Id: <20180401055419.D517720648@vcs0.savannah.gnu.org> Date: Sun, 1 Apr 2018 01:54:18 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2715-g956dca5 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2018 05:54:22 -0000 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 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 From MAILER-DAEMON Sun Apr 01 02:05:52 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f2W7k-0001Tb-R6 for mharc-gsl-cvs@gnu.org; Sun, 01 Apr 2018 02:05:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2W7i-0001ST-Bw for gsl-cvs@gnu.org; Sun, 01 Apr 2018 02:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2W7h-0002wi-Ck for gsl-cvs@gnu.org; Sun, 01 Apr 2018 02:05:50 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:55020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2W7h-0002wW-9R for gsl-cvs@gnu.org; Sun, 01 Apr 2018 02:05:49 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 0E0582044F; Sun, 1 Apr 2018 02:05:49 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 956dca57b85b96c42dc69873fb788c8441665813 X-Git-Newrev: 440972454fd886c375de3dfbab0d60fbfd1505bd Message-Id: <20180401060549.0E0582044F@vcs0.savannah.gnu.org> Date: Sun, 1 Apr 2018 02:05:48 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2716-g4409724 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2018 06:05:51 -0000 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 440972454fd886c375de3dfbab0d60fbfd1505bd (commit) from 956dca57b85b96c42dc69873fb788c8441665813 (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 440972454fd886c375de3dfbab0d60fbfd1505bd Author: Patrick Alken Date: Sun Apr 1 00:05:35 2018 -0600 update movstat example program ----------------------------------------------------------------------- Summary of changes: doc/examples/movstat2.c | 8 +- doc/examples/movstat2.txt | 2000 ++++++++++++++++++++++----------------------- doc/images/movstat2.png | Bin 215029 -> 231986 bytes doc/movstat.rst | 9 +- doc/plots/plot_movstat.gp | 3 +- 5 files changed, 1013 insertions(+), 1007 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Mon Apr 02 01:38:40 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f2sAy-0002e2-B6 for mharc-gsl-cvs@gnu.org; Mon, 02 Apr 2018 01:38:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2sAv-0002dr-VT for gsl-cvs@gnu.org; Mon, 02 Apr 2018 01:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2sAv-0002BC-0D for gsl-cvs@gnu.org; Mon, 02 Apr 2018 01:38:37 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:39953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2sAu-0002B8-So for gsl-cvs@gnu.org; Mon, 02 Apr 2018 01:38:36 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 47FCD204F6; Mon, 2 Apr 2018 01:38:36 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 440972454fd886c375de3dfbab0d60fbfd1505bd X-Git-Newrev: 48aea3e43946d4ac7c98a42f692c6211d040efbe Message-Id: <20180402053836.47FCD204F6@vcs0.savannah.gnu.org> Date: Mon, 2 Apr 2018 01:38:35 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2717-g48aea3e X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2018 05:38:39 -0000 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 48aea3e43946d4ac7c98a42f692c6211d040efbe (commit) from 440972454fd886c375de3dfbab0d60fbfd1505bd (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 48aea3e43946d4ac7c98a42f692c6211d040efbe Author: Patrick Alken Date: Sun Apr 1 23:37:51 2018 -0600 new movstat example; fix mvacc_delete(); update medacc module to new format ----------------------------------------------------------------------- Summary of changes: doc/examples/Makefile.am | 6 +- doc/examples/movstat1.c | 52 +++++++++ doc/examples/movstat1.txt | 100 ++++++++++++++++ doc/images/movstat2.png | Bin 231986 -> 230512 bytes doc/movstat.rst | 50 +++++++- doc/plots/plot_movstat.gp | 21 +++- movstat/alloc.c | 12 +- movstat/gsl_movstat.h | 20 ---- movstat/medacc.c | 286 ++++++++++++++++++++++++---------------------- movstat/movmad.c | 2 + movstat/movmedian.c | 8 ++ movstat/movsum.c | 2 +- movstat/mvacc.c | 36 +++++- movstat/sumacc.c | 2 +- movstat/test.c | 6 +- movstat/test_median.c | 6 +- movstat/test_variance.c | 14 ++- 17 files changed, 430 insertions(+), 193 deletions(-) create mode 100644 doc/examples/movstat1.c create mode 100644 doc/examples/movstat1.txt hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Tue Apr 03 23:33:32 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f3ZAy-00080i-R3 for mharc-gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:33:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3ZAw-0007zs-4C for gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3ZAv-0003oi-7Z for gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:33:30 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:41132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3ZAv-0003oZ-3K for gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:33:29 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id A8AF82012F; Tue, 3 Apr 2018 23:33:28 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 48aea3e43946d4ac7c98a42f692c6211d040efbe X-Git-Newrev: 946a0b80799bcf162c503344d255c6a47001cc03 Message-Id: <20180404033328.A8AF82012F@vcs0.savannah.gnu.org> Date: Tue, 3 Apr 2018 23:33:28 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2718-g946a0b8 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 03:33:31 -0000 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 946a0b80799bcf162c503344d255c6a47001cc03 (commit) from 48aea3e43946d4ac7c98a42f692c6211d040efbe (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 946a0b80799bcf162c503344d255c6a47001cc03 Author: Patrick Alken Date: Tue Apr 3 21:33:02 2018 -0600 convert minmaxacc to mmacc and add mmacc_delete function ----------------------------------------------------------------------- Summary of changes: doc/movstat.rst | 80 ---------------- movstat/Makefile.am | 2 +- movstat/alloc.c | 12 +-- movstat/deque.c | 48 +++++++--- movstat/gsl_movstat.h | 28 +----- movstat/minmaxacc.c | 239 ----------------------------------------------- movstat/mmacc.c | 220 +++++++++++++++++++++++++++++++++++++++++++ movstat/movmean.c | 2 +- movstat/movminmax.c | 96 +++++++++++-------- movstat/movstat_common.c | 10 +- movstat/movvariance.c | 4 +- movstat/mvacc.c | 7 +- movstat/ringbuf.c | 32 +++++-- movstat/sumacc.c | 5 +- movstat/test.c | 6 +- movstat/test_mean.c | 44 +-------- movstat/test_medacc.c | 76 --------------- movstat/test_median.c | 53 ++--------- movstat/test_minmax.c | 152 +++++++++++++++++++++--------- movstat/test_minmaxacc.c | 78 ---------------- movstat/test_sum.c | 43 +-------- movstat/test_variance.c | 86 ++--------------- 22 files changed, 484 insertions(+), 839 deletions(-) delete mode 100644 movstat/minmaxacc.c create mode 100644 movstat/mmacc.c delete mode 100644 movstat/test_medacc.c delete mode 100644 movstat/test_minmaxacc.c hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Tue Apr 03 23:54:34 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f3ZVK-00051a-MR for mharc-gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:54:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3ZVJ-00051D-88 for gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:54:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3ZVI-0004My-EP for gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:54:33 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:41208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3ZVI-0004Mu-9u for gsl-cvs@gnu.org; Tue, 03 Apr 2018 23:54:32 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id D4DE1202C3; Tue, 3 Apr 2018 23:54:31 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 946a0b80799bcf162c503344d255c6a47001cc03 X-Git-Newrev: 3c19ed573256d4bb6b22a06eb9f85ad8ff5173f3 Message-Id: <20180404035431.D4DE1202C3@vcs0.savannah.gnu.org> Date: Tue, 3 Apr 2018 23:54:31 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2719-g3c19ed5 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 03:54:34 -0000 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 3c19ed573256d4bb6b22a06eb9f85ad8ff5173f3 (commit) from 946a0b80799bcf162c503344d255c6a47001cc03 (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 3c19ed573256d4bb6b22a06eb9f85ad8ff5173f3 Author: Patrick Alken Date: Tue Apr 3 21:54:22 2018 -0600 update to movstat docs ----------------------------------------------------------------------- Summary of changes: doc/movstat.rst | 14 +++++++++----- movstat/alloc.c | 21 ++++++--------------- movstat/gsl_movstat.h | 7 +++++-- 3 files changed, 20 insertions(+), 22 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Wed Apr 04 21:59:22 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f3uBO-0004IR-6q for mharc-gsl-cvs@gnu.org; Wed, 04 Apr 2018 21:59:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3uBL-0004Ha-TN for gsl-cvs@gnu.org; Wed, 04 Apr 2018 21:59:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3uBK-0002IS-TM for gsl-cvs@gnu.org; Wed, 04 Apr 2018 21:59:19 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:54619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3uBK-0002IN-PS for gsl-cvs@gnu.org; Wed, 04 Apr 2018 21:59:18 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 59AF120372; Wed, 4 Apr 2018 21:59:18 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 3c19ed573256d4bb6b22a06eb9f85ad8ff5173f3 X-Git-Newrev: 03061a08b5ffd18c53b00b26de53a7cb41cfee92 Message-Id: <20180405015918.59AF120372@vcs0.savannah.gnu.org> Date: Wed, 4 Apr 2018 21:59:18 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2720-g03061a0 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 01:59:21 -0000 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 03061a08b5ffd18c53b00b26de53a7cb41cfee92 (commit) from 3c19ed573256d4bb6b22a06eb9f85ad8ff5173f3 (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 03061a08b5ffd18c53b00b26de53a7cb41cfee92 Author: Patrick Alken Date: Wed Apr 4 19:59:03 2018 -0600 fixes to gsl_movstat_mad and other updates ----------------------------------------------------------------------- Summary of changes: doc/movstat.rst | 15 +++- movstat/alloc.c | 13 ++- movstat/deque.c | 34 ------- movstat/gsl_movstat.h | 7 +- movstat/movmad.c | 56 +++++------- movstat/movmedian.c | 98 +------------------- movstat/movminmax.c | 22 ++--- movstat/movstat_common.c | 46 ++++++++-- movstat/test.c | 4 +- movstat/test_mad.c | 229 +++++++++++++++++++++-------------------------- movstat/test_mean.c | 6 +- movstat/test_median.c | 195 ++++++++++------------------------------ movstat/test_minmax.c | 49 +++++----- movstat/test_sum.c | 5 +- movstat/test_variance.c | 22 +---- 15 files changed, 286 insertions(+), 515 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Thu Apr 05 13:49:22 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f490k-00074Y-JM for mharc-gsl-cvs@gnu.org; Thu, 05 Apr 2018 13:49:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f490h-000727-UK for gsl-cvs@gnu.org; Thu, 05 Apr 2018 13:49:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f490h-0007ki-19 for gsl-cvs@gnu.org; Thu, 05 Apr 2018 13:49:20 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:35781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f490g-0007ka-TW for gsl-cvs@gnu.org; Thu, 05 Apr 2018 13:49:18 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id B57AA2045F; Thu, 5 Apr 2018 13:49:17 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 03061a08b5ffd18c53b00b26de53a7cb41cfee92 X-Git-Newrev: da56ed808c3cecce827b31368b7e240d99d3bf9a Message-Id: <20180405174918.B57AA2045F@vcs0.savannah.gnu.org> Date: Thu, 5 Apr 2018 13:49:17 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2721-gda56ed8 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 17:49:21 -0000 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 da56ed808c3cecce827b31368b7e240d99d3bf9a (commit) from 03061a08b5ffd18c53b00b26de53a7cb41cfee92 (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 da56ed808c3cecce827b31368b7e240d99d3bf9a Author: Patrick Alken Date: Thu Apr 5 11:49:02 2018 -0600 add gsl_stats_median() and gsl_stats_select() ----------------------------------------------------------------------- Summary of changes: NEWS | 2 + doc/statistics.rst | 31 ++++++++- statistics/Makefile.am | 4 +- statistics/gsl_statistics_char.h | 3 + statistics/gsl_statistics_double.h | 3 + statistics/gsl_statistics_float.h | 3 + statistics/gsl_statistics_int.h | 3 + statistics/gsl_statistics_long.h | 3 + statistics/gsl_statistics_long_double.h | 3 + statistics/gsl_statistics_short.h | 3 + statistics/gsl_statistics_uchar.h | 3 + statistics/gsl_statistics_uint.h | 3 + statistics/gsl_statistics_ulong.h | 3 + statistics/gsl_statistics_ushort.h | 3 + statistics/median_source.c | 23 +++++++ statistics/{Qn.c => select.c} | 24 +++---- statistics/select_source.c | 112 ++++++++++++++++++++++++++++++++ statistics/test_float_source.c | 52 +++++++++++++++ statistics/test_int_source.c | 54 +++++++++++++++ statistics/test_robust.c | 30 +++++++++ 20 files changed, 349 insertions(+), 16 deletions(-) copy statistics/{Qn.c => select.c} (77%) create mode 100644 statistics/select_source.c hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Thu Apr 05 17:22:18 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f4CKo-0000bq-QD for mharc-gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:22:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4CKn-0000bR-0E for gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4CKm-0004Wz-2p for gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:22:17 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:38227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4CKl-0004Wv-VE for gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:22:16 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 846B3206AB; Thu, 5 Apr 2018 17:22:15 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: da56ed808c3cecce827b31368b7e240d99d3bf9a X-Git-Newrev: 38786235d9402de043e160a6e5230117cf1aa414 Message-Id: <20180405212215.846B3206AB@vcs0.savannah.gnu.org> Date: Thu, 5 Apr 2018 17:22:14 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2722-g3878623 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 21:22:18 -0000 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 38786235d9402de043e160a6e5230117cf1aa414 (commit) from da56ed808c3cecce827b31368b7e240d99d3bf9a (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 38786235d9402de043e160a6e5230117cf1aa414 Author: Patrick Alken Date: Thu Apr 5 15:21:53 2018 -0600 add gsl_stats_{mad,mad0}() ----------------------------------------------------------------------- Summary of changes: doc/movstat.rst | 15 ++++---- doc/statistics.rst | 25 +++++++++++++ filter/gsl_filter.h | 6 +-- filter/impulse.c | 3 -- filter/rmedian.c | 33 ++++++++++------- filter/test.c | 2 +- movstat/gsl_movstat.h | 2 + movstat/movmad.c | 41 ++++++++++++++++++-- movstat/test.c | 16 +------- movstat/test_mad.c | 2 +- movstat/test_sum.c | 6 +-- statistics/Makefile.am | 4 +- statistics/gsl_statistics_char.h | 3 ++ statistics/gsl_statistics_double.h | 3 ++ statistics/gsl_statistics_float.h | 3 ++ statistics/gsl_statistics_int.h | 3 ++ statistics/gsl_statistics_long.h | 3 ++ statistics/gsl_statistics_long_double.h | 3 ++ statistics/gsl_statistics_short.h | 3 ++ statistics/gsl_statistics_uchar.h | 3 ++ statistics/gsl_statistics_uint.h | 3 ++ statistics/gsl_statistics_ulong.h | 3 ++ statistics/gsl_statistics_ushort.h | 3 ++ statistics/{Qn.c => mad.c} | 23 ++++++------ statistics/mad_source.c | 66 +++++++++++++++++++++++++++++++++ statistics/test_float_source.c | 19 ++++++++++ statistics/test_int_source.c | 16 ++++++++ statistics/test_robust.c | 55 +++++++++++++++++++++++++++ 28 files changed, 300 insertions(+), 67 deletions(-) copy statistics/{Qn.c => mad.c} (79%) create mode 100644 statistics/mad_source.c hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Thu Apr 05 17:28:27 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f4CQl-0002wq-Kl for mharc-gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:28:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4CQj-0002vx-PT for gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4CQj-0006OU-1N for gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:28:25 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:38265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4CQi-0006OJ-TH for gsl-cvs@gnu.org; Thu, 05 Apr 2018 17:28:24 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 92463203D7; Thu, 5 Apr 2018 17:28:24 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 38786235d9402de043e160a6e5230117cf1aa414 X-Git-Newrev: a8bdf79bd4665b60b1681f3d025211fd6cb40803 Message-Id: <20180405212824.92463203D7@vcs0.savannah.gnu.org> Date: Thu, 5 Apr 2018 17:28:24 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2723-ga8bdf79 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 21:28:26 -0000 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 a8bdf79bd4665b60b1681f3d025211fd6cb40803 (commit) from 38786235d9402de043e160a6e5230117cf1aa414 (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 a8bdf79bd4665b60b1681f3d025211fd6cb40803 Author: Patrick Alken Date: Thu Apr 5 15:28:15 2018 -0600 various updates ----------------------------------------------------------------------- Summary of changes: NEWS | 10 +- doc/examples/movstat2.c | 6 +- doc/examples/movstat2.txt | 1988 ++++++++++++++++++++++----------------------- doc/images/movstat2.png | Bin 230512 -> 230504 bytes 4 files changed, 1002 insertions(+), 1002 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Fri Apr 06 23:14:41 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f4eJN-0005aK-Iy for mharc-gsl-cvs@gnu.org; Fri, 06 Apr 2018 23:14:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4eJK-0005WD-ID for gsl-cvs@gnu.org; Fri, 06 Apr 2018 23:14:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4eJJ-00036K-M2 for gsl-cvs@gnu.org; Fri, 06 Apr 2018 23:14:38 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:55638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4eJJ-000366-HL for gsl-cvs@gnu.org; Fri, 06 Apr 2018 23:14:37 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 5564F20C0F; Fri, 6 Apr 2018 23:14:37 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: a8bdf79bd4665b60b1681f3d025211fd6cb40803 X-Git-Newrev: 8c74b1271d739690dee1f2b98a4b2f8c0c221f85 Message-Id: <20180407031437.5564F20C0F@vcs0.savannah.gnu.org> Date: Fri, 6 Apr 2018 23:14:36 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2724-g8c74b12 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2018 03:14:39 -0000 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 8c74b1271d739690dee1f2b98a4b2f8c0c221f85 (commit) from a8bdf79bd4665b60b1681f3d025211fd6cb40803 (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 8c74b1271d739690dee1f2b98a4b2f8c0c221f85 Author: Patrick Alken Date: Fri Apr 6 21:14:07 2018 -0600 accumulator design and tests for gsl_movstat_Sn() and gsl_movstat_Qn() ----------------------------------------------------------------------- Summary of changes: doc/filter.rst | 4 +- movstat/alloc.c | 4 ++ movstat/movQn.c | 6 +++ movstat/movSn.c | 33 ++------------ movstat/qnacc.c | 105 +++++++++++++++++++++++++++++++++++++++++++++ movstat/ringbuf.c | 20 +++++++++ movstat/snacc.c | 101 +++++++++++++++++++++++++++++++++++++++++++ movstat/test.c | 4 +- movstat/test_Qn.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ movstat/test_Sn.c | 106 +++++++++++++++++++++++++++++++++++++-------- 10 files changed, 456 insertions(+), 52 deletions(-) create mode 100644 movstat/qnacc.c create mode 100644 movstat/snacc.c create mode 100644 movstat/test_Qn.c hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Sat Apr 07 18:44:59 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f4wZv-0001se-8f for mharc-gsl-cvs@gnu.org; Sat, 07 Apr 2018 18:44:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4wZs-0001rX-Ig for gsl-cvs@gnu.org; Sat, 07 Apr 2018 18:44:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4wZr-0007AY-LI for gsl-cvs@gnu.org; Sat, 07 Apr 2018 18:44:56 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:37916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4wZr-0007AQ-HF for gsl-cvs@gnu.org; Sat, 07 Apr 2018 18:44:55 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 3BD3620856; Sat, 7 Apr 2018 18:44:55 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 8c74b1271d739690dee1f2b98a4b2f8c0c221f85 X-Git-Newrev: daaa3107cf77e713818f73be2e1d3e2a84017aa6 Message-Id: <20180407224455.3BD3620856@vcs0.savannah.gnu.org> Date: Sat, 7 Apr 2018 18:44:54 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2725-gdaaa310 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2018 22:44:57 -0000 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 daaa3107cf77e713818f73be2e1d3e2a84017aa6 (commit) from 8c74b1271d739690dee1f2b98a4b2f8c0c221f85 (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 daaa3107cf77e713818f73be2e1d3e2a84017aa6 Author: Patrick Alken Date: Sat Apr 7 16:44:34 2018 -0600 update movstat accumulator design ----------------------------------------------------------------------- Summary of changes: movstat/Makefile.am | 18 +++++++++++++++++- movstat/alloc.c | 19 ++++++------------- movstat/gsl_movstat.h | 22 ++++++++++++++++++++++ movstat/medacc.c | 11 +++++++++++ movstat/mmacc.c | 22 ++++++++++++++++++++++ movstat/movQn.c | 37 +------------------------------------ movstat/movSn.c | 3 +-- movstat/movmean.c | 3 +-- movstat/movmedian.c | 3 +-- movstat/movminmax.c | 4 ++-- movstat/movstat_common.c | 40 +++++++++++++++++----------------------- movstat/movsum.c | 3 +-- movstat/movvariance.c | 5 ++--- movstat/mvacc.c | 34 ++++++++++++++++++++++++++++++++++ movstat/qnacc.c | 12 ++++++++++++ movstat/snacc.c | 12 ++++++++++++ movstat/sumacc.c | 12 ++++++++++++ 17 files changed, 174 insertions(+), 86 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Sun Apr 08 11:53:47 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f5CdX-0000SY-1Q for mharc-gsl-cvs@gnu.org; Sun, 08 Apr 2018 11:53:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5CdU-0000QU-9T for gsl-cvs@gnu.org; Sun, 08 Apr 2018 11:53:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5CdT-0000kw-Ad for gsl-cvs@gnu.org; Sun, 08 Apr 2018 11:53:44 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:47335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5CdT-0000km-7Q for gsl-cvs@gnu.org; Sun, 08 Apr 2018 11:53:43 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id CA922207A9; Sun, 8 Apr 2018 11:53:42 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: daaa3107cf77e713818f73be2e1d3e2a84017aa6 X-Git-Newrev: 2e4f65fdd970910c09a86f02647337ba0bf1f828 Message-Id: <20180408155342.CA922207A9@vcs0.savannah.gnu.org> Date: Sun, 8 Apr 2018 11:53:42 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2726-g2e4f65f X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 15:53:45 -0000 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 2e4f65fdd970910c09a86f02647337ba0bf1f828 (commit) from daaa3107cf77e713818f73be2e1d3e2a84017aa6 (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 2e4f65fdd970910c09a86f02647337ba0bf1f828 Author: Patrick Alken Date: Sun Apr 8 09:53:19 2018 -0600 switch to ring buffer for gsl_movstat_qqr() + tests ----------------------------------------------------------------------- Summary of changes: doc/movstat.rst | 6 ++- filter/gsl_filter.h | 8 +-- filter/impulse.c | 3 +- filter/rmedian.c | 31 +++++++---- filter/test.c | 2 +- movstat/Makefile.am | 1 + movstat/alloc.c | 1 + movstat/gsl_movstat.h | 3 +- movstat/medacc.c | 6 ++- movstat/mmacc.c | 12 +++-- movstat/movQn.c | 2 +- movstat/movSn.c | 2 +- movstat/movmean.c | 2 +- movstat/movmedian.c | 2 +- movstat/movminmax.c | 29 +++++----- movstat/movqqr.c | 28 +--------- movstat/movstat_common.c | 20 +++---- movstat/movsum.c | 2 +- movstat/movvariance.c | 4 +- movstat/mvacc.c | 11 ++-- movstat/qnacc.c | 4 +- movstat/{snacc.c => qqracc.c} | 69 ++++++++++++------------ movstat/snacc.c | 4 +- movstat/sumacc.c | 3 +- movstat/test.c | 2 + movstat/test_qqr.c | 119 ++++++++++++++++++++++++++++++++++++++++++ 26 files changed, 254 insertions(+), 122 deletions(-) copy movstat/{snacc.c => qqracc.c} (52%) create mode 100644 movstat/test_qqr.c hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Sun Apr 08 13:11:49 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f5Dr3-00033W-2T for mharc-gsl-cvs@gnu.org; Sun, 08 Apr 2018 13:11:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5Dr0-000301-5A for gsl-cvs@gnu.org; Sun, 08 Apr 2018 13:11:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5Dqz-0001NG-B2 for gsl-cvs@gnu.org; Sun, 08 Apr 2018 13:11:46 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:47974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5Dqz-0001N4-87 for gsl-cvs@gnu.org; Sun, 08 Apr 2018 13:11:45 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 01B602071F; Sun, 8 Apr 2018 13:11:43 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 2e4f65fdd970910c09a86f02647337ba0bf1f828 X-Git-Newrev: a7a9b8b16aeb2168dae0bc1ac7a9ca23439d8314 Message-Id: <20180408171145.01B602071F@vcs0.savannah.gnu.org> Date: Sun, 8 Apr 2018 13:11:43 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2727-ga7a9b8b X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 17:11:47 -0000 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 a7a9b8b16aeb2168dae0bc1ac7a9ca23439d8314 (commit) from 2e4f65fdd970910c09a86f02647337ba0bf1f828 (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 a7a9b8b16aeb2168dae0bc1ac7a9ca23439d8314 Author: Patrick Alken Date: Sun Apr 8 11:11:26 2018 -0600 bug fix in ringbuf for n=1; updated tests ----------------------------------------------------------------------- Summary of changes: filter/test.c | 2 +- filter/test_rmedian.c | 4 ++++ movstat/gsl_movstat.h | 9 ++++++++- movstat/ringbuf.c | 2 +- movstat/test_Qn.c | 3 +++ movstat/test_Sn.c | 3 +++ movstat/test_mad.c | 3 +++ movstat/test_mean.c | 3 +++ movstat/test_median.c | 3 +++ movstat/test_minmax.c | 3 +++ movstat/test_qqr.c | 3 +++ movstat/test_sum.c | 3 +++ movstat/test_variance.c | 3 +++ 13 files changed, 41 insertions(+), 3 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Sun Apr 08 23:35:08 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f5NaG-0002DI-D4 for mharc-gsl-cvs@gnu.org; Sun, 08 Apr 2018 23:35:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5NaB-0002An-9u for gsl-cvs@gnu.org; Sun, 08 Apr 2018 23:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5NaA-00059V-Ha for gsl-cvs@gnu.org; Sun, 08 Apr 2018 23:35:03 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:54077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5NaA-00058t-DU for gsl-cvs@gnu.org; Sun, 08 Apr 2018 23:35:02 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 16E95207A9; Sun, 8 Apr 2018 23:35:02 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: a7a9b8b16aeb2168dae0bc1ac7a9ca23439d8314 X-Git-Newrev: bc099860a965534bdcffac4129ab2fc2ddbdb6da Message-Id: <20180409033502.16E95207A9@vcs0.savannah.gnu.org> Date: Sun, 8 Apr 2018 23:35:01 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2728-gbc09986 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 03:35:07 -0000 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 bc099860a965534bdcffac4129ab2fc2ddbdb6da (commit) from a7a9b8b16aeb2168dae0bc1ac7a9ca23439d8314 (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 bc099860a965534bdcffac4129ab2fc2ddbdb6da Author: Patrick Alken Date: Sun Apr 8 21:34:44 2018 -0600 example program for impulse detection filter ----------------------------------------------------------------------- Summary of changes: doc/examples/Makefile.am | 6 +- doc/examples/impulse.c | 68 ++++ doc/examples/impulse.txt | 1000 ++++++++++++++++++++++++++++++++++++++++++++++ doc/examples/movstat1.c | 1 - doc/filter.rst | 29 +- doc/images/impulse.png | Bin 0 -> 242372 bytes doc/images/movstat1.png | Bin 0 -> 226757 bytes doc/plots/plot_filter.gp | 19 + filter/impulse.c | 4 + scripts/test_examples.sh | 3 + 10 files changed, 1125 insertions(+), 5 deletions(-) create mode 100644 doc/examples/impulse.c create mode 100644 doc/examples/impulse.txt create mode 100644 doc/images/impulse.png create mode 100644 doc/images/movstat1.png create mode 100755 doc/plots/plot_filter.gp hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Tue Apr 10 14:05:14 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f5xdq-0005EC-9z for mharc-gsl-cvs@gnu.org; Tue, 10 Apr 2018 14:05:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5xdo-0005De-6T for gsl-cvs@gnu.org; Tue, 10 Apr 2018 14:05:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5xdn-0005Rl-6o for gsl-cvs@gnu.org; Tue, 10 Apr 2018 14:05:12 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:49281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5xdn-0005RV-3p for gsl-cvs@gnu.org; Tue, 10 Apr 2018 14:05:11 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 87BC3204F1; Tue, 10 Apr 2018 14:05:10 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: bc099860a965534bdcffac4129ab2fc2ddbdb6da X-Git-Newrev: 7e8b2f257a1d7ca16145c099f938071192edf6bc Message-Id: <20180410180510.87BC3204F1@vcs0.savannah.gnu.org> Date: Tue, 10 Apr 2018 14:05:10 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2729-g7e8b2f2 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 18:05:13 -0000 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 7e8b2f257a1d7ca16145c099f938071192edf6bc (commit) from bc099860a965534bdcffac4129ab2fc2ddbdb6da (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 7e8b2f257a1d7ca16145c099f938071192edf6bc Author: Patrick Alken Date: Tue Apr 10 12:04:26 2018 -0600 document movstat accumulators, update movstat1.c example, add gsl_movstat_accum_minmax ----------------------------------------------------------------------- Summary of changes: doc/examples/movstat1.c | 9 +- doc/examples/movstat1.txt | 600 ++++++++++++++++++++++++++++++++++++++-------- doc/examples/movstat2.c | 10 +- doc/examples/movstat2.txt | 80 +++---- doc/images/movstat1.png | Bin 226757 -> 140559 bytes doc/images/movstat2.png | Bin 230504 -> 229578 bytes doc/movstat.rst | 91 ++++++- doc/plots/plot_movstat.gp | 5 +- movstat/gsl_movstat.h | 5 +- movstat/medacc.c | 10 +- movstat/mmacc.c | 55 ++++- movstat/movQn.c | 2 +- movstat/movSn.c | 2 +- movstat/movmean.c | 2 +- movstat/movmedian.c | 2 +- movstat/movminmax.c | 100 +------- movstat/movqqr.c | 2 +- movstat/movstat_common.c | 36 ++- movstat/movsum.c | 2 +- movstat/movvariance.c | 4 +- movstat/mvacc.c | 27 ++- movstat/qnacc.c | 9 +- movstat/qqracc.c | 8 +- movstat/snacc.c | 9 +- movstat/sumacc.c | 7 +- 25 files changed, 772 insertions(+), 305 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Tue Apr 10 16:00:52 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f5zRk-0003VE-6q for mharc-gsl-cvs@gnu.org; Tue, 10 Apr 2018 16:00:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5zRi-0003Tp-7Z for gsl-cvs@gnu.org; Tue, 10 Apr 2018 16:00:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5zRh-0004aF-Dp for gsl-cvs@gnu.org; Tue, 10 Apr 2018 16:00:50 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:50199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5zRh-0004aB-AQ for gsl-cvs@gnu.org; Tue, 10 Apr 2018 16:00:49 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 1F223212D9; Tue, 10 Apr 2018 16:00:49 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 7e8b2f257a1d7ca16145c099f938071192edf6bc X-Git-Newrev: dec9d0b947100f1b2c78f90688693891fdf80e0b Message-Id: <20180410200049.1F223212D9@vcs0.savannah.gnu.org> Date: Tue, 10 Apr 2018 16:00:48 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2730-gdec9d0b X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 20:00:51 -0000 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 dec9d0b947100f1b2c78f90688693891fdf80e0b (commit) from 7e8b2f257a1d7ca16145c099f938071192edf6bc (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 dec9d0b947100f1b2c78f90688693891fdf80e0b Author: Patrick Alken Date: Tue Apr 10 13:58:10 2018 -0600 some cleanup ----------------------------------------------------------------------- Summary of changes: NEWS | 2 ++ doc/Makefile.am | 6 ++++ doc/nls.rst | 36 +++++++++++++++++++++-- filter/Makefile.am | 4 +-- filter/gsl_filter.h | 9 +++--- filter/rmedian.c | 36 +++++++++++------------ movstat/Makefile.am | 4 +-- movstat/movmad.c | 74 +++++++++++++++++++++++++++++++++++++++++++++--- movstat/movstat_common.c | 66 ------------------------------------------ 9 files changed, 136 insertions(+), 101 deletions(-) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Wed Apr 11 00:38:09 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f67WL-0002VF-KT for mharc-gsl-cvs@gnu.org; Wed, 11 Apr 2018 00:38:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f67WJ-0002Uh-Eh for gsl-cvs@gnu.org; Wed, 11 Apr 2018 00:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f67WI-0008KM-L7 for gsl-cvs@gnu.org; Wed, 11 Apr 2018 00:38:07 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:56807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f67WI-0008K1-H3 for gsl-cvs@gnu.org; Wed, 11 Apr 2018 00:38:06 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id AE5B3207A9; Wed, 11 Apr 2018 00:38:05 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: dec9d0b947100f1b2c78f90688693891fdf80e0b X-Git-Newrev: a2c27e7d2c6013277ca7b787924c6dd586e83e9f Message-Id: <20180411043805.AE5B3207A9@vcs0.savannah.gnu.org> Date: Wed, 11 Apr 2018 00:38:04 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2731-ga2c27e7 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 04:38:08 -0000 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 a2c27e7d2c6013277ca7b787924c6dd586e83e9f (commit) from dec9d0b947100f1b2c78f90688693891fdf80e0b (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 a2c27e7d2c6013277ca7b787924c6dd586e83e9f Author: Patrick Alken Date: Tue Apr 10 22:37:45 2018 -0600 added Gastwirth location estimator (gsl_stats_gastwirth_from_sorted_data) ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + doc/statistics.rst | 52 ++++++++++++++++++++++- statistics/Makefile.am | 4 +- statistics/{Qn.c => gastwirth.c} | 24 +++++------ fft/bitreverse.h => statistics/gastwirth_source.c | 32 ++++++++------ statistics/gsl_statistics_char.h | 2 + statistics/gsl_statistics_double.h | 2 + statistics/gsl_statistics_float.h | 2 + statistics/gsl_statistics_int.h | 2 + statistics/gsl_statistics_long.h | 2 + statistics/gsl_statistics_long_double.h | 2 + statistics/gsl_statistics_short.h | 2 + statistics/gsl_statistics_uchar.h | 2 + statistics/gsl_statistics_uint.h | 2 + statistics/gsl_statistics_ulong.h | 2 + statistics/gsl_statistics_ushort.h | 2 + statistics/test_float_source.c | 16 ++++++- statistics/test_int_source.c | 14 ++++++ 18 files changed, 134 insertions(+), 31 deletions(-) copy statistics/{Qn.c => gastwirth.c} (76%) copy fft/bitreverse.h => statistics/gastwirth_source.c (55%) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Sun Apr 15 01:33:55 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f7aIV-0006aE-BH for mharc-gsl-cvs@gnu.org; Sun, 15 Apr 2018 01:33:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7aIT-0006Z3-DW for gsl-cvs@gnu.org; Sun, 15 Apr 2018 01:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f7aIS-00024g-C3 for gsl-cvs@gnu.org; Sun, 15 Apr 2018 01:33:53 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:56369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7aIS-00024Y-8a for gsl-cvs@gnu.org; Sun, 15 Apr 2018 01:33:52 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 0410E20447; Sun, 15 Apr 2018 01:33:51 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: a2c27e7d2c6013277ca7b787924c6dd586e83e9f X-Git-Newrev: 986b045f9fb46234d012b2e557394a4a6fa2ca7e Message-Id: <20180415053352.0410E20447@vcs0.savannah.gnu.org> Date: Sun, 15 Apr 2018 01:33:50 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2732-g986b045 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2018 05:33:54 -0000 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 986b045f9fb46234d012b2e557394a4a6fa2ca7e (commit) from a2c27e7d2c6013277ca7b787924c6dd586e83e9f (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 986b045f9fb46234d012b2e557394a4a6fa2ca7e Author: Patrick Alken Date: Sat Apr 14 23:33:26 2018 -0600 square wave filter example; add gsl_movstat_apply() and docs ----------------------------------------------------------------------- Summary of changes: doc/examples/Makefile.am | 6 +- doc/examples/filt_edge.c | 63 +++ doc/examples/filt_edge.txt | 1000 +++++++++++++++++++++++++++++++++++++ doc/filter.rst | 38 +- doc/images/filt_edge.png | Bin 0 -> 109603 bytes doc/movstat.rst | 81 ++- doc/plots/plot_filter.gp | 11 +- doc/statistics.rst | 5 +- filter/Makefile.am | 2 +- filter/gsl_filter.h | 10 + filter/median.c | 77 +++ movstat/Makefile.am | 2 + movstat/{snacc.c => funcacc.c} | 63 ++- movstat/gsl_movstat.h | 11 + movstat/{movmean.c => movapply.c} | 14 +- movstat/test_mean.c | 17 + movstat/test_variance.c | 39 ++ 17 files changed, 1386 insertions(+), 53 deletions(-) create mode 100644 doc/examples/filt_edge.c create mode 100644 doc/examples/filt_edge.txt create mode 100644 doc/images/filt_edge.png create mode 100644 filter/median.c copy movstat/{snacc.c => funcacc.c} (51%) copy movstat/{movmean.c => movapply.c} (70%) hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Mon Apr 16 23:09:42 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f8H02-0001MI-6a for mharc-gsl-cvs@gnu.org; Mon, 16 Apr 2018 23:09:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8Gzz-0001Lx-Os for gsl-cvs@gnu.org; Mon, 16 Apr 2018 23:09:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8Gzy-0007ns-OU for gsl-cvs@gnu.org; Mon, 16 Apr 2018 23:09:39 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:56587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8Gzy-0007no-Kt for gsl-cvs@gnu.org; Mon, 16 Apr 2018 23:09:38 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 8BC49201F5; Mon, 16 Apr 2018 23:09:38 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: 986b045f9fb46234d012b2e557394a4a6fa2ca7e X-Git-Newrev: c477d291994ae5ce62729dfeeec370c584910a9a Message-Id: <20180417030938.8BC49201F5@vcs0.savannah.gnu.org> Date: Mon, 16 Apr 2018 23:09:37 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2733-gc477d29 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 03:09:40 -0000 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 c477d291994ae5ce62729dfeeec370c584910a9a (commit) from 986b045f9fb46234d012b2e557394a4a6fa2ca7e (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 c477d291994ae5ce62729dfeeec370c584910a9a Author: Patrick Alken Date: Mon Apr 16 21:09:20 2018 -0600 some fixes to rmedian ----------------------------------------------------------------------- Summary of changes: filter/gsl_filter.h | 4 +- filter/rmedian.c | 257 +++++++++++++++++++++++++++++++--- filter/test.c | 6 +- filter/test_rmedian.c | 52 ++++--- movstat/Makefile.am | 2 +- movstat/alloc.c | 55 ++++++-- movstat/{movstat_common.c => apply.c} | 51 ++++--- movstat/gsl_movstat.h | 19 ++- movstat/movQn.c | 4 +- movstat/movSn.c | 4 +- movstat/movapply.c | 47 ------- movstat/movmean.c | 4 +- movstat/movmedian.c | 4 +- movstat/movminmax.c | 8 +- movstat/movqqr.c | 4 +- movstat/movsum.c | 4 +- movstat/movvariance.c | 6 +- 17 files changed, 377 insertions(+), 154 deletions(-) rename movstat/{movstat_common.c => apply.c} (83%) delete mode 100644 movstat/movapply.c hooks/post-receive -- GNU Scientific Library From MAILER-DAEMON Sat Apr 21 23:10:33 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1fA5Ob-0002sH-Ti for mharc-gsl-cvs@gnu.org; Sat, 21 Apr 2018 23:10:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fA5Oa-0002rg-0p for gsl-cvs@gnu.org; Sat, 21 Apr 2018 23:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fA5OZ-0004w9-5t for gsl-cvs@gnu.org; Sat, 21 Apr 2018 23:10:31 -0400 Received: from vcs0.savannah.gnu.org ([208.118.235.201]:43338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fA5OY-0004vU-LV for gsl-cvs@gnu.org; Sat, 21 Apr 2018 23:10:30 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 73019) id 91FA4203BE; Sat, 21 Apr 2018 23:10:30 -0400 (EDT) To: gsl-cvs@gnu.org X-Git-Refname: refs/heads/movstat X-Git-Reftype: branch X-Git-Oldrev: c477d291994ae5ce62729dfeeec370c584910a9a X-Git-Newrev: 4be1af794429e80137b2bc177e66fb106ee58976 Message-Id: <20180422031030.91FA4203BE@vcs0.savannah.gnu.org> Date: Sat, 21 Apr 2018 23:10:29 -0400 (EDT) From: alken@colorado.edu (Patrick Alken) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.201 Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2734-g4be1af7 X-BeenThere: gsl-cvs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: CVS commits for the GNU Scientific Library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2018 03:10:33 -0000 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 4be1af794429e80137b2bc177e66fb106ee58976 (commit) from c477d291994ae5ce62729dfeeec370c584910a9a (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 4be1af794429e80137b2bc177e66fb106ee58976 Author: Patrick Alken Date: Sat Apr 21 21:09:40 2018 -0600 some updates to movstat; doc bug fix (srbanesic@gmail.com) ----------------------------------------------------------------------- Summary of changes: doc/ieee754.rst | 2 +- doc/movstat.rst | 18 +++++++-- movstat/Makefile.am | 3 +- movstat/fill.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++ movstat/gsl_movstat.h | 6 ++- movstat/movmad.c | 78 ++------------------------------------ 6 files changed, 128 insertions(+), 80 deletions(-) create mode 100644 movstat/fill.c hooks/post-receive -- GNU Scientific Library