forked from gnu-octave/statistics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ONEWS-1.4.x
270 lines (209 loc) · 6.12 KB
/
ONEWS-1.4.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
Summary of important user-visible changes for statistics 1.4.3:
-------------------------------------------------------------------
New functions:
==============
** anova1 (patch #10127)
kruskalwallis
** cluster (patch #10009)
** clusterdata (patch #10012)
** confusionchart (patch #9985)
** confusionmat (patch #9971)
** cophenet (patch #10040)
** datasample (patch #10050)
** evalclusters (patch #10052)
** expfit (patch #10092)
explike
** gscatter (patch #10043)
** ismissing (patch #10102)
** inconsistent (patch #10008)
** mhsample.m (patch #10016)
** ncx2pdf (patch #9711)
** optimalleaforder.m (patch #10034)
** pca (patch #10104)
** rmmissing (patch #10102)
** silhouette (patch #9743)
** slicesample (patch #10019)
** wblplot (patch #8579)
Improvements:
=============
** anovan.m: use double instead of toascii (bug #60514)
** binocdf: new option "upper" (bug #43721)
** boxplot: better Matlab compatibility; several Matlab-compatible
plot options added (OutlierTags, Sample_IDs, BoxWidth, Widths,
BoxStyle, Positions, Labels, Colors) and an Octave-specific one
(CapWidhts); demos added; texinfo improved (patch #9930)
** auto MPG (carbig) sample dataset added from
https://archive.ics.uci.edu/ml/datasets/Auto+MPG (patch #10045)
** crosstab.m: make n-dimensional (patch #10014)
** dendrogram.m: many improvements (patch #10036)
** fitgmdist.m: fix typo in ComponentProportion (bug #59386)
** gevfit: change orientation of results for Matlab compatibility (bug #47369)
** hygepdf: avoid overflow for certain inputs (bug #35827)
** kmeans: efficiency and compatibility tweaks (patch #10042)
** pdist: option for squared Euclidean distance (patch #10051)
** stepwisefit.m: give another option to select predictors (patch #8584)
** tricdf, triinv: fixes (bug #60113)
Summary of important user-visible changes for statistics 1.4.2:
-------------------------------------------------------------------
** canoncorr: allow more variables than observations
** fitgmdist: return fitgmdist parameters (Bug #57917)
** gamfit: invert parameter per docs (Bug #57849)
** geoXXX: update docs 'number of failures (X-1)' => 'number of failures (X)' (Bug #57606)
** kolmogorov_smirnov_test.m: update function handle usage from octave6+ (Bug #57351)
** linkage.m: fix octave6+ parse error (Bug #57348)
** unifrnd: changed unifrnd(a,a) to return a 0 rather than NaN (Bug #56342)
** updates for usage of depreciated octave functions
Summary of important user-visible changes for statistics 1.4.1:
-------------------------------------------------------------------
** update install scripts for octave 5.0 depreciated functions
** bug fixes to the following functions:
pdist2.m: use max in distEucSq (Bug #50377)
normpdf: use eps tolerance in tests (Bug #51963)
fitgmdist: fix an output bug in fitgmdist
t_test: Set tolerance on t_test BISTS (Bug #54557)
gpXXXXX: change order of inputs to match matlab (Bug #54009)
bartlett_test: df = k-1 (Bug #45894)
gppdf: apply scale factor (Bug #54009)
gmdistribution: updates for bug #54278, ##54279
wishrnd: Bug #55860
Summary of important user-visible changes for statistics 1.4.0:
-------------------------------------------------------------------
** The following functions are new:
canoncorr
fitgmdist
gmdistribution
sigma_pts
** The following functions have been moved from the statistics package but are
conditionally installed:
mad
** The following functions have been moved from octave to be conditionally
installed:
BASE
cloglog
logit
prctile
probit
qqplot
table (renamed to crosstab)
DISTRIBUTIONS
betacdf
betainv
betapdf
betarnd
binocdf
binoinv
binopdf
binornd
cauchy_cdf
cauchy_inv
cauchy_pdf
cauchy_rnd
chi2cdf
chi2inv
chi2pdf
chi2rnd
expcdf
expinv
exppdf
exprnd
fcdf
finv
fpdf
frnd
gamcdf
gaminv
gampdf
gamrnd
geocdf
geoinv
geopdf
geornd
hygecdf
hygeinv
hygepdf
hygernd
kolmogorov_smirnov_cdf
laplace_cdf
laplace_inv
laplace_pdf
laplace_rnd
logistic_cdf
logistic_inv
logistic_pdf
logistic_rnd
logncdf
logninv
lognpdf
lognrnd
nbincdf
nbininv
nbinpdf
nbinrnd
normcdf
norminv
normpdf
normrnd
poisscdf
poissinv
poisspdf
poissrnd
stdnormal_cdf
stdnormal_inv
stdnormal_pdf
stdnormal_rnd
tcdf
tinv
tpdf
trnd
unidcdf
unidinv
unidpdf
unidrnd
unifcdf
unifinv
unifpdf
unifrnd
wblcdf
wblinv
wblpdf
wblrnd
wienrnd
MODELS
logistic_regression
TESTS
anova
bartlett_test
chisquare_test_homogeneity
chisquare_test_independence
cor_test
f_test_regression
hotelling_test
hotelling_test_2
kolmogorov_smirnov_test
kolmogorov_smirnov_test_2
kruskal_wallis_test
manova
mcnemar_test
prop_test_2
run_test
sign_test
t_test
t_test_2
t_test_regression
u_test
var_test
welch_test
wilcoxon_test
z_test
z_test_2
** Functions marked with known test failures:
grp2idx: bug #51928
gevfir_lmom: bug #31070
** Other functions that have been changed for smaller bugfixes, increased
Matlab compatibility, or performance:
dcov: returned dcov instead of dcor. added demo.
violin: can be used with subplots. violin quality improved.
princomp: Fix expected values of tsquare in unit tests
fitgmdist: test number inputs to function
hist3: fix removal of rows with NaN values
** added the packages test data to install