[Returnanalytics-commits] r2643 - pkg/PerformanceAnalytics/sandbox/pulkit/week5

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 25 18:56:45 CEST 2013


Author: pulkit
Date: 2013-07-25 18:56:45 +0200 (Thu, 25 Jul 2013)
New Revision: 2643

Added:
   pkg/PerformanceAnalytics/sandbox/pulkit/week5/returns.csv
Modified:
   pkg/PerformanceAnalytics/sandbox/pulkit/week5/REDDCOPS.R
   pkg/PerformanceAnalytics/sandbox/pulkit/week5/REM.R
   pkg/PerformanceAnalytics/sandbox/pulkit/week5/redd.R
Log:
added data file for testing redd cops

Modified: pkg/PerformanceAnalytics/sandbox/pulkit/week5/REDDCOPS.R
===================================================================
--- pkg/PerformanceAnalytics/sandbox/pulkit/week5/REDDCOPS.R	2013-07-25 08:40:55 UTC (rev 2642)
+++ pkg/PerformanceAnalytics/sandbox/pulkit/week5/REDDCOPS.R	2013-07-25 16:56:45 UTC (rev 2643)
@@ -34,6 +34,12 @@
 #'
 #'
 #'@examples
+#'
+#' # with S&P 500 data and T-bill data
+#'
+#'dt<-read.zoo("returns.csv",sep=",",header = TRUE)
+#'REDDCOPS(dt[,1],delta = 0.33,Rf = (1+dt[,2])^(1/12)-1,h = 12,geometric = TRUE,asset = "one")
+#'
 #'data(edhec)
 #'REDDCOPS(edhec,delta = 0.1,Rf = 0,h = 40)
 #'data(managers)
@@ -70,6 +76,7 @@
     if(type == "calibrated"){
       if(asset == "one"){
         factor = (sharpe[,column]/sd[,column]+0.5)/(1-delta^2)
+        print(factor)
         xt = ifelse(factor*(delta-x)/(1-x)>0,factor*(delta-x)/(1-x),0)
         print(sd[,column])
       }

Modified: pkg/PerformanceAnalytics/sandbox/pulkit/week5/REM.R
===================================================================
--- pkg/PerformanceAnalytics/sandbox/pulkit/week5/REM.R	2013-07-25 08:40:55 UTC (rev 2642)
+++ pkg/PerformanceAnalytics/sandbox/pulkit/week5/REM.R	2013-07-25 16:56:45 UTC (rev 2643)
@@ -52,7 +52,7 @@
     }
     else{
       prodRf = prod(1+rf)
-      REM = max(Return.cumulative*prodRf)
+      REM = max(Return.cumulative*as.numeric(last(prodRf)/prodRf))
     }
     result = REM
   }

Modified: pkg/PerformanceAnalytics/sandbox/pulkit/week5/redd.R
===================================================================
--- pkg/PerformanceAnalytics/sandbox/pulkit/week5/redd.R	2013-07-25 08:40:55 UTC (rev 2642)
+++ pkg/PerformanceAnalytics/sandbox/pulkit/week5/redd.R	2013-07-25 16:56:45 UTC (rev 2643)
@@ -45,23 +45,25 @@
       stop("The number of rows of the returns and the risk free rate do not match")
     }
     
