Releases: gnu-octave/statistics
Release list
statistics-1.8.4
Summary of important user-visible changes for statistics 1.8.4:
Important Notice:
- Minimum
datatypespackage version required is now 1.2.6 - Incompatibility with the
nanandtabliciouspackages
There are 2 new classdefs introduced in this release:
LinearModel: object-oriented linear regression model class, returned byfitlm(#444)anova— object-oriented interface for analysis of variance, built onanova1,anova2, andanovanwith a MATLAB-compatible object API (#450)
Other improvements:
parseWilkinsonFormula: fix power-term resolution from a base table column (#445)anova1add support for categorical arrays as grouping variables
Backward compatibility notice!
fitlm now returns a LinearModel object; the previous [TAB, STATS] = fitlm (...) output form is no longer supported (#443, #446)
statistics-1.8.3
Summary of important user-visible changes for statistics 1.8.3
Important Notice:
- Minimum Octave version required is now Octave 11.1.0
- Minimum
datatypespackage version required is now 1.2.3 - Incompatibility with the
nanandtabliciouspackages
News:
- Integrated
doc-cachefiles for faster installation - Bug fixes and speed improvements in several functions
statistics-1.8.2
Summary of important user-visible changes for statistics 1.8.2
Important Notice:
- Minimum
datatypespackage version required is now 1.2.0 - Incompatibility with the
nanandtabliciouspackages
News:
- Improved support for new data types
- Bug fixes in few functions
- Improved documentation
statistics-1.8.1
Summary of important user-visible changes for statistics 1.8.1
Important Notice:
- Minimum
datatypespackage version required is now 1.1.8 - Incompatibility with the
nanandtabliciouspackages
News:
- New
dummyvarandparseWilkinsonFormulafunctions - Improved support for new data types in several functions
- Several bug fixes related to various issues
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.