-
Notifications
You must be signed in to change notification settings - Fork 24
Parameter space for Kalman is q/r rather than (q,r) #139
Copy link
Copy link
Closed
Labels
researchwhen a task requires some experimentation or diving into papers and mathwhen a task requires some experimentation or diving into papers and mathsimplificationunifying, shortening, and cleaning tasks that make the modules and user interface more cohesiveunifying, shortening, and cleaning tasks that make the modules and user interface more cohesive
Milestone
Metadata
Metadata
Assignees
Labels
researchwhen a task requires some experimentation or diving into papers and mathwhen a task requires some experimentation or diving into papers and mathsimplificationunifying, shortening, and cleaning tasks that make the modules and user interface more cohesiveunifying, shortening, and cleaning tasks that make the modules and user interface more cohesive
I've been playing with this script to plot the frequency response of a Kalman filter
You get something sort of like this:
The results appear to be the same for certain ratios of$q:r$ , irrespective of the scale of $q$ and $r$ . This is odd, but I've been playing with filtering on synthetic examples just now and am seeing very similar results when I raise $q$ by an order of magnitude as when I lower $r$ by an order of magnitude:
versus:
I suspect, then, that the optimization need only consider a single parameter, and maybe we should only surface a
qr_ratioparameter to users.