Skip to content

Instantly share code, notes, and snippets.

View tlamadon's full-sized avatar

Thibaut Lamadon tlamadon

View GitHub Profile

Keybase proof

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:

@tlamadon
tlamadon / clogit.jl
Last active August 29, 2015 14:02 — forked from stichnoth/clogit_ll.m
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
# ------------------------------------------
@tlamadon
tlamadon / 0_reuse_code.js
Created April 23, 2014 11:40
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@tlamadon
tlamadon / gist:4003330
Created November 2, 2012 18:17
change names in a table
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)$',