Skip to content

Instantly share code, notes, and snippets.

library(QZ)
# Parameters
sigma = 1 #log utility
phi=1 #unitary Frisch elasticity
phi_pi = 1.5 #inflation feedback Taylor Rule
phi_y = .5/4 #output feedback Taylor Rule
theta=2/3 #Calvo parameter
rho_nu = 0.5 #autocorrelation monetary policy shock
@jmoy
jmoy / wmedian.py
Created March 5, 2011 06:14
Compute the weighted median
"""
Calculate the weighted median
(c) Jyotirmoy Bhattacharya [jyotirmoy@jyotirmoy.net], 2011
Licence: GPL
"""
import itertools as it
def ecdf(vw):
ans = []
@jmoy
jmoy / pretty-schema.py
Created February 25, 2011 05:00
Create Asciidoc table of MySQL database schema
"""
Create Asciidoc table of MySQL database schema
Usage:
pretty-schema.py <database> <username> [password]
If you have AsciiDoc installed you can use the following to produce a pretty HTML file of your database schema:
pretty-schema.py mydb myusr | asciidoc -a toc - > schema.html
"""
@jmoy
jmoy / wheat.py
Created September 19, 2015 07:13
Scrape daily wheat price data using Selenium and LXML
#!/usr/bin/python3
"""
Download wheat price data from http://agmarket.nic.in
Data is saved in file wheat.csv in current directory
Author: Jyotirmoy Bhattacharya, Ambedkar University, New Delhi, jyotirmoy@jyotirmoy.net
"""
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
/*
An implementation of Norvig's spelling corrector
Original: http://norvig.com/spell-correct.html
Author: Jyotirmoy Bhattacharya [jyotirmoy@jyotirmoy.net]
Must be compiled as C++14 (-std=c++1y for g++)
*/
#include <iostream>
\documentclass{amsart}
%include lhs2TeX.sty
%include lhs2TeX.fmt
\begin{document}
\title{Lazily Computing the \\Singular
Function of Bold Play}
\author{Jyotirmoy Bhattacharya}