]> Creatis software - CreaPhase.git/blob - octave_packages/statistics-1.1.3/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / statistics-1.1.3 / packinfo / NEWS
1 Summary of important user-visible changes for statistics 1.1.3:
2 -------------------------------------------------------------------
3
4  ** The following functions are new in 1.1.3:
5
6       copularnd mvtrnd
7
8  ** The functions mnpdf and mnrnd are now also usable for greater numbers
9     of categories for which the rows do not exactly sum to 1.
10
11 Summary of important user-visible changes for statistics 1.1.2:
12 -------------------------------------------------------------------
13
14  ** The following functions are new in 1.1.2:
15
16       mnpdf mnrnd
17
18  ** The package is now dependent on the io package (version 1.0.18 or
19     later) since the functions that it depended of from miscellaneous
20     package have been moved to io.
21
22  ** The function `kmeans' now accepts the 'emptyaction' property with
23     the 'singleton' value. This allows for the kmeans algorithm to handle
24     empty cluster better. It also throws an error if the user does not
25     request an empty cluster handling, and there is an empty cluster.
26     Plus, the returned items are now a closer match to Matlab.
27
28 Summary of important user-visible changes for statistics 1.1.1:
29 -------------------------------------------------------------------
30
31  ** The following functions are new in 1.1.1:
32
33       monotone_smooth kmeans jackknife
34
35  ** Bug fixes on the functions:
36
37       normalise_distribution  combnk
38       repanova
39
40  ** The following functions were removed since equivalents are now
41     part of GNU octave core:
42
43       zscore
44
45  ** boxplot.m now returns a structure with handles to the plot elemenets.
46
47 Summary of important user-visible changes for statistics 1.1.0:
48 -------------------------------------------------------------------
49
50  ** IMPORTANT note about `fstat' shadowing core library function:
51
52     GNU octave's 3.2 release added a new function `fstat' to return
53     information of a file. Statistics' `fstat' computes F mean and
54     variance. Since MatLab's `fstat' is the equivalent to statistics'
55     `fstat' (not to core's `fstat'), and to avoid problems with the
56     statistics package, `fstat' has been deprecated in octave 3.4
57     and will be removed in Octave 3.8. In the mean time, please
58     ignore this warning when installing the package.
59
60  ** The following functions are new in 1.1.0:
61
62       normalise_distribution  repanova  combnk
63
64  ** The following functions were removed since equivalents are now
65     part of GNU octave core:
66
67       prctile
68
69  ** The __tbl_delim__ function is now private.
70
71  ** The function `boxplot' now accepts named arguments.
72
73  ** Bug fixes on the functions:
74
75       harmmean  nanmax  nanmin  regress
76
77  ** Small improvements on help text.