Skip to content

Commit 91c21c2

Browse files
author
Crouse
committed
Bug fix.
1 parent 2a72b0e commit 91c21c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assignment Algorithms/2D Cost Matrix Formation/makeStandardCartOnlyLRMatHyps.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
%if the target gates.
235235
innov=zCart(:,curMeas)-zPred;
236236

237-
Pzz=PzPred+(SRCart(:,:,curMeas)*SRCart(:,:,curMeas))';
237+
Pzz=PzPred+(SRCart(:,:,curMeas)*SRCart(:,:,curMeas)');
238238
mahabDist=innov'*inv(Pzz)*innov;
239239
if(mahabDist>gammaVal)
240240
%If it does not gate, then assign a zero likelihood ratio.

0 commit comments

Comments
 (0)