forked from gnu-octave/statistics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
37 lines (25 loc) · 1.03 KB
/
Copy pathNEWS
File metadata and controls
37 lines (25 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Summary of important user-visible changes for statistics 1.8.0:
-------------------------------------------------------------------
Important Notice: 1) Minimum Octave version required is 9.1.0
2) Add dependency to the datatypes package
3) Incompatibility with the `nan` package
4) Updated 'libsvm' library to version 3.36
5) Using `tablicious` as a drop in replacement
for `datatypes` might cause issues. Future
development of statistical functions to enable
support for tables and categorical arrays will
be based on the implementations in `datatypes`
New functions:
==============
** makima
Improvements:
=============
** fillmissing: added support for the "makima" interpolation method
** svmpredict: added support for one class posterior probablity
Removed functions: (available in core Octave)
==================
** mad
** mean
** median
** std
** var