I notice that when you set tau = 0 in dcprogs then there is an exception "ArithmeticError: The resolution time tau cannot be zero or negative."
tau=0 is a valid parameter input corresponding to the case where there is perfect resolution in the recordings. Remis' code and my old code calculate likelihoods for this parameter input.
Is it possible to fix this? A suitable example can be generated in dc-pyps with the demo-MLL.py script in the main directory (setting tcrit=0 in the script).
From Michael,