Skip to content

Commit 267b8c8

Browse files
committed
parmesan
1 parent 02994b7 commit 267b8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynumdiff/kalman_smooth/_kalman_smooth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def known_dynamics(x, params, u=None, options=None, xhat0=None, P0=None, A=None,
237237
:param np.array C: measurement dynamics, MxN
238238
:param np.array Q: covariance matrix for the model, NxN
239239
:param np.array R: covariance matrix for the measurements, MxM
240-
:parma bool smooth: whether to run the RTS smoother step
240+
:param bool smooth: whether to run the RTS smoother step
241241
242242
:return: np.array **x_hat** -- estimated (smoothed) x
243243
""" # Why not also returning derivative here?

0 commit comments

Comments
 (0)