Advertisement
dcuddihy-acr-me

Untitled

Oct 7th, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #
  2. # Rerun out-of-sample period.
  3. #
  4. set -e
  5. set -x
  6.  
  7. export SHELL=/bin/bash
  8. source /usr/share/usepackage/use.bsh
  9. use bbginger
  10. use bbruntime
  11.  
  12. source /opt/bbginger/current/config/lgm/daily-params.sh
  13.  
  14. export LGM_TBEG=2014-06-30
  15. export LGM_TEND=2015-10-07
  16. export LGM_LEVEL_GIVEN=-1
  17. export LGM_LEVEL_TARGET=6
  18. export LGM_COV_LEAD="13 years - 6 months"
  19.  
  20. lgm-run
  21. lgm-calc-performance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement