Releases: gnu-octave/statistics
statistics-1.8.0
Summary of important user-visible changes for statistics 1.8.0
Important Notice:
- Minimum Octave version required is now Octave 9.1.0
- Additional dependency to the
datatypespackage - Incompatibility with the
nanandtabliciouspackages
News:
- New
makimafunction - Updated
libsvmlibrary to version 3.36 - Updated documentation and many new demos, especially for class methods and properties
statistics-1.7.7
statistics-1.7.6
Summary of important user-visible changes for statistics 1.7.6
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
- There are 2 new functions (
factoranandmultiway) introduced in this release. - Updated documentation and demos for distribution objects.
cvpartitionandcrossvalare now fully MATLAB compatible.- Several bug fixes related to various issues #232, #226
ClassificationKNNcan use either'exhaustive'or'kdtree'search methods for prediction.
statistics-1.7.5
Summary of important user-visible changes for statistics 1.7.5
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
- There are 2 new functions and 4 new classdefs introduced in this release.
- Several bug fixes related to various issues #183, #199, #200, #203, #204, #212, #215
- Fixed the slow kd-tree implementation in
knnsearchandrangesearchfunctions.
Note!
- The old style
cvpartitionclass has been deprecated in favor of the newly introduced classdef implementation. There is a limited brake in backwards compatibility, so old code might need some tweaking before working again. The newcvpartitionhas many new features and is mostly MATLAB compatible. crossvalneeds attention, see issue #217.
statistics-1.7.4
Summary of important user-visible changes for statistics 1.7.4
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
statistics-1.7.3
Summary of important user-visible changes for statistics 1.7.3
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
New glmval function. Updated functionality in glmfit function.
statistics-1.7.2
Summary of important user-visible changes for statistics 1.7.2
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
Minor fixes related to issues #168, #171, #172. Added parallel support for MacOS in fcnnpredict and fcnntrain functions.
statistics-1.7.1
Summary of important user-visible changes for statistics 1.7.1
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
Minor fixes related to Classification and Regression classdefs (see issues #160, #169). Added support for probability distribution objects in kstest function (see issues #164, #165, #167).
statistics-1.7.0
Summary of important user-visible changes for statistics 1.7.0
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
There are 8 newly introduced functions and another 9 classdefs for classification objects. New methods for classification objects including the ability to save/load trained classification models to and from files. Fixed savannah bug #66034 related to erratic output for very large DF2 of the finv function. Closed issues #128 and #129 related to computations of truncated discrete distributions and plotting of probability distribution objects, respectively.
statistics-1.6.7
Summary of important user-visible changes for statistics 1.6.7
Important Notice:
mean, median, std, var, and mad shadow core Octave's functions before Octave 9.1
incompatibility with the nan package
News:
New functions bar3 and bar3h with advanced features.
Fixed bug #65802 on mutual comparison and updated functionality of nanmax and nanmin functions to support 'all' and vecdim optional arguments.
Note!