statistics-1.6.4
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!
- 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