You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This operator uses a kalman filter to estimate the distribution of one or more attribute values.

Parameter

  • attributes: The attributes to perform the filter on
  • transition: The transition matrix
  • control: The control matrix
  • processnoise: The process noise matrix
  • measurement: The measurement matrix
  • measurementnoise: The measurement noise matrix

Example

Kalman Filter Operator
output = kalmanfilter({attributes = ['x','y'], transition=[], control=[], processnoise=[], measurement=[], measurementnoies=[]}, input)


  • No labels