root/applications/dual/experiment/lq_test.m @ 1442

Revision 786, 195 bytes (checked in by smidl, 14 years ago)

acc

Line 
1b = 1;
2P0 = 5;
3ytm = 0;
4yr = 1;
5N = 5;
6
7%%%% CE
8P = 0;
9lq_P(1,b,1,ytm,yr,N,P)
10
11%%%% Cautious
12P = P0;
13lq_P(1,b,1,ytm,yr,N,P)
14
15%%%% Compromise
16P = {P0,P0/2,P0/4,P0/8,P0/16};
17lq_P(1,b,1,ytm,yr,N,P)
Note: See TracBrowser for help on using the browser.