Releases: gnu-octave/statistics
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!
statistics-1.6.6
Summary of important user-visible changes for statistics 1.6.6
Important Notice:
mean
, median
, std
, var
, and mad
shadow core Octave's functions
incompatibility with the nan
package
News:
New function editDistance
efficiently implemented in C++ with much more functionality than MATLAB's counterpart.
Updated functionality of histfit
function for MATLAB compatibility.
Fixed bugs in fillmissing
and gumbelinv
functions.
Note!
statistics-1.6.5
Summary of important user-visible changes for statistics 1.6.5
Important Notice:
mean
, median
, std
, var
, and mad
shadow core Octave's functions
incompatibility with the nan
package
News:
Fixed bug in mad
and median
functions.
Fixed mean
, std
, and var
methods for truncated PiecewiseLinearDistribution
Note!
statistics-1.6.4
Summary of important user-visible changes for statistics 1.6.4
Important Notice:
mean
, median
, std
, var
, and mad
shadow core Octave's functions
incompatibility with the nan
package
News:
There are 19 newly introduced functions and another 27 classdefs for distribution probability objects. Various distribution specific fitting functions have been updated to handle frequency vectors as optional input argument. The parameter names in loglogistic distribution functions have been changed to match MATLAB. The order of parameters in triangular distribution functions have been also changed to match MATLAB.
This is another not-so-minor release aiming to catch up with the forthcoming release of Octave 9.1. Enjoy!
Note!
- The
plot
method in probability distribution objects is not working yet, see issue #129. - The discrete distributions do not work properly when truncated, see issue #128.
- The
mean
,std
,andvar
methods do not work for truncated PiecewiseLinear distribution, see issue #127. glmfit
function needs a lot of work, see issue #126
statistics-1.6.3
Summary of important user-visible changes for statistics 1.6.3
Important Notice:
mean
, median
, std
, var
, and mad
shadow core Octave's functions
incompatibility with the nan
package
News:
There are 8 newly introduced functions regarding the Rice and the location-scale T distributions. A critical bug fix in ricernd
function introduced in 1.6.2. The distribution statistics functions (*stat
) have been updated with new documentation, input validation, and new BISTs. The wrappers for the distribution functions (cdf
, icdf
, pdf
, random
) have been updated to include rice*
and tls*
newly introduced functions.
This is another minor release aiming to catch up with the forthcoming release of Octave 9.1. Enjoy!
statistics-1.6.2
Summary of important user-visible changes for statistics 1.6.2
Important Notice:
mean
, median
, std
, var
, and mad
shadow core Octave's functions
incompatibility with the nan
package
News:
There are 4 newly introduced functions for the Rice distribution. The two classes, ClassificationKNN
and RegressionGAM
, introduced in the previous release have been updated from the legacy class format to the newest classdef in a single file, while there have been improvements in MATLAB compatibility, documentation, and demos. This is minor release aiming to catch up with the forthcoming release of Octave 9.1. Enjoy!