Issue #94. Eqn used x instead of \bar x.
This is in the IMM Estimate section as described in the github issue.
This commit is contained in:
parent
a15fca8d9a
commit
e34c916de5
@ -22001,8 +22001,8 @@
|
||||
"Now we need a final state estimate from the bank of filters. How do we do that? Just weight the mixed estimate from each Kalman filter:\n",
|
||||
"\n",
|
||||
"$$\\begin{aligned}\n",
|
||||
"\\mathbf x &= \\sum_{j=1}^N \\mu_j{\\mathbf x}_j\\\\\n",
|
||||
"\\mathbf P &= \\sum_{j=1}^N \\mu_j\\left[({\\mathbf x}_j - \\mathbf x)({\\mathbf x}_j - \\mathbf x)^\\mathsf T + \\mathbf P_j\\right]\n",
|
||||
"\\mathbf x &= \\sum_{j=1}^N \\mu_j{\\bar{\\mathbf x}}_j\\\\\n",
|
||||
"\\mathbf P &= \\sum_{j=1}^N \\mu_j\\left[(\\bar{{\\mathbf x}}_j - \\bar{\\mathbf x})({\\bar{\\mathbf x}}_j - \\bar{\\mathbf x})^\\mathsf T + \\bar{\\mathbf P_j}\\right]\n",
|
||||
"\\end{aligned}$$"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user