Gibbons, Ross, Shanken, 1989. A test of the efficiency of a given portfolio, Econometrica, 57,1121-1152. DOI:10.2307/1913625
Kim and Shamsuddin, 2017, Empirical Validity of Asset-pricing Models: Application of Optimal Significance Level and Equal Probability Test
Author(s)
Jae H. Kim
Note
The example below sets nboot=500 for faster execution, but a higher number is recommended.
See Also
Kim and Choi, 2017, Choosing the Level of Significance: A Decision-theoretic Approach
Examples
data(data)n=60; m1=nrow(data)-n+1; m2=nrow(data)# Choose the last n observations from the data setfactor.mat = data[m1:m2,2:6]# Fama-French 5-factorsret.mat = data[m1:m2,8:ncol(data)]# 25 size-BM portfolio returnsGRS.optimalboot(ret.mat,factor.mat,p=0.5,k=1,nboot=500,wild=TRUE,Graph=TRUE)