You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there is a mistake in the docstring of x_hat. Where it says mean x_hat and covariance matrix Sigma of the prior/predictive density, it should say only mean of the prior/predictive density. Let me know if that's legit.
x_hat : scalar(float) or array_like(float), optional(default=None)
An n x 1 array representing the mean x_hat and covariance
matrix Sigma of the prior/predictive density. Set to zero if
not supplied.
Hi,
I believe there is a mistake in the docstring of
x_hat
. Where it saysmean x_hat and covariance matrix Sigma of the prior/predictive density
, it should say onlymean of the prior/predictive density.
Let me know if that's legit.QuantEcon.py/quantecon/kalman.py
Line 41 in 35f41b1
The text was updated successfully, but these errors were encountered: