Skip to content

Instantly share code, notes, and snippets.

@milktrader
Created March 26, 2013 19:13
Show Gist options
  • Save milktrader/5248280 to your computer and use it in GitHub Desktop.
Save milktrader/5248280 to your computer and use it in GitHub Desktop.
what was the average rate for the 10-year in December of 1977
julia> fred("DGS10") | x -> byyear(x, 1977) | x -> bymonth(x, 12) | x -> nanmean(val(x))
7.685238095238096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment