Skip to content

Releases: gnu-octave/statistics

statistics-1.8.0

29 Nov 23:43

Choose a tag to compare

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

11 Nov 22:07

Choose a tag to compare

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

19 Oct 14:06

Choose a tag to compare

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

22 Jul 18:08
26f91a2

Choose a tag to compare

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

13 Apr 02:18

Choose a tag to compare

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

10 Feb 13:59

Choose a tag to compare

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

04 Feb 10:17

Choose a tag to compare

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

02 Feb 11:26

Choose a tag to compare

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

31 Aug 15:49

Choose a tag to compare

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

24 Jun 15:50
7973a23

Choose a tag to compare

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!

  1. The plot method in probability distribution objects is only partially implemented, see issue #129.
  2. The discrete distributions do not work properly when truncated, see issue #128.