switching-kalman-filter
switching-kalman-filter copied to clipboard
Update to work with Python3
Major fixes are replacing xrange
with range
, adding parentheses in print
, and replacing map
with list
.