-
Notifications
You must be signed in to change notification settings - Fork 24
/
ONEWS-1.2.x
88 lines (49 loc) · 2.48 KB
/
ONEWS-1.2.x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Summary of important user-visible changes for statistics 1.2.4:
-------------------------------------------------------------------
** Made princomp work with nargout < 2.
** Renamed dendogram to dendrogram.
** Added isempty check to kmeans.
** Transposed output of hist3.
** Converted calculation in hmmviterbi to log space.
** Bug fixes for
stepwisefit wishrnd.
** Rewrite of cmdscale for improved compatibility.
** Fix in squareform for improved compatibility.
** New cvpartition class, with methods:
display repartition test training
** New sample data file fisheriris.txt for tests
** The following functions are new:
cdf crossval dcov pdist2 qrandn randsample signtest ttest ttest2
vartest vartest2 ztest
Summary of important user-visible changes for statistics 1.2.3:
-------------------------------------------------------------------
** Made sure that output of nanstd is real.
** Fixed second output of nanmax and nanmin.
** Corrected handle for outliers in boxplot.
** Bug fix and enhanced functionality for mvnrnd.
** The following functions are new:
wishrnd iwishrnd wishpdf iwishpdf cmdscale
Summary of important user-visible changes for statistics 1.2.2:
-------------------------------------------------------------------
** Fixed documentation of dendogram and hist3 to work with TexInfo 5.
Summary of important user-visible changes for statistics 1.2.1:
-------------------------------------------------------------------
** The following functions are new:
pcares pcacov runstest stepwisefit hist3
** dendogram now returns the leaf node numbers and order that the nodes were displayed in.
** New faster implementation of princomp.
Summary of important user-visible changes for statistics 1.2.0:
-------------------------------------------------------------------
** The following functions are new:
regress_gp dendogram plsregress
** New functions for the generalized extreme value (GEV) distribution:
gevcdf gevfit gevfit_lmom gevinv gevlike gevpdf gevrnd gevstat
** The interface of the following functions has been modified:
mvnrnd
** `kmeans' has been fixed to deal with clusters that contain only
one element.
** `normplot' has been fixed to avoid use of functions that have been
removed from Octave core. Also, the plot produced should now display some
aesthetic elements and appropriate legends.
** The help text of `mvtrnd' has been improved.
** Package is no longer autoloaded.