Searched refs:estimated_state (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
D | state_space_model.py | 368 estimated_state, estimated_state_var, previous_times = state 374 estimated_state = self._kalman_filter.predict_state_mean( 375 estimated_state, transition_matrices) 378 return (estimated_state, estimated_state_var, 400 estimated_state, estimated_state_covariance, previous_times = state 412 estimated_state=estimated_state, 458 estimated_state, estimated_state_var, previous_times = state 466 state_mean=estimated_state, 483 state = (estimated_state, estimated_state_var, current_times) 511 estimated_state, estimated_state_covariance, previous_times = state [all …]
|
D | kalman_filter_test.py | 271 estimated_state = self.kalman_filter.predict_state_mean( 278 estimated_state, estimated_state_covariance, 282 estimated_state=estimated_state, 357 estimated_state = kf.predict_state_mean(state, transition_fn(3*[1])) 364 estimated_state, estimated_state_covariance, 368 estimated_state=estimated_state,
|
D | kalman_filter.py | 75 self, estimated_state, estimated_state_covariance, argument 144 prior_state=estimated_state,
|