-    REDD<-function(x,geometric){
+    REDD<-function(xh,geometric){
         if(geometric)
-            Return.cumulative = cumprod(1+x)
-        else Return.cumulative = 1 + cumsum(x)
+            Return.cumulative = cumprod(1+xh)
+        else Return.cumulative = 1 + cumsum(xh)
         l = length(Return.cumulative)
         if(nr == 1){
           REM = max(Return.cumulative*(1+rf)^(l-c(1:l)))
         }
         else{
-          prodRf = prod(1+rf)
-          REM = max(Return.cumulative*prodRf)
+          rf = rf[index(xh)]
+          prodRf = cumprod(1+rf)
+          REM = max(Return.cumulative*as.numeric(last(prodRf)/prodRf))
         }
-        result = 1 - Return.cumulative[l]/REM
+        #as.numeric(first(prodRf[index(xh[which(xh==max(xh))])]))
+        result = 1 - last(Return.cumulative)/REM
     }
 
     for(column in 1:columns){
-        column.drawdown <- rollapplyr(x[,column],width = h, FUN = REDD, geometric = geometric)
+        column.drawdown <- apply.rolling(x[,column],width = h, FUN = REDD, geometric = geometric)
         if(column == 1)
             rolldrawdown = column.drawdown
         else rolldrawdown = merge(rolldrawdown, column.drawdown) 

Added: pkg/PerformanceAnalytics/sandbox/pulkit/week5/returns.csv
===================================================================
--- pkg/PerformanceAnalytics/sandbox/pulkit/week5/returns.csv	                        (rev 0)
+++ pkg/PerformanceAnalytics/sandbox/pulkit/week5/returns.csv	2013-07-25 16:56:45 UTC (rev 2643)
@@ -0,0 +1,697 @@
+"Index","S&P","3-month,T-bill"
+1954-01-31,0.0511890366787586,0.0102
+1954-02-28,0.00268404907975461,0.01
+1954-03-31,0.0302103250478012,0.0103
+1954-04-30,0.0489977728285078,0.0081
+1954-05-31,0.0329087048832271,0.0072
+1954-06-30,0.000685166152792016,0.0064
+1954-07-31,0.0571722013009244,0.0079
+1954-08-31,-0.0340025906735751,0.0105
+1954-09-30,0.0831377807576268,0.0099
+1954-10-31,-0.0194986072423399,0.01
+1954-11-30,0.0808080808080809,0.0101
+1954-12-31,0.0508177570093455,0.0102
+1955-01-31,0.0180655919955532,0.0112
+1955-02-28,0.00354900354900334,0.0137
+1955-03-31,-0.00489662676822633,0.0141
+1955-04-30,0.0377255330781849,0.0159
+1955-05-31,-0.00131717597471037,0.0139
+1955-06-30,0.0823001846478504,0.0147
+1955-07-31,0.0606873019741654,0.0175
+1955-08-31,-0.00781250000000011,0.0209
+1955-09-30,0.0113478462251042,0.0215
+1955-10-31,-0.0304556904053125,0.0215
+1955-11-30,0.0748700991969766,0.0244
+1955-12-31,-0.000659195781147037,0.025
+1956-01-31,-0.036499560246262,0.0232
+1956-02-29,0.0346873573710635,0.023
+1956-03-31,0.0692545213939124,0.023
+1956-04-30,-0.00206270627062699,0.0269
+1956-05-31,-0.0657296403472509,0.0257
+1956-06-30,0.039159292035398,0.0242
+1956-07-31,0.0515222482435598,0.023
+1956-08-31,-0.0380643855031383,0.0266
+1956-09-30,-0.0454641128183539,0.0291
+1956-10-31,0.00507166482910693,0.0286
+1956-11-30,-0.0109697235629662,0.0304
+1956-12-31,0.035270629991127,0.0322
+1957-01-31,-0.041782729805014,0.0312
+1957-02-28,-0.0326475849731664,0.0328
+1957-03-31,0.0196486361534907,0.0296
+1957-04-30,0.0369530718657902,0.0301
+1957-05-31,0.0369479667686925,0.0331
+1957-06-30,-0.00126502213788748,0.0322
+1957-07-31,0.0113996200126663,0.0338
+1957-08-31,-0.0561469421832602,0.035
+1957-09-30,-0.0619195046439628,0.0346
+1957-10-31,-0.032060348892032,0.036
+1957-11-30,0.0160740379931805,0.0314
+1957-12-31,-0.0414669223394055,0.0275
+1958-01-31,0.0427606901725432,0.0155
+1958-02-28,-0.0206235011990408,0.0127
+1958-03-31,0.0308521057786484,0.011
+1958-04-30,0.0318289786223278,0.012
+1958-05-31,0.0149631675874771,0.0058
+1958-06-30,0.0260830120208664,0.0075
+1958-07-31,0.0431034482758619,0.0091
+1958-08-31,0.0118669209578302,0.0233
+1958-09-30,0.0483769633507853,0.027
+1958-10-31,0.0253695565321612,0.0255
+1958-11-30,0.0224040522111826,0.0278
+1958-12-31,0.0520198170731707,0.0268
+1959-01-31,0.00434703857996754,0.0264
+1959-02-28,-0.000721370604148008,0.0276
+1959-03-31,0.000541418516513348,0.0278
+1959-04-30,0.0387806637806638,0.0285
+1959-05-31,0.0189268970307344,0.0308
+1959-06-30,-0.00357873210633952,0.0314
+1959-07-31,0.0348896870189841,0.03
+1959-08-31,-0.0150388365559411,0.0388
+1959-09-30,-0.0456375838926174,0.041
+1959-10-31,0.0112517580872011,0.04
+1959-11-30,0.0132127955493742,0.0444
+1959-12-31,0.0276252573781743,0.044
+1960-01-31,-0.0714643513107364,0.0399
+1960-02-29,0.00917101240784035,0.0419
+1960-03-31,-0.0138987883107625,0.0302
+1960-04-30,-0.0175280086736539,0.0304
+1960-05-31,0.0268530439580652,0.0312
+1960-06-30,0.0195235536449938,0.0219
+1960-07-31,-0.0247716092761772,0.0219
+1960-08-31,0.0261214195640425,0.0257
+1960-09-30,-0.0603932584269663,0.023
+1960-10-31,-0.00242899850523171,0.0212
+1960-11-30,0.0402697134294812,0.024
+1960-12-31,0.0462729564277997,0.022
+1961-01-31,0.0631560832903115,0.0228
+1961-02-28,0.026869537067012,0.0258
+1961-03-31,0.0255359394703658,0.0242
+1961-04-30,0.00384260682446969,0.0227
+1961-05-31,0.0191394885928649,0.0234
+1961-06-30,-0.0288461538461539,0.0227
+1961-07-31,0.0327970297029703,0.0226
+1961-08-31,0.0196225284601557,0.0235
+1961-09-30,-0.0196856177464373,0.0223
+1961-10-31,0.0283230930615914,0.0228
+1961-11-30,0.0393471291168754,0.0255
+1961-12-31,0.00322490185081326,0.0267
+1962-01-31,-0.037875611460517,0.0273
+1962-02-28,0.0162696106914584,0.0271
+1962-03-31,-0.00586049170954828,0.0275
+1962-04-30,-0.0619698058950395,0.0274
+1962-05-31,-0.0859901900674431,0.027
+1962-06-30,-0.081838001006205,0.029
+1962-07-31,0.0635616438356164,0.0286
+1962-08-31,0.0152842177571699,0.0281
+1962-09-30,-0.0482070365358592,0.0274
+1962-10-31,0.00444286475919675,0.0272
+1962-11-30,0.101556970983723,0.0286
+1962-12-31,0.0134918085448121,0.0292
+1963-01-31,0.0491283676703644,0.0293
+1963-02-28,-0.0288519637462236,0.029
+1963-03-31,0.0354643023798411,0.0291
+1963-04-30,0.0485203545140453,0.029
+1963-05-31,0.0143266475644699,0.03
+1963-06-30,-0.0201977401129942,0.0299
+1963-07-31,-0.00345970880784219,0.0327
+1963-08-31,0.0487487342687691,0.0339
+1963-09-30,-0.0110344827586206,0.0337
+1963-10-31,0.0322175732217573,0.0348
+1963-11-30,-0.0105391163356303,0.035
+1963-12-31,0.0244435340707359,0.0351
+1964-01-31,0.02692615302586,0.035
+1964-02-29,0.00986500519210787,0.036
+1964-03-31,0.0151670951156813,0.0351
+1964-04-30,0.00607748797163832,0.0345
+1964-05-31,0.0114523030455576,0.0347
+1964-06-30,0.0164240388204553,0.0347
+1964-07-31,0.0182396866201495,0.0347
+1964-08-31,-0.0162298629478241,0.035
+1964-09-30,0.0287180740559698,0.0355
+1964-10-31,0.00807792824899023,0.0355
+1964-11-30,-0.00518501060570353,0.0384
+1964-12-31,0.003909026297086,0.0382
+1965-01-31,0.0331563421828909,0.0387
+1965-02-28,-0.00148469620831426,0.0399
+1965-03-31,-0.0145259064394374,0.0393
+1965-04-30,0.0342386258124421,0.0391
+1965-05-31,-0.00774323869374927,0.0387
+1965-06-30,-0.0486315313277539,0.0381
+1965-07-31,0.0134331906799809,0.0381
+1965-08-31,0.0225219941348973,0.039
+1965-09-30,0.032006424228519,0.0402
+1965-10-31,0.0273454868830592,0.0406
+1965-11-30,-0.00876433672365295,0.0413
+1965-12-31,0.00895098788341886,0.0449
+1966-01-31,0.00486854917234658,0.0463
+1966-02-28,-0.0178725236864772,0.0464
+1966-03-31,-0.0218153913615434,0.0452
+1966-04-30,0.0205087974896334,0.0465
+1966-05-31,-0.0541401273885351,0.0464
+1966-06-30,-0.0161383954487403,0.0458
+1966-07-31,-0.0134529147982063,0.0477
+1966-08-31,-0.0777511961722488,0.0506
+1966-09-30,-0.00700389105058352,0.0534
+1966-10-31,0.047544409613375,0.0522
+1966-11-30,0.00311720698254359,0.0516
+1966-12-31,-0.00149160969546303,0.0481
+1967-01-31,0.0781775177393254,0.0451
+1967-02-28,0.00196282184505248,0.0454
+1967-03-31,0.0394100023046786,0.0401
+1967-04-30,0.0422394678492239,0.0373
+1967-05-31,-0.0524412296564196,0.0346
+1967-06-30,0.0175123484508308,0.04
+1967-07-31,0.0453442188879083,0.0412
+1967-08-31,-0.0117150395778364,0.0438
+1967-09-30,0.0327851345578811,0.0439
+1967-10-31,-0.0352600558370385,0.0456
+1967-11-30,0.007502679528403,0.0495
+1967-12-31,0.0262765957446809,0.0504
+1968-01-31,-0.0438478283404168,0.0488
+1968-02-29,-0.03122289679098,0.0502
+1968-03-31,0.00940017905102963,0.0517
+1968-04-30,0.0804878048780486,0.0551
+1968-05-31,0.0125179560845476,0.0568
+1968-06-30,0.00912038913660318,0.053
+1968-07-31,-0.0184776059449689,0.0517
+1968-08-31,0.0114589727849397,0.0518
+1968-09-30,0.0385393485737406,0.0516
+1968-10-31,0.00720755819616237,0.0548
+1968-11-30,0.0479644134996615,0.0552
+1968-12-31,-0.0416166835840177,0.0625
+1969-01-31,-0.0081840939726554,0.0619
+1969-02-28,-0.0473740413552083,0.0619
+1969-03-31,0.0344441047589932,0.0599
+1969-04-30,0.0214757166781596,0.0587
+1969-05-31,-0.00221815025556948,0.0608
+1969-06-30,-0.055577034602745,0.0629
+1969-07-31,-0.0601780779858765,0.0706
+1969-08-31,0.0400740498747687,0.0695
+1969-09-30,-0.0250235577426448,0.0714
+1969-10-31,0.0429553264604812,0.0699
+1969-11-30,-0.0340815485996705,0.0751
+1969-12-31,-0.0186547276409764,0.0801
+1970-01-31,-0.0764718661742343,0.0786
+1970-02-28,0.0526934838861446,0.0685
+1970-03-31,0.0014525139664805,0.0638
+1970-04-30,-0.0904830971772844,0.0693
+1970-05-31,-0.0609666339548577,0.0693
+1970-06-30,-0.050032658393207,0.0649
+1970-07-31,0.0732948294829483,0.0638
+1970-08-31,0.0444586803331197,0.0633
+1970-09-30,0.0341020608439646,0.0584
+1970-10-31,-0.0124555160142349,0.0584
+1970-11-30,0.0474474474474476,0.0504
+1970-12-31,0.0567660550458715,0.0485
+1971-01-31,0.0404774823657079,0.0415
+1971-02-28,0.00907384230287867,0.034
+1971-03-31,0.0367958656330749,0.0364
+1971-04-30,0.0362875087229588,0.0393
+1971-05-31,-0.0415584415584417,0.0434
+1971-06-30,-0.00933453778982229,0.0522
+1971-07-31,-0.0316109422492402,0.0531
+1971-08-31,0.0360954174513497,0.0444
+1971-09-30,-0.00696758558012722,0.046
+1971-10-31,-0.0417937766931056,0.0431
+1971-11-30,-0.002546959567017,0.0434
+1971-12-31,0.0861793807851901,0.0368
+1972-01-31,0.0181212655500049,0.0335
+1972-02-29,0.0253030594573793,0.0346
+1972-03-31,0.00591160739420116,0.0383
+1972-04-30,0.00438432835820901,0.0363
+1972-05-31,0.0172750069657286,0.0381
+1972-06-30,-0.0218205057974984,0.0406
+1972-07-31,0.0023333955572149,0.038
+1972-08-31,0.0344538597634789,0.0455
+1972-09-30,-0.0048609235754794,0.0455
+1972-10-31,0.009317051108096,0.0476
+1972-11-30,0.0456174941745833,0.0488
+1972-12-31,0.0118282334790434,0.0514
+1973-01-31,-0.01711139347734,0.0568
+1973-02-28,-0.0374903042316642,0.0585
+1973-03-31,-0.0014326647564471,0.064
+1973-04-30,-0.040799856527977,0.0623
+1973-05-31,-0.0188837991960362,0.0692
+1973-06-30,-0.00657455931395901,0.0752
+1973-07-31,0.0379819681565317,0.0832
+1973-08-31,-0.0366845315098873,0.0866
+1973-09-30,0.0400959232613909,0.0698
+1973-10-31,-0.00129115558424786,0.0736
+1973-11-30,-0.11386092898698,0.073
+1973-12-31,0.0165694039182993,0.0746
+1974-01-31,-0.0100461301896464,0.0748
+1974-02-28,-0.00362431396914153,0.0746
+1974-03-31,-0.0232799833714404,0.0828
+1974-04-30,-0.0390508618855075,0.089
+1974-05-31,-0.0335511017606024,0.0808
+1974-06-30,-0.0146654445462878,0.0734
+1974-07-31,-0.0777906976744186,0.0767
+1974-08-31,-0.0902786533854495,0.0893
+1974-09-30,-0.119334719334719,0.0612
+1974-10-31,0.163046899590809,0.078
+1974-11-30,-0.0531799729364006,0.0747
+1974-12-31,-0.020151493497213,0.0706
+1975-01-31,0.122812135355893,0.0568
+1975-02-28,0.0598856845934008,0.054
+1975-03-31,0.0216938350288025,0.0553
+1975-04-30,0.0472648752399232,0.055
+1975-05-31,0.0441008018327607,0.052
+1975-06-30,0.044322545255074,0.0586
+1975-07-31,-0.0676541653535035,0.0625
+1975-08-31,-0.0210704225352113,0.0636
+1975-09-30,-0.0346454880294659,0.0658
+1975-10-31,0.0616430189579111,0.0551
+1975-11-30,0.0247079964061094,0.0554
+1975-12-31,-0.0115081104778606,0.052
+1976-01-31,0.118305798869054,0.0473
+1976-02-29,-0.0114019432877256,0.05
+1976-03-31,0.030688998094474,0.0497
+1976-04-30,-0.010995426680938,0.0491
+1976-05-31,-0.0143644234553325,0.0549
+1976-06-30,0.0409263326013176,0.0537
+1976-07-31,-0.00805523590333723,0.0517
+1976-08-31,-0.00512374323279197,0.0509
+1976-09-30,0.0226411427460889,0.0506
+1976-10-31,-0.0222348916761687,0.0489
+1976-11-30,-0.00777453838678344,0.0442
+1976-12-31,0.0524975514201762,0.0434
+1977-01-31,-0.0505304299274147,0.0472
+1977-02-28,-0.0216602959913752,0.047
+1977-03-31,-0.0140252454417952,0.0454
+1977-04-30,0.000203210729526448,0.0469
+1977-05-31,-0.023567655424624,0.0503
+1977-06-30,0.0453599667082814,0.0498
+1977-07-31,-0.0162221337579619,0.054
+1977-08-31,-0.0210419828022256,0.0556
+1977-09-30,-0.00248010747132366,0.0589
+1977-10-31,-0.0434061949652957,0.0618
+1977-11-30,0.0269655620532814,0.0604
+1977-12-31,0.00284720025308438,0.0613
+1978-01-31,-0.0615141955835962,0.0642
+1978-02-28,-0.0247619047619047,0.0642
+1978-03-31,0.0249310661764703,0.0647
+1978-04-30,0.0854164331352989,0.0635
+1978-05-31,0.00423422493029024,0.0665
+1978-06-30,-0.0175853558206499,0.0701
+1978-07-31,0.0539097665654769,0.0676
+1978-08-31,0.0259237187127532,0.0754
+1978-09-30,-0.00726110949753123,0.0798
+1978-10-31,-0.0915740198946753,0.0875
+1978-11-30,0.0166398282340312,0.0901
+1978-12-31,0.0148891235480464,0.0926
+1979-01-31,0.0397461242326502,0.0929
+1979-02-28,-0.0365255678975284,0.0945
+1979-03-31,0.0551516410469464,0.0944
+1979-04-30,0.00167339305049707,0.0956
+1979-05-31,-0.0263364779874214,0.0957
+1979-06-30,0.0386556318126765,0.0895
+1979-07-31,0.00874550578175115,0.0918
+1979-08-31,0.053077738175513,0.0981
+1979-09-30,0,0.1012
+1979-10-31,-0.0686059275521405,0.1212
+1979-11-30,0.0426242388528777,0.1149
+1979-12-31,0.0167671439336849,0.1204
+1980-01-31,0.0576246062627386,0.12
+1980-02-29,-0.00437981779957952,0.1401
+1980-03-31,-0.101794826676051,0.1424
+1980-04-30,0.0411401704378489,0.1039
+1980-05-31,0.0465707027942421,0.0775
+1980-06-30,0.0269687162891046,0.0788
+1980-07-31,0.0650385154061626,0.0862
+1980-08-31,0.0058354565628338,0.0996
+1980-09-30,0.0251675110312142,0.1144
+1980-10-31,0.0160210425633669,0.1271
+1980-11-30,0.102377029889386,0.1448
+1980-12-31,-0.0338741816111587,0.143
+1981-01-31,-0.0457424867413081,0.1459
+1981-02-28,0.0132767271323813,0.1422
+1981-03-31,0.0360326045554962,0.1246
+1981-04-30,-0.0234558823529412,0.1486
+1981-05-31,-0.0016565017694451,0.151
+1981-06-30,-0.0104080247379138,0.1428
+1981-07-31,-0.00221019739349149,0.1487
+1981-08-31,-0.0620989917506873,0.1552
+1981-09-30,-0.0538317452561283,0.1434
+1981-10-31,0.0491478739886382,0.1275
+1981-11-30,0.0365903683649191,0.1037
+1981-12-31,-0.0300751879699248,0.1108
+1982-01-31,-0.0175438596491228,0.1252
+1982-02-28,-0.0605481727574751,0.1244
+1982-03-31,-0.0101670939793123,0.1326
+1982-04-30,0.0400142908181493,0.1234
+1982-05-31,-0.039161800068705,0.115
+1982-06-30,-0.0202895959957097,0.1276
+1982-07-31,-0.0229906030471672,0.1017
+1982-08-31,0.115977215426277,0.0842
+1982-09-30,0.00761442557108194,0.0762
+1982-10-31,0.110446769639595,0.079
+1982-11-30,0.0359706850134609,0.0828
+1982-12-31,0.0152313578286292,0.0792
+1983-01-31,0.0331342434584758,0.081
+1983-02-28,0.01899518238128,0.0793
+1983-03-31,0.0330946913413481,0.0864
+1983-04-30,0.0749869246861925,0.0808
+1983-05-31,-0.0124064951651159,0.0863
+1983-06-30,0.0323295769443932,0.0879
+1983-07-31,-0.0303030303030302,0.0922
+1983-08-31,0.0113188976377954,0.0926
+1983-09-30,0.0101581508515813,0.0871
+1983-10-31,-0.015174324080207,0.0851
+1983-11-30,0.0174258636502598,0.0888
+1983-12-31,-0.00883413461538463,0.0897
+1984-01-31,-0.00921603104347302,0.0889
+1984-02-29,-0.0388593109356832,0.0914
+1984-03-31,0.0134980262320132,0.0972
+1984-04-30,0.00546551074255563,0.0972
+1984-05-31,-0.0593564511090284,0.0975
+1984-06-30,0.0174692793091995,0.0992
+1984-07-31,-0.0164512338425382,0.104
+1984-08-31,0.106332138590203,0.1063
+1984-09-30,-0.00347972162227028,0.1022
+1984-10-31,-6.02046959662372e-05,0.0901
+1984-11-30,-0.0151122885182732,0.0844
+1984-12-31,0.0223743733952806,0.0785
+1985-01-31,0.0740851470939965,0.0805
+1985-02-28,0.00862884818794196,0.085
+1985-03-31,-0.00287007395959826,0.0818
+1985-04-30,-0.00459426547105046,0.0785
+1985-05-31,0.0540510482122003,0.0714
+1985-06-30,0.0121340015826958,0.0683
+1985-07-31,-0.00484753713838937,0.0728
+1985-08-31,-0.011994552692227,0.0714
+1985-09-30,-0.0347240629804378,0.0704
+1985-10-31,0.0425087873462213,0.0719
+1985-11-30,0.0650616373406385,0.0716
+1985-12-31,0.0450610872038384,0.0705
+1986-01-31,0.00236652783036728,0.0697
+1986-02-28,0.0714892813296817,0.0702
+1986-03-31,0.0527939361889653,0.0634
+1986-04-30,-0.0141481791544579,0.061
+1986-05-31,0.0502292798913042,0.063
+1986-06-30,0.0141095613503133,0.0596
+1986-07-31,-0.0586828257056291,0.0579
+1986-08-31,0.0711926139251229,0.0517
+1986-09-30,-0.0854386589174871,0.052
+1986-10-31,0.0547293792149404,0.052
+1986-11-30,0.0214771702598575,0.0539
+1986-12-31,-0.0282882593692321,0.0567
+1987-01-31,0.131766940578932,0.056
+1987-02-28,0.0369235259778167,0.0545
+1987-03-31,0.0263898662913442,0.0561
+1987-04-30,-0.0114501199862872,0.0553
+1987-05-31,0.00603412401165215,0.0568
+1987-06-30,0.0479145122371596,0.0573
+1987-07-31,0.0482236842105264,0.0607
+1987-08-31,0.0349588903533546,0.0625
+1987-09-30,-0.0241661613098849,0.0661
+1987-10-31,-0.217630426001305,0.0527
+1987-11-30,-0.0853489018626633,0.0521
+1987-12-31,0.0728614850195397,0.0568
+1988-01-31,0.0404322486644002,0.0564
+1988-02-29,0.0418174038199712,0.0562
+1988-03-31,-0.033343290269584,0.0571
+1988-04-30,0.00942485225385292,0.0598
+1988-05-31,0.00317606091914446,0.0643
+1988-06-30,0.0432560268538296,0.0656
+1988-07-31,-0.00541133455210241,0.0695
+1988-08-31,-0.0386001029336078,0.073
+1988-09-30,0.0397292750076477,0.0725
+1988-10-31,0.0259644735390387,0.0736
+1988-11-30,-0.0188909201706278,0.0783
+1988-12-31,0.0146876141761054,0.081
+1989-01-31,0.0711147918767103,0.0839
+1989-02-28,-0.0289440952028777,0.0871
+1989-03-31,0.0208059267465208,0.089
+1989-04-30,0.0500898701122527,0.0841
+1989-05-31,0.0351375791241442,0.0861
+1989-06-30,-0.00792462248845616,0.0799
+1989-07-31,0.0883703377570915,0.078
+1989-08-31,0.0155166435506242,0.0789
+1989-09-30,-0.00654431640347142,0.0791
+1989-10-31,-0.0251754260346555,0.0777
+1989-11-30,0.0165413092020215,0.0759
+1989-12-31,0.0214168039538714,0.0755
+1990-01-31,-0.0688172043010753,0.0774
+1990-02-28,0.0085389570925003,0.0777
+1990-03-31,0.0242550242550243,0.078
+1990-04-30,-0.0268870977231276,0.0779
+1990-05-31,0.0919891172914147,0.0775
+1990-06-30,-0.00888630512415922,0.0774
+1990-07-31,-0.00522317188983856,0.0749
+1990-08-31,-0.0943141934578127,0.0739
+1990-09-30,-0.0511842757936508,0.0714
+1990-10-31,-0.00669825191962103,0.0711
+1990-11-30,0.0599342105263159,0.0702
+1990-12-31,0.02482775743281,0.0644
+1991-01-31,0.0415177760281025,0.0619
+1991-02-28,0.0672811327886489,0.0604
+1991-03-31,0.0222028495927209,0.0574
+1991-04-30,0.000319812376738948,0.0551
+1991-05-31,0.0386049981350243,0.0553
+1991-06-30,-0.0478926711643536,0.0554
+1991-07-31,0.0448593598448108,0.0553
+1991-08-31,0.0196487970913592,0.0533
+1991-09-30,-0.0191437169663404,0.0511
+1991-10-31,0.0118341669674624,0.0482
+1991-11-30,-0.0439036819977067,0.0435
+1991-12-31,0.111587868450509,0.0388
+1992-01-31,-0.0199237574624181,0.0384
+1992-02-29,0.00958951025001231,0.0393
+1992-03-31,-0.0218318391083111,0.0405
+1992-04-30,0.0278926899353464,0.037
+1992-05-31,0.000963971562838895,0.037
+1992-06-30,-0.0173588539785724,0.0357
+1992-07-31,0.0393737443034252,0.0318
+1992-08-31,-0.0239975483840551,0.0316
+1992-09-30,0.00910562036567408,0.0269
+1992-10-31,0.00210627094303484,0.0296
+1992-11-30,0.0302617751027037,0.0327
+1992-12-31,0.0101078010896023,0.0308
+1993-01-31,0.00704597094397652,0.029
+1993-02-28,0.0104836136560464,0.0295
+1993-03-31,0.0186972799855656,0.0289
+1993-04-30,-0.0254167865919809,0.0291
+1993-05-31,0.0227174629137419,0.0306
+1993-06-30,0.00075523667784716,0.0303
+1993-07-31,-0.00532705924133792,0.0303
+1993-08-31,0.0344319728650169,0.0301
+1993-09-30,-0.00998791957891099,0.0292
+1993-10-31,0.0193929357418343,0.0303
+1993-11-30,-0.012910672680247,0.0314
+1993-12-31,0.010091166980662,0.0301
+1994-01-31,0.0325008039446886,0.0296
+1994-02-28,-0.0300450572039618,0.0336
+1994-03-31,-0.0457464571648757,0.0348
+1994-04-30,0.011530609955807,0.0387
+1994-05-31,0.0123971524250959,0.0416
+1994-06-30,-0.0267907995618839,0.0415
+1994-07-31,0.0314898597699598,0.0427
+1994-08-31,0.0375987430716187,0.0456
+1994-09-30,-0.0268775368567163,0.0467
+1994-10-31,0.020833783579348,0.0503
+1994-11-30,-0.0395046046363926,0.0556
+1994-12-31,0.0122991469946439,0.0553
+1995-01-31,0.0242776580225141,0.0583
+1995-02-28,0.0360741465073764,0.0576
+1995-03-31,0.027329243521615,0.057
+1995-04-30,0.0279602963791417,0.0569
+1995-05-31,0.0363117095063239,0.0563
+1995-06-30,0.021278590176228,0.0544
+1995-07-31,0.0317760440569068,0.0542
+1995-08-31,-0.000320250507063191,0.0529
+1995-09-30,0.0400975297216486,0.0524
+1995-10-31,-0.00497938091408423,0.0532
+1995-11-30,0.041049011177988,0.0532
+1995-12-31,0.0174438772981811,0.0496
+1996-01-31,0.0326173428798728,0.0491
+1996-02-29,0.00693374422187976,0.0489
+1996-03-31,0.00791655606389474,0.05
+1996-04-30,0.013431448489543,0.0501
+1996-05-31,0.0228533867343352,0.0504
+1996-06-30,0.0022566953610712,0.0504
+1996-07-31,-0.0457480279736963,0.0518
+1996-08-31,0.0188139698413938,0.0515
+1996-09-30,0.054203285326462,0.0491
+1996-10-31,0.0261009995198811,0.0503
+1996-11-30,0.0733761538134332,0.05
+1996-12-31,-0.021505376344086,0.0507
+1997-01-31,0.0613170613170613,0.0502
+1997-02-28,0.00592754655540872,0.0509
+1997-03-31,-0.0426139955995044,0.0521
+1997-04-30,0.0584055367709215,0.0514
+1997-05-31,0.0585768837197693,0.0482
+1997-06-30,0.0434526335643892,0.0506
+1997-07-31,0.0781458300381861,0.0511
+1997-08-31,-0.0574656034202722,0.051
+1997-09-30,0.0531535237417591,0.0493
+1997-10-31,-0.0344776623595979,0.0507
+1997-11-30,0.0445868229428614,0.0508
+1997-12-31,0.0157316307305839,0.0522
+1998-01-31,0.0101501396288244,0.0506
+1998-02-28,0.0704492593952748,0.0518
+1998-03-31,0.0499456801418035,0.0502
+1998-04-30,0.0090764692534604,0.0487
+1998-05-31,-0.0188261749494042,0.0489
+1998-06-30,0.0394382207880311,0.0497
+1998-07-31,-0.0116153954702602,0.0497
+1998-08-31,-0.14579671089616,0.0477
+1998-09-30,0.0623955373558416,0.0426
+1998-10-31,0.0802941957306222,0.0423
+1998-11-30,0.0591260342049933,0.0442
+1998-12-31,0.0563753083024672,0.0437
+1999-01-31,0.0410094123963782,0.0437
+1999-02-28,-0.0322825169578945,0.0455
+1999-03-31,0.0387941824877052,0.0437
+1999-04-30,0.0379439819025631,0.0443
+1999-05-31,-0.0249704159738763,0.0453
+1999-06-30,0.0544383334357526,0.0465
+1999-07-31,-0.0320460985932935,0.0462
+1999-08-31,-0.00625413932205432,0.0484
+1999-09-30,-0.0285517377178302,0.0474
+1999-10-31,0.0625394672217414,0.0497
+1999-11-30,0.0190618740507582,0.0515
+1999-12-31,0.0578439207724042,0.0517
+2000-01-31,-0.0509035222052067,0.0553
+2000-02-29,-0.0201081422199274,0.0562
+2000-03-31,0.0967198957860687,0.0572
+2000-04-30,-0.0307958200429739,0.0566
+2000-05-31,-0.0219149976246705,0.0548
+2000-06-30,0.0239335492045614,0.0571
+2000-07-31,-0.0163412622026674,0.0603
+2000-08-31,0.0606990348259402,0.0613
+2000-09-30,-0.0534829476569502,0.0605
+2000-10-31,-0.00494949565265812,0.0619
+2000-11-30,-0.0800685602350637,0.0603
+2000-12-31,0.00405338606030647,0.0573
+2001-01-31,0.0346365922380101,0.0486
+2001-02-28,-0.0922906860125474,0.0473
+2001-03-31,-0.0642047195832057,0.042
+2001-04-30,0.0768143545370714,0.0386
+2001-05-31,0.00509019896595331,0.0355
+2001-06-30,-0.0250354350145721,0.0357
+2001-07-31,-0.0107401296982964,0.0346
+2001-08-31,-0.0641083856905791,0.033
+2001-09-30,-0.0817233896152013,0.0235
+2001-10-31,0.0180990258804541,0.0201
+2001-11-30,0.0751759799203608,0.0175
+2001-12-31,0.00757382947913454,0.0171
+2002-01-31,-0.0155738276078321,0.0173
+2002-02-28,-0.0207662360644134,0.0176
+2002-03-31,0.0367388613302251,0.0176
+2002-04-30,-0.0614176522368157,0.0174
+2002-05-31,-0.00908145451844145,0.0171
+2002-06-30,-0.0724553479393519,0.0167
+2002-07-31,-0.0790042634014265,0.0168
+2002-08-31,0.00488141988986635,0.0166
+2002-09-30,-0.110024343117884,0.0154
+2002-10-31,0.0864488273967225,0.0142
+2002-11-30,0.0570696351156068,0.012
+2002-12-31,-0.0603325821576186,0.012
+2003-01-31,-0.0274146984610488,0.0116
+2003-02-28,-0.0170036227649878,0.0118
+2003-03-31,0.00835760565891941,0.0112
+2003-04-30,0.0810441179938222,0.0111
+2003-05-31,0.0508986607337609,0.0109
+2003-06-30,0.0113222428626283,0.0089
+2003-07-31,0.0162237044638276,0.0094
+2003-08-31,0.0178731912229504,0.0096
+2003-09-30,-0.0119443259491473,0.0093
+2003-10-31,0.0549614948241413,0.0094
+2003-11-30,0.00712851310066531,0.0091
+2003-12-31,0.0507654507654507,0.0093
+2004-01-31,0.0172764227642277,0.009
+2004-02-29,0.012209029908145,0.0094
+2004-03-31,-0.0163589358394326,0.0093
+2004-04-30,-0.016790829419025,0.0096
+2004-05-31,0.0120834462205366,0.0106
+2004-06-30,0.0179890780597494,0.0131
+2004-07-31,-0.0342905227726937,0.0142
+2004-08-31,0.00228733253458224,0.0157
+2004-09-30,0.00936390639716,0.0168
+2004-10-31,0.0140142475192451,0.0187
+2004-11-30,0.0385949389488585,0.022
+2004-12-31,0.0324581281627507,0.0218
+2005-01-31,-0.0252904482144036,0.0248
+2005-02-28,0.0189033836464143,0.0272
+2005-03-31,-0.0191176470588236,0.0273
+2005-04-30,-0.0201085897729102,0.0284
+2005-05-31,0.0299520248951897,0.0293
+2005-06-30,-0.000142677297524152,0.0306
+2005-07-31,0.0359682036043751,0.0334
+2005-08-31,-0.0112220259605569,0.0344
+2005-09-30,0.0069489400408087,0.0347
+2005-10-31,-0.0177407410421464,0.0389
+2005-11-30,0.0351861210760473,0.0386
+2005-12-31,-0.000952396196817973,0.0399
+2006-01-31,0.025466838635253,0.0437
+2006-02-28,0.000453096681457543,0.0451
+2006-03-31,0.0110958412068776,0.0452
+2006-04-30,0.0121556604137867,0.0465
+2006-05-31,-0.0309169012902388,0.0474
+2006-06-30,8.66080356511922e-05,0.0487
+2006-07-31,0.0050858132577547,0.0497
+2006-08-31,0.0212742625287858,0.0492
+2006-09-30,0.0245662744857418,0.0477
+2006-10-31,0.0315080285960252,0.0495
+2006-11-30,0.0164666095766144,0.049
+2006-12-31,0.012615751483261,0.0489
+2007-01-31,0.0140590848198547,0.0499
+2007-02-28,-0.0218461452886862,0.0501
+2007-03-31,0.0099799547916577,0.049
+2007-04-30,0.0432906831074138,0.0479
+2007-05-31,0.032549228600147,0.046
+2007-06-30,-0.0178163097306974,0.0468
+2007-07-31,-0.0319819070742009,0.0482
+2007-08-31,0.012863592323074,0.0391
+2007-09-30,0.0357940013161555,0.0372
+2007-10-31,0.0148223350253809,0.0384
+2007-11-30,-0.0440434238211413,0.0308
+2007-12-31,-0.00862848886668388,0.0329
+2008-01-31,-0.0611634748971641,0.0192
+2008-02-29,-0.0347611620906023,0.0181
+2008-03-31,-0.00595958305464339,0.0136
+2008-04-30,0.0475466848113706,0.0141
+2008-05-31,0.0106741532487966,0.0185
+2008-06-30,-0.0859623816392694,0.0187
+2008-07-31,-0.00985937499999989,0.0165
+2008-08-31,0.0121905032429104,0.0169
+2008-09-30,-0.090791453271283,0.009
+2008-10-31,-0.169424534449055,0.0044
+2008-11-30,-0.0748490322580645,1e-04
+2008-12-31,0.00782156565205749,0.0011
+2009-01-31,-0.0856573484638804,0.0024
+2009-02-28,-0.109931224875285,0.0026
+2009-03-31,0.0854045082915016,0.0021
+2009-04-30,0.0939250755135548,0.0014
+2009-05-31,0.0530814266564317,0.0014
+2009-06-30,0.000195835237287056,0.0019
+2009-07-31,0.0741417569507896,0.0018
+2009-08-31,0.0335601733705999,0.0015
+2009-09-30,0.0357233838255178,0.0014
+2009-10-31,-0.0197619858478071,5e-04
+2009-11-30,0.0573639969503663,6e-04
+2009-12-31,0.0177705977382874,6e-04
+2010-01-31,-0.0369742623979912,8e-04
+2010-02-28,0.0285136934638273,0.0013
+2010-03-31,0.0587963675542558,0.0016
+2010-04-30,0.01475932719359,0.0016
+2010-05-31,-0.0819759162038949,0.0016
+2010-06-30,-0.0538823766993144,0.0018
+2010-07-31,0.0687778327560613,0.0015
+2010-08-31,-0.0474491648511256,0.0014
+2010-09-30,0.0875511040378147,0.0016
+2010-10-31,0.0368559411146161,0.0012
+2010-11-30,-0.00229028277808774,0.0017
+2010-12-31,0.0653000720003389,0.0012
+2011-01-31,0.0226455901529847,0.0015
+2011-02-28,0.0319565825894941,0.0015
+2011-03-31,-0.00104730187911584,9e-04
+2011-04-30,0.0284953576250349,4e-04
+2011-05-31,-0.0135009276846018,6e-04
+2011-06-30,-0.0182575081772227,3e-04
+2011-07-31,-0.0214744366367823,0.001
+2011-08-31,-0.0567910979044788,2e-04
+2011-09-30,-0.071762012979022,2e-04
+2011-10-31,0.107723038305846,1e-04
+2011-11-30,-0.00505864517673338,1e-04
+2011-12-31,0.0085327516520175,2e-04



More information about the Returnanalytics-commits mailing list