log scripts/statistics/base/quantile.m @ 19867:9fc020886ae9

age author description
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 21 Aug 2014 15:57:18 -0700 Rik doc: Add @nospell macro around proper names in documentation.
Fri, 03 Jan 2014 11:58:21 -0800 Rik Use first non-singleton dimension for prctile, quantile (bug #40736).
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Thu, 20 Jun 2013 19:32:59 -0700 Rik doc: Use Texinfo @url command consistently throughout documentation.
Tue, 18 Jun 2013 06:39:01 -0400 John W. Eaton avoid backquote in error messages, some uses in doc strings
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Tue, 05 Jun 2012 16:31:02 -0700 Rik doc: Add additional calling form of quantile() to docstring.
Thu, 16 Feb 2012 15:44:42 -0800 Rik doc: Use two spaces at start of sentence.
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Tue, 16 Aug 2011 22:19:56 -0700 Rik doc: Correct Texinfo overfull hbox instances.
Sat, 07 May 2011 14:52:08 -0700 Rik Overhaul functions in statistics/base directory.
Fri, 06 May 2011 18:45:05 -0400 John W. Eaton merge stable to default
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Fri, 08 Apr 2011 19:00:42 -0700 Rik mode.m, quantile.m: Return output of same class as input.
Sat, 02 Apr 2011 13:37:52 -0700 Rik Add quantile, prctile functions to documentation.
Fri, 25 Feb 2011 20:12:05 -0800 Rik Uppercase variables in script error strings.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 03 Jan 2011 21:23:08 -0800 Rik Overhaul base statistics functions and documentation of same.
Thu, 21 Oct 2010 16:15:16 -0400 John W. Eaton quantile.m: fix typo in previous change
Wed, 20 Oct 2010 20:49:17 -0400 John W. Eaton style fixes for some .m files
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Tue, 01 Dec 2009 22:40:37 -0500 John W. Eaton more private function and subfunction changes
Sun, 29 Mar 2009 09:24:44 -0700 Rik Cleanup documentation for stats.texi
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 04 Feb 2009 10:56:23 -0500 John W. Eaton style fixes
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Tue, 13 Jan 2009 11:56:00 -0500 John W. Eaton comment style fixes
Tue, 25 Mar 2008 23:57:49 -0400 Ben Abbott Modified statistics to calculate consistent median.