GRS.test-package: GRS Test for Portfolio Efficiency, Its Statistical Power...

GRS.test-packageR Documentation

GRS Test for Portfolio Efficiency, Its Statistical Power Analysis, and Optimal Significance Level Calculation

Description

Computational resources for test proposed by Gibbons, Ross, Shanken (1989)<DOI:10.2307/1913625>. It also has the functions for the power analysis and the choice of the optimal level of significance. The optimal level is determined by minimizing the expected loss from hypothesis testing.

Details

The DESCRIPTION file: This package was not yet installed at build time.
Index: This package was not yet installed at build time.

The package accompanies the working paper:

Kim and Shamsuddin, 2017, Empirical Validity of Asset-pricing Models: Application of Optimal Significance Level and Equal Probability Test

The function GRS.test returns the GRS test statistics with model estimation results.

The function GRS.MLtest provides an alternative test statistic with theta and theta* estimation results.

Additional functions for the power analysis and calculation of optimal level of significance are also included.

Author(s)

Jae H. Kim <jaekim8080@gmail.com>

Maintainer: Jae H. Kim <jaekim8080@gmail.com>

References

Gibbons, Ross, Shanken, 1989. A test of the efficiency of a given portfolio, Econometrica, 57,1121-1152. <DOI:10.2307/1913625>

Fama and French, 1993, Common risk factors in the returns on stocks and bonds, Journal of Financial Economics, 33, 3-56. <DOI:10.1016/0304-405X(93)90023-5>

Fama and French, 2015, A five-factor asset-pricing model, Journal of Financial Economics, 1-22. <DOI:http://dx.doi.org/10.1016/j.jfineco.2014.10.010>

See Also

The examples replicate the results reported in Fama and French (1993) and Kim and Shamsuddin (2016)

Examples

data(data)
factor.mat = data[1:342,2:4]            # Fama-French 3-factor model
ret.mat = data[1:342,8:ncol(data)]      # 25 size-BM portfolio returns
GRS.test(ret.mat,factor.mat)$GRS.stat   # Table 9C of Fama-French (1993)

GRS.test documentation built on July 2, 2022, 1:06 a.m.