Skip to content

Commit 1efda9a

Browse files
committed
Fix display of TSS
1 parent d315ac7 commit 1efda9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paneldata/util/estdisp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
fprintf('ESS = %f ',est.ESS);
151151
end
152152
if ~isnan(est.TSS)
153-
fprintf('TSS = %f ',est.ESS);
153+
fprintf('TSS = %f ',est.TSS);
154154
end
155155
fprintf('\n');
156156
%fprintf('RSS = %f ESS = %f TSS %f \n',est.RSS, est.ESS, est.TSS);

0 commit comments

Comments
 (0)