maitra

Results 41 comments of maitra

Thanks, the main differences seem to be rearrangement of the lines, and also uncommenting the daemon mode as well as the lockfile that used to be /var/log/slim.lock and is now...

Thank you. For this example, it of course solves the issue. We will try with other datasets also and let you know if we come across issues. Thank you again...

Sorry, I spoke too soon. The problem still exists. Please try: `pTFCE

> Ohh, I see. I increased the new scaling factor. > Does it work for you with v0.2.2.1? > > Please let me know if you have further issues. I...

The images are of voxel-wise standardized values under the null. The normal density in your figure is likely based on the assumption of independence of voxels (I am guessing). I...

This bug is not quite resolved. Here is an example. [example.rda.gz](https://github.com/spisakt/pTFCE/files/8934244/example.rda.gz) Please unzip the file before using. ``` load('example.rda') library(pTFCE) library(oro.nifti) mask.nifti

I can verify these warnings also. Strange.

Thank you very much, @albinahlback and @fredrik-johansson -- I was looking at the source code trying to figure this out. I now see that the real version calls the complex...

> No problem! I think it is under [this section of the documentation](https://flintlib.org/doc/acb_hypgeom.html#confluent-hypergeometric-functions). If you are only interested in the real-valued function, please see [this part of the documentation](https://flintlib.org/doc/arb_hypgeom.html#confluent-hypergeometric-functions) instead....

> Why just not use the function `arb_hypgeom_1f1` (aka `arb_hypgeom_m`)? Is there a reason for using that specific algorithm? Oh, because `x` is large for me, therefore I was looking...