Closed SRSteinkamp closed 6 years ago
Thanks for reaching out,
There is indeed a missing argument. I will check this closely and issue a patch today.
After some quick checks, your solutions seems correct: easykron(ut,nu,nr)
This is fixed by #67 in the development branch. The fix will be ported to the master branch in the next release.
Dear all,
I was testing in Behavioural DCM what happens if only the Cr matrix is defined. This leads to the following error:
The error happens in
f_dcm_extension
and happening in line 66.dfdp(indhC,:) = inF.dhC'*easykron(ut,n);
Easykron, however, needs 3 input parameters:
Unfortunately I am really unsure about how to fix it, as (to be frank) I have only a slight understanding about what is happening there. Just by looking at the variables shape, I think something like:
easykron(ut, nu, nr)
could be a fix.