Skip to content

Commit

Permalink
Added documentation for self.K and self.y
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabbe committed Jun 26, 2016
1 parent 77cf864 commit 7636124
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions filterpy/kalman/UKF.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@ class UnscentedKalmanFilter(object):
Readable Attributes
-------------------
xp : numpy.array(dim_x)
predicted state (result of predict())
Pp : numpy.array(dim_x, dim_x)
predicted covariance matrix (result of predict())
K : numpy.array
Kalman gain
y : numpy.array
innovation residual
References
----------
Expand Down

0 comments on commit 7636124

Please sign in to comment.