Closed a-torgovitsky closed 4 years ago
Sorry for the confusion in the above output. I have fixed a bug in the function for finding the maximum tau for the LP where I find that the input tau is affecting the LP, so the optimal tau for both sample outputs that you have are different. The bug has been fixed now. Thanks!
https://github.com/conroylau/lpinfer/blob/4eb403340a3db6c0c1e9cebe34b5ee735cd981ca/R/dkqs.R#L54
It should be the maximum value possible.
Actually, I am not sure what is going on here:
Default tau was
.5
, so that makes sense.So
tau = 20
was not feasible? Then we go with the largest feasible one, which is.05
? But then why wastau = .5
used in the previous?