Skip to content

Commit 769f6f0

Browse files
add comment on GARCH data (#108)
1 parent db66a25 commit 769f6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/garch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function ScoreDrivenModels.jacobian_link!(aux::AuxiliaryLinAlg{T}, ::Type{Normal
1919
return
2020
end
2121

22-
# Load (TODO: what is this data?) data
22+
# Load daily German mark/British pound exchange rates data
2323
y = vec(readdlm("../test/data/BG96.csv"))
2424

2525
# Set initial parameters as observed mean and variance of the series

0 commit comments

Comments
 (0)