Skip to content

Commit 03531ba

Browse files
committed
bugfix in acf plotting.
Former-commit-id: 316dd40
1 parent bf52e9f commit 03531ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

matlab/example3_sv.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'type', 'data');
3535

3636
y = 100 * diff(log(flipud(d(:, 2))));
37-
37+
T = length(y)
3838

3939
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4040
% Parameter estimation using PMH

0 commit comments

Comments
 (0)