NaN-package: v.3.7.2#743
Conversation
|
Two of the tests fail (unexpectedly?): Should we ignore these errors? Or would you like to look into these before the release? |
|
I'll look into this. |
|
Thank you for looking into the errors. Fwiw, these tests already failed with version 3.7.0 of the package. |
|
It seems the failed tests appear only with Octave 11 - due to change in behaviour of sum([],1). Admittingly, it improves compatibility with Matlab. I've now fixed these tests and some other issues, and release v3.7.2 |
|
Thank you for the update. There are two new errors that I didn't see in the test run for 3.7.1: And: |
|
Forgot to ask yesterday, sorry: |
2022-08-16: Release of NaN-toolbox 3.7.1
kurtosis, skewness:
add support for FLAG input argument, supporting
biased and unbiased estimation.
Compatibility tests with Octave and Matlab are added.
It will break backwards compatibility, the previous
version is supported by FLAG=-1.
fishers_exact_test:
extend to non-square contingency tables according to
https://mathworld.wolfram.com/FishersExactTest.html