Kevin Bui
Kevin Bui
@jdramsey No. This issue has not been fixed. The code in Tetrad is changing a lot. I'll wait until the next official release of Tetrad to update the causal-cmd to...
@jdramsey I haven't work much with time series data. I have to look back into it. Yes, I agree that causal-cmd should provide a way to generate time lag data....
Thanks, Joe, for the code snippet. It's been a while since I touch time series.
The problem is because it was compiled with Java 9+ and then run with Java 8. The implementation for the ByteBuffer in Java9+ breaks the compatibility with Java8. Other people...
@uvnikgupta What version of Java are you using?
The problem goes away if you use Java 11 and above.
@jdramsey We definitely need to get rid of the ByteBuffer. By "we" I mean "me".
Sorry to response late. Unfortunately, causal-cmd does not have the function to impute data, even though tetrad-gui has that function.