Skip to content

Commit cf24d42

Browse files
committed
removed sum(mask) feedback
1 parent 2c8d65f commit cf24d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/matlab/PEA.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function set_direction(self,direction)
203203

204204
b = (Xc' * Xc) \ Xc' * Dc;
205205
y = Xc * b;
206-
mu = mean(DC);
206+
mu = mean(Dc);
207207
MSM = (y-mu)'*(y-mu)/df1;
208208
MSE = (y-Dc)'*(y-Dc)/df2;
209209

0 commit comments

Comments
 (0)