Skip to content

Commit 196e572

Browse files
committed
bugfix in acf plotting.
Former-commit-id: 03531ba [formerly 03531ba [formerly 316dd40]] Former-commit-id: f4106127dfed5eb590838854b5fc0392031a99a8 Former-commit-id: 52bb80c
1 parent 5a04832 commit 196e572

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)