log scripts/statistics/mad.m @ 33623:4517f929c59d bytecode-interpreter tip

age author description
Tue, 05 Mar 2024 17:54:00 -0500 Nicholas R. Jankowski median.m: Fix vectors with Infs incorrectly returning NaN (bug #65405) stable
Sun, 03 Mar 2024 11:55:08 -0800 Rik mad.m, median.m: Use Octave coding conventions in BIST tests. stable
Sat, 02 Mar 2024 23:28:56 -0500 Nicholas R. Jankowski median.m: Correct handling of all-NaN vectors (bug #65405) stable
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Fri, 24 Nov 2023 22:47:19 -0800 Rik maint: Style check m-files in scripts/ directory before 9.1 release. stable
Thu, 23 Nov 2023 18:28:08 -0800 Rik doc: grammarcheck m-files before 9.1 release. stable
Sun, 09 Apr 2023 23:05:40 -0400 Nicholas R. Jankowski mad.m: Improve compatibility using new mean/median functions (patch #10331)
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 30 Mar 2022 20:40:27 -0700 Rik doc: Ensure documentation lists output argument when it exists for all m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 09 Oct 2020 13:28:53 -0700 Rik test: remove unnecessary BIST tests in m-files checking for excessive number of inputs.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 10 Jan 2018 16:09:53 -0800 Rik mad.m: New function to calculate mean or median absolute deviation.