We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329f796 commit b2581e3Copy full SHA for b2581e3
plugins/Kalman/m/zef_KF.m
@@ -74,7 +74,7 @@
74
n_ensembles = str2double(zef.KF.number_of_ensembles.Value);
75
z_inverse = EnKF(m,A,P,Q,L,R,timeSteps,number_of_frames, n_ensembles);
76
elseif filter_type == 3
77
- [P_store, z_inverse] = kalman_filter_sLORETA(m,P,A,Q,L,R,timeSteps, number_of_frames, smoothing);
+ [P_store, z_inverse] = kalman_filter_sLORETA(m,P,A,Q,L,R,timeSteps, number_of_frames, smoothing,false);
78
elseif filter_type == 4
79
[P_store, z_inverse] = kalman_filter(m,P,A,Q,L,R,timeSteps, number_of_frames, smoothing);
80
P_old = eye(size(L,2)) * theta0;
0 commit comments