Ben Lau
Ben Lau
Hi, May I ask how to compute Inverse Continuous Wavelet transform (icwt)? I checked the documentations but cannot find the function. The corresponding Matlab function are the following: https://www.mathworks.com/help/wavelet/ref/icwt.html Thanks,...
Hi, I got the "Illegal instruction (core dumped) error" when loading in launcher.py, can you please help? ``` ale.loadROM(full_rom_path, full_core_path) ``` using gdb debugger it shows the following error: ```...
Thanks for the nice work. In the R version of HSMM, we can specify the negative binomial distribution something like this: hsmm(sim$obs, od = "norm", rd = "nbinom") But according...