Running the self-test for mvtrnd fails with the following error:
>> pkg load statistics
>> test mvtrnd
***** test
sigma = [1, 0.5; 0.5, 1];
nu = 3;
n = 10;
x = mvtrnd (sigma, nu, n);
assert (size (x), [10, 2]);
!!!!! test failed
mvtrnd: n must be a non-negative integer
>> ver statistics
----------------------------------------------------------------------
GNU Octave Version: 8.0.90 (hg id: 74aa32d5fd08)
GNU Octave License: GNU General Public License
Operating System: MINGW32_NT-6.2 Windows 6.2 x86_64
----------------------------------------------------------------------
Package Name | Version | Installation directory
--------------+---------+-----------------------
statistics *| 1.5.2 | C:\Program Files\GNU Octave\Octave-8.0.90\mingw64\share\octave\packages\statistics-1.5.2
>>
Running the self-test for
mvtrnd
fails with the following error: