Skip to content

statistics-1.6.4

Compare
Choose a tag to compare
@pr0m1th3as pr0m1th3as released this 01 Mar 20:06
· 239 commits to main since this release

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!

  1. The plot method in probability distribution objects is not working yet, see issue #129.
  2. The discrete distributions do not work properly when truncated, see issue #128.
  3. The mean, std,and var methods do not work for truncated PiecewiseLinear distribution, see issue #127.
  4. glmfit function needs a lot of work, see issue #126