From 9b9023a5ec058bb8843a0bf9efd55003229996f7 Mon Sep 17 00:00:00 2001 From: mathuranand Date: Mon, 29 Dec 2014 19:07:48 +1100 Subject: [PATCH] Update kalman.py picky --- quantecon/kalman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantecon/kalman.py b/quantecon/kalman.py index e97a2a4b8..3bbda1406 100644 --- a/quantecon/kalman.py +++ b/quantecon/kalman.py @@ -13,7 +13,7 @@ from .matrix_eqn import solve_discrete_riccati class Kalman: - r""" + """ Implements the Kalman filter for the Gaussian state space model .. math::