We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Bene and Olaf,
I just noticed that cfg.method if-block within uf_glmfit function has two times 'matlab' and two times 'pinv' with slightly different code.
unfold/src/uf_toolbox/uf_glmfit.m
Line 125 in caa07fd
Line 201 in caa07fd
Line 133 in caa07fd
Line 210 in caa07fd
The output is probably (more or less) the same in both cases, but perhaps still something you want to fix.
Best, Christoph
The text was updated successfully, but these errors were encountered:
ha! good catch. I had used those for testing speed of several implementations. Probably I got confused and just let them stand here.
We can simply remove the later one, there is no improvement to be expected exactly as you said.
Sorry, something went wrong.
No branches or pull requests
Hi Bene and Olaf,
I just noticed that cfg.method if-block within uf_glmfit function has two times 'matlab' and two times 'pinv' with slightly different code.
unfold/src/uf_toolbox/uf_glmfit.m
Line 125 in caa07fd
unfold/src/uf_toolbox/uf_glmfit.m
Line 201 in caa07fd
unfold/src/uf_toolbox/uf_glmfit.m
Line 133 in caa07fd
unfold/src/uf_toolbox/uf_glmfit.m
Line 210 in caa07fd
The output is probably (more or less) the same in both cases, but perhaps still something you want to fix.
Best,
Christoph
The text was updated successfully, but these errors were encountered: