[Pkg-octave-commit] [octave-statistics] branch master updated (7180ee6 -> 3d0bc5d)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Mar 22 12:46:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a change to branch master
in repository octave-statistics.

      from  7180ee6   Remove Thomas Weber from Uploaders.
      adds  8fab264   Imported Upstream version 1.2.4
       new  3d0bc5d   Merge tag 'upstream/1.2.4'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYING                            |  19 +++-
 DESCRIPTION                        |   6 +-
 INDEX                              |  40 ++++++--
 NEWS                               |  32 +++++++
 inst/@cvpartition/cvpartition.m    | 186 +++++++++++++++++++++++++++++++++++++
 inst/@cvpartition/display.m        |  50 ++++++++++
 inst/@cvpartition/get.m            |  40 ++++++++
 inst/@cvpartition/repartition.m    |  70 ++++++++++++++
 inst/@cvpartition/set.m            |  45 +++++++++
 inst/@cvpartition/test.m           |  47 ++++++++++
 inst/@cvpartition/training.m       |  47 ++++++++++
 inst/anovan.m                      |   2 +-
 inst/boxplot.m                     |  23 +----
 inst/cdf.m                         | 106 +++++++++++++++++++++
 inst/cmdscale.m                    | 163 +++++++++++++++++++++++++-------
 inst/crossval.m                    | 174 ++++++++++++++++++++++++++++++++++
 inst/dcov.m                        |  77 +++++++++++++++
 inst/{dendogram.m => dendrogram.m} |  14 +--
 inst/fisheriris.txt                | 153 ++++++++++++++++++++++++++++++
 inst/hist3.m                       |  79 +++++++++++-----
 inst/hmmviterbi.m                  |  11 +--
 inst/kmeans.m                      |  14 +--
 inst/pdist.m                       |   2 +-
 inst/pdist2.m                      | 176 +++++++++++++++++++++++++++++++++++
 inst/princomp.m                    |   7 +-
 inst/qrandn.m                      |  93 +++++++++++++++++++
 inst/randsample.m                  |  95 +++++++++++++++++++
 inst/regress_gp.m                  |   2 +-
 inst/signtest.m                    | 163 ++++++++++++++++++++++++++++++++
 inst/squareform.m                  | 117 +++++++++++++----------
 inst/stepwisefit.m                 |  23 ++++-
 inst/ttest.m                       | 146 +++++++++++++++++++++++++++++
 inst/ttest2.m                      | 149 +++++++++++++++++++++++++++++
 inst/vartest.m                     | 117 +++++++++++++++++++++++
 inst/vartest2.m                    | 121 ++++++++++++++++++++++++
 inst/wishrnd.m                     |   7 +-
 inst/ztest.m                       | 115 +++++++++++++++++++++++
 37 files changed, 2559 insertions(+), 172 deletions(-)
 create mode 100644 inst/@cvpartition/cvpartition.m
 create mode 100644 inst/@cvpartition/display.m
 create mode 100644 inst/@cvpartition/get.m
 create mode 100644 inst/@cvpartition/repartition.m
 create mode 100644 inst/@cvpartition/set.m
 create mode 100644 inst/@cvpartition/test.m
 create mode 100644 inst/@cvpartition/training.m
 create mode 100644 inst/cdf.m
 create mode 100644 inst/crossval.m
 create mode 100644 inst/dcov.m
 rename inst/{dendogram.m => dendrogram.m} (89%)
 create mode 100644 inst/fisheriris.txt
 create mode 100644 inst/pdist2.m
 create mode 100644 inst/qrandn.m
 create mode 100644 inst/randsample.m
 create mode 100644 inst/signtest.m
 create mode 100644 inst/ttest.m
 create mode 100644 inst/ttest2.m
 create mode 100644 inst/vartest.m
 create mode 100644 inst/vartest2.m
 create mode 100644 inst/ztest.m

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-statistics.git



More information about the Pkg-octave-commit mailing list