I hereby claim:
- I am tlamadon on github.
- I am tlamadon (https://keybase.io/tlamadon) on keybase.
- I have a public key ASBEuqbJidIViXtIxr5QX9_F3qtbeb_sClCDifSE40SKSwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| module clogit | |
| function ll(coeff, x1, x2, x3, x4, x5, x6, | |
| y1, y2, y3, y4, y5, y6, | |
| T, nObs, nVar) | |
| llit = zeros(nObs,T) | |
| ni = size(x1,1) | |
| nk = size(x1,2) |
| #!/bin/bash | |
| echo "starting qsub script file" | |
| source ~/.bash_profile | |
| date | |
| module load sge/2011.11 | |
| # here's the SGE directives | |
| # ------------------------------------------ |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| new_names = list( | |
| e2u_p='E2U', | |
| j2j_p='J2J', | |
| u_p ='U', | |
| u2e_p='U2E', | |
| 'dlw_dlw_ee' = '$\\mbox{Cov}( \\Delta log(w_t) , \\Delta log(w_{t-1})|EE)$', | |
| 'dlw_ee_m' = '$E( \\Delta log(w_t) | EE)$', | |
| 'dlw_ee_v' = '$\\mbox{Var}( \\Delta log(w_t) | EE)$', | |
| 'dlw_j2j_v' = '$\\mbox{Var}( \\Delta log(w_t) | J2J)$', | |
| 'dlw_j2j_m' = '$E( \\Delta log(w_t) | J2J)$', |