Home
last modified time | relevance | path

Searched refs:estimated_state (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dstate_space_model.py368 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 …]
Dkalman_filter_test.py271 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,
Dkalman_filter.py75 self, estimated_state, estimated_state_covariance, argument
144 prior_state=estimated_state,