@@ -113,8 +113,8 @@ def constant_velocity(x, dt, params=None, options=None, r=None, q=None, forwardb
113113 :param list[float] params: (**deprecated**, prefer :code:`r` and :code:`q`)
114114 :param options: (**deprecated**, prefer :code:`forwardbackward`)
115115 a dictionary consisting of {'forwardbackward': (bool)}
116- param float r: variance of the signal noise
117- param float q: variance of the constant velocity model
116+ : param float r: variance of the signal noise
117+ : param float q: variance of the constant velocity model
118118 :param bool forwardbackward: indicates whether to run smoother forwards and backwards
119119 (usually achieves better estimate at end points)
120120
@@ -148,8 +148,8 @@ def constant_acceleration(x, dt, params=None, options=None, r=None, q=None, forw
148148 :param list[float] params: (**deprecated**, prefer :code:`r` and :code:`q`)
149149 :param options: (**deprecated**, prefer :code:`forwardbackward`)
150150 a dictionary consisting of {'forwardbackward': (bool)}
151- param float r: variance of the signal noise
152- param float q: variance of the constant acceleration model
151+ : param float r: variance of the signal noise
152+ : param float q: variance of the constant acceleration model
153153 :param bool forwardbackward: indicates whether to run smoother forwards and backwards
154154 (usually achieves better estimate at end points)
155155
@@ -187,8 +187,8 @@ def constant_jerk(x, dt, params=None, options=None, r=None, q=None, forwardbackw
187187 :param list[float] params: (**deprecated**, prefer :code:`r` and :code:`q`)
188188 :param options: (**deprecated**, prefer :code:`forwardbackward`)
189189 a dictionary consisting of {'forwardbackward': (bool)}
190- param float r: variance of the signal noise
191- param float q: variance of the constant jerk model
190+ : param float r: variance of the signal noise
191+ : param float q: variance of the constant jerk model
192192 :param bool forwardbackward: indicates whether to run smoother forwards and backwards
193193 (usually achieves better estimate at end points)
194194
0 commit comments