Skip to content

Releases: gnu-octave/statistics

statistics-1.8.3

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 18 May 12:33
18f64bd

Summary of important user-visible changes for statistics 1.8.3

Important Notice:

  1. Minimum Octave version required is now Octave 11.1.0
  2. Minimum datatypes package version required is now 1.2.3
  3. Incompatibility with the nan and tablicious packages

News:

  • Integrated doc-cache files for faster installation
  • Bug fixes and speed improvements in several functions

statistics-1.8.2

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 06 Mar 13:46

Summary of important user-visible changes for statistics 1.8.2

Important Notice:

  1. Minimum datatypes package version required is now 1.2.0
  2. Incompatibility with the nan and tablicious packages

News:

  • Improved support for new data types
  • Bug fixes in few functions
  • Improved documentation

statistics-1.8.1

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 10 Feb 17:55

Summary of important user-visible changes for statistics 1.8.1

Important Notice:

  1. Minimum datatypes package version required is now 1.1.8
  2. Incompatibility with the nan and tablicious packages

News:

  • New dummyvar and parseWilkinsonFormula functions
  • Improved support for new data types in several functions
  • Several bug fixes related to various issues

statistics-1.8.0

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 29 Nov 23:43

Summary of important user-visible changes for statistics 1.8.0

Important Notice:

  1. Minimum Octave version required is now Octave 9.1.0
  2. Additional dependency to the datatypes package
  3. Incompatibility with the nan and tablicious packages

News:

  • New makima function
  • Updated libsvm library to version 3.36
  • Updated documentation and many new demos, especially for class methods and properties

statistics-1.7.7

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 11 Nov 22:07

Summary of important user-visible changes for statistics 1.7.7

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.6

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 19 Oct 14:06

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 (factoran and multiway) introduced in this release.
  • Updated documentation and demos for distribution objects.
  • cvpartition and crossval are now fully MATLAB compatible.
  • Several bug fixes related to various issues #232, #226
  • ClassificationKNN can use either 'exhaustive' or 'kdtree' search methods for prediction.

statistics-1.7.5

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 22 Jul 18:08
26f91a2

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 knnsearch and rangesearch functions.

Note!

  1. The old style cvpartition class 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 new cvpartition has many new features and is mostly MATLAB compatible.
  2. crossval needs attention, see issue #217.

statistics-1.7.4

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 13 Apr 02:18

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:

  • Minimum Octave version required is 8.1.
  • Updates in ClassificationDiscriminant, ClassificationKNN, and ClassificationNeuralNetwork classes.
  • Minor fixes related to issues #174, #178, #179.

statistics-1.7.3

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 10 Feb 13:59

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

Choose a tag to compare

@pr0m1th3as pr0m1th3as released this 04 Feb 10:17

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